Sha256: 404d4ef244d3467f3ea334362897000bbd5afb38e4acfced521e37727ad93270

Contents?: true

Size: 785 Bytes

Versions: 4

Compression:

Stored size: 785 Bytes

Contents

# KubernetesNodePools

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | A unique representation of the Kubernetes node pool as a resource collection. | [optional][readonly] |
| **type** | **String** | The type of resource within a collection. | [optional][readonly] |
| **href** | **String** | URL to the collection representation (absolute path). | [optional][readonly] |
| **items** | [**Array<KubernetesNodePool>**](KubernetesNodePool.md) | Array of items in the collection. | [optional][readonly] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::KubernetesNodePools.new(
  id: 1e072e52-2ed3-492f-b6b6-c6b116907527/nodepools,
  type: collection,
  href: <RESOURCE-URI>,
  items: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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