Sha256: e88a3c5c001421c7f27f285aa729d6c897da1b5adcb6f71a5028c35be31228e4
Contents?: true
Size: 915 Bytes
Versions: 5
Compression:
Stored size: 915 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
5 entries across 5 versions & 1 rubygems