# KubernetesClusterForPost

## Properties

| Name           | Type                                                                                                                                                 | Description                                           | Notes                   |
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ----------------------- |
| **entities**   | [**KubernetesClusterEntities**](https://docs.ionos.com/sections-test/java-sdk/cloud-api-java-sdk/models/kubernetesclusterentities)                   |                                                       | \[optional]             |
| **href**       | [**URI**](https://github.com/ionos-cloud/sdk-java/blob/master/docs/models/URI.md)                                                                    | The URL to the object representation (absolute path). | \[optional] \[readonly] |
| **id**         | **String**                                                                                                                                           | The resource unique identifier.                       | \[optional] \[readonly] |
| **metadata**   | [**DatacenterElementMetadata**](https://docs.ionos.com/sections-test/java-sdk/cloud-api-java-sdk/models/datacenterelementmetadata)                   |                                                       | \[optional]             |
| **properties** | [**KubernetesClusterPropertiesForPost**](https://docs.ionos.com/sections-test/java-sdk/cloud-api-java-sdk/models/kubernetesclusterpropertiesforpost) |                                                       |                         |
| **type**       | [**TypeEnum**](#TypeEnum)                                                                                                                            | The object type.                                      | \[optional] \[readonly] |

## Enum: TypeEnum

| Name | Value |
| ---- | ----- |
| K8S  | "k8s" |
