# KubernetesClusters

## Properties

| Name      | Type                                                                                                                      | Description                                                            | Notes                   |
| --------- | ------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ----------------------- |
| **href**  | [**URI**](https://github.com/ionos-cloud/sdk-java/blob/master/docs/models/URI.md)                                         | The URL to the collection representation (absolute path).              | \[optional] \[readonly] |
| **id**    | **String**                                                                                                                | The unique representation of the K8s cluster as a resource collection. | \[optional] \[readonly] |
| **items** | [**List\<KubernetesCluster>**](https://docs.ionos.com/sections-test/java-sdk/cloud-api-java-sdk/models/kubernetescluster) | Array of K8s clusters in the collection.                               | \[optional] \[readonly] |
| **type**  | [**TypeEnum**](#TypeEnum)                                                                                                 | The resource type within a collection.                                 | \[optional] \[readonly] |

## Enum: TypeEnum

| Name       | Value        |
| ---------- | ------------ |
| COLLECTION | "collection" |
