> For the complete documentation index, see [llms.txt](https://docs.ionos.com/java-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/java-sdk/models/kubernetesnodes.md).

# KubernetesNodes

## 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**                                                                        | A unique representation of the Kubernetes node pool as a resource collection. | \[optional] \[readonly] |
| **items** | [**List\<KubernetesNode>**](/java-sdk/models/kubernetesnode.md)                   | Array of items in the collection.                                             | \[optional] \[readonly] |
| **type**  | [**TypeEnum**](#TypeEnum)                                                         | The resource type within a collection.                                        | \[optional] \[readonly] |

## Enum: TypeEnum

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