Links

KubernetesCluster

Properties

| entities | KubernetesClusterEntities | | [optional] |
| href | String | The URL to the object representation (absolute path). | [optional][readonly] |
| id | String | The resource unique identifier. | [optional][readonly] |
| metadata | DatacenterElementMetadata | | [optional] |
| properties | KubernetesClusterProperties | | |
| type | String | The object type. | [optional][readonly] |

Example

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
)