Sha256: 0751aa8ad5510438d26654101f24bc8b2026c6d9e6b3793ad5d2310fe316fce6

Contents?: true

Size: 783 Bytes

Versions: 4

Compression:

Stored size: 783 Bytes

Contents

# KubernetesNodePools

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | Unique representation for Kubernetes Node Pool as a collection on a resource. | [optional][readonly] |
| **type** | **String** | The type of object that has been created | [optional][readonly] |
| **href** | **String** | URL to the collection representation (absolute path) | [optional][readonly] |
| **items** | [**Array<KubernetesNodePool>**](KubernetesNodePool.md) | Array of items in that 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-5.1.2 docs/models/KubernetesNodePools.md
ionoscloud-5.1.1 docs/models/KubernetesNodePools.md
ionoscloud-5.1.0 docs/KubernetesNodePools.md
ionoscloud-5.0.1 docs/KubernetesNodePools.md