Sha256: 1221361f3e9024c259cbfa281a53390b254c1d9f5176adc359c57155b7bcc158
Contents?: true
Size: 898 Bytes
Versions: 1
Compression:
Stored size: 898 Bytes
Contents
# KubernetesNodePool ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **href** | **String** | The URL to the object representation (absolute path). | [optional][readonly] | | **id** | **String** | The resource's unique identifier. | [optional][readonly] | | **metadata** | [**DatacenterElementMetadata**](DatacenterElementMetadata.md) | | [optional] | | **properties** | [**KubernetesNodePoolProperties**](KubernetesNodePoolProperties.md) | | | | **type** | **String** | The object type. | [optional][readonly] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesNodePool.new( href: https://api.ionos.com/cloudapi/v6/k8s/30f8a4f6-6515-4c34-b49d-dea807453b90/nodepools/4735f530-4279-42f3-9562-386143098038, id: 1e072e52-2ed3-492f-b6b6-c6b116907527, metadata: null, properties: null, type: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/KubernetesNodePool.md |