Sha256: 2ba0c8606a48df9fe20ba3be9199247426a597a19036e55e94fee62df4e28e6c
Contents?: true
Size: 806 Bytes
Versions: 7
Compression:
Stored size: 806 Bytes
Contents
# KubernetesNodePoolForPost ## 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** | [**KubernetesNodePoolPropertiesForPost**](KubernetesNodePoolPropertiesForPost.md) | | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesNodePoolForPost.new( id: 1e072e52-2ed3-492f-b6b6-c6b116907527, type: null, href: <RESOURCE-URI>, metadata: null, properties: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems