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