Sha256: dada859109d9074038d91941b7698fb8da59e22dadd5a97f4dd7ee1324cff763
Contents?: true
Size: 802 Bytes
Versions: 8
Compression:
Stored size: 802 Bytes
Contents
# KubernetesNodePoolForPut ## 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** | [**DatacenterElementMetadata**](DatacenterElementMetadata.md) | | [optional] | | **properties** | [**KubernetesNodePoolPropertiesForPut**](KubernetesNodePoolPropertiesForPut.md) | | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesNodePoolForPut.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