Sha256: 8cb17172a286f1a754fdf4d81fcb61494ca2152787770af0e12a299ef0fab893

Contents?: true

Size: 778 Bytes

Versions: 8

Compression:

Stored size: 778 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

8 entries across 8 versions & 1 rubygems

Version Path
ionoscloud-5.1.2 docs/models/KubernetesNodePool.md
ionoscloud-6.0.0.beta.4 docs/models/KubernetesNodePool.md
ionoscloud-5.1.1 docs/models/KubernetesNodePool.md
ionoscloud-6.0.0.beta.3 docs/KubernetesNodePool.md
ionoscloud-5.1.0 docs/KubernetesNodePool.md
ionoscloud-6.0.0.beta.2 docs/KubernetesNodePool.md
ionoscloud-5.0.1 docs/KubernetesNodePool.md
ionoscloud-6.0.0.beta.1 docs/KubernetesNodePool.md