Sha256: d563117cd06daae7c8d7ba8f6b1bd5c786a76acc5ef3aa7497fedaee1365bee6

Contents?: true

Size: 780 Bytes

Versions: 5

Compression:

Stored size: 780 Bytes

Contents

# KubernetesNodePool

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
| **type** | **String** | The type of object. | [optional][readonly] |
| **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] |
| **metadata** | [**DatacenterElementMetadata**](DatacenterElementMetadata.md) |  | [optional] |
| **properties** | [**KubernetesNodePoolProperties**](KubernetesNodePoolProperties.md) |  |  |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::KubernetesNodePool.new(
  id: 1e072e52-2ed3-492f-b6b6-c6b116907527,
  type: null,
  href: <RESOURCE-URI>,
  metadata: null,
  properties: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ionoscloud-6.1.1 docs/models/KubernetesNodePool.md
ionoscloud-6.1.0 docs/models/KubernetesNodePool.md
ionoscloud-6.0.2 docs/models/KubernetesNodePool.md
ionoscloud-6.0.1 docs/models/KubernetesNodePool.md
ionoscloud-6.0.0 docs/models/KubernetesNodePool.md