Sha256: 8b56cf3f3fbbb7b7b9d68491ad4fd90dbf5a770bad95c7f9caa790cc7ef4dc4b
Contents?: true
Size: 958 Bytes
Versions: 1
Compression:
Stored size: 958 Bytes
Contents
# KubernetesCluster ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **entities** | [**KubernetesClusterEntities**](KubernetesClusterEntities.md) | | [optional] | | **href** | **String** | The URL to the object representation (absolute path). | [optional][readonly] | | **id** | **String** | The resource unique identifier. | [optional][readonly] | | **metadata** | [**DatacenterElementMetadata**](DatacenterElementMetadata.md) | | [optional] | | **properties** | [**KubernetesClusterProperties**](KubernetesClusterProperties.md) | | | | **type** | **String** | The object type. | [optional][readonly] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesCluster.new( entities: null, href: https://api.ionos.com/cloudapi/v6/k8s/b0a6ed23-0636-4bd4-94aa-be01c355af1d, 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/KubernetesCluster.md |