Sha256: 8cb17172a286f1a754fdf4d81fcb61494ca2152787770af0e12a299ef0fab893
Contents?: true
Size: 778 Bytes
Versions: 8
Compression:
Stored size: 778 Bytes
Contents
# KubernetesNodePool ## 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** | [**KubernetesNodePoolProperties**](KubernetesNodePoolProperties.md) | | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesNodePool.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