Sha256: e2643ae850901d4dba5d35dc184db1abbd44a07db6fbe37987047e3a966f5de5
Contents?: true
Size: 927 Bytes
Versions: 1
Compression:
Stored size: 927 Bytes
Contents
# KubernetesClusterForPut ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **entities** | [**KubernetesClusterEntities**](KubernetesClusterEntities.md) | | [optional] | | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] | | **id** | **String** | The resource's unique identifier. | [optional][readonly] | | **metadata** | [**DatacenterElementMetadata**](DatacenterElementMetadata.md) | | [optional] | | **properties** | [**KubernetesClusterPropertiesForPut**](KubernetesClusterPropertiesForPut.md) | | | | **type** | **String** | The type of object. | [optional][readonly] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesClusterForPut.new( entities: null, href: <RESOURCE-URI>, 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/KubernetesClusterForPut.md |