# KubernetesNodeMetadata

## Properties

| Name                        | Type                                                                                                    | Description                                                                                                                                                                                                    | Notes                   |
| --------------------------- | ------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| **createdDate**             | [**OffsetDateTime**](https://github.com/ionos-cloud/sdk-java/blob/master/docs/models/OffsetDateTime.md) | The date the resource was created.                                                                                                                                                                             | \[optional] \[readonly] |
| **etag**                    | **String**                                                                                              | The resource entity tag as defined in <http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.11> Entity tags are also added as 'ETag' response headers to requests that do not use the 'depth' parameter. | \[optional] \[readonly] |
| **lastModifiedDate**        | [**OffsetDateTime**](https://github.com/ionos-cloud/sdk-java/blob/master/docs/models/OffsetDateTime.md) | The date the resource was last modified.                                                                                                                                                                       | \[optional] \[readonly] |
| **lastSoftwareUpdatedDate** | [**OffsetDateTime**](https://github.com/ionos-cloud/sdk-java/blob/master/docs/models/OffsetDateTime.md) | The date when the software on the node was last updated.                                                                                                                                                       | \[optional] \[readonly] |
| **state**                   | [**StateEnum**](#StateEnum)                                                                             | The resource state.                                                                                                                                                                                            | \[optional] \[readonly] |

## Enum: StateEnum

| Name         | Value          |
| ------------ | -------------- |
| PROVISIONING | "PROVISIONING" |
| PROVISIONED  | "PROVISIONED"  |
| READY        | "READY"        |
| TERMINATING  | "TERMINATING"  |
| REBUILDING   | "REBUILDING"   |
| BUSY         | "BUSY"         |
