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