Sha256: 015a1c82eaac4632ab4394a365e45b51aa569b30a57ec33e74ca764810b20037
Contents?: true
Size: 756 Bytes
Versions: 8
Compression:
Stored size: 756 Bytes
Contents
# KubernetesNode ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The resource's unique identifier. | [optional][readonly] | | **type** | **String** | The type of object | [optional][readonly] | | **href** | **String** | URL to the object representation (absolute path) | [optional][readonly] | | **metadata** | [**KubernetesNodeMetadata**](KubernetesNodeMetadata.md) | | [optional] | | **properties** | [**KubernetesNodeProperties**](KubernetesNodeProperties.md) | | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesNode.new( id: 1e072e52-2ed3-492f-b6b6-c6b116907527, type: null, href: <RESOURCE-URI>, metadata: null, properties: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems