Sha256: c90e21e418987d303553c3705a12af269b91d632ce0bed74ddfb8a7a6f9071e4
Contents?: true
Size: 758 Bytes
Versions: 5
Compression:
Stored size: 758 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
5 entries across 5 versions & 1 rubygems