Sha256: 6d13e40af24d59726caed1c72b9fd254e702d6d2c9338293f41fe64372a9eaee

Contents?: true

Size: 891 Bytes

Versions: 1

Compression:

Stored size: 891 Bytes

Contents

# KubernetesNodes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |

| **href** | **String** | The URL to the collection representation (absolute path). | [optional][readonly] |

| **id** | **String** | A unique representation of the Kubernetes node pool as a resource collection. | [optional][readonly] |

| **items** | [**Array<KubernetesNode>**](KubernetesNode.md) | Array of items in the collection. | [optional][readonly] |

| **type** | **String** | The resource type within a collection. | [optional][readonly] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::KubernetesNodes.new(
  href: https://api.ionos.com/cloudapi/v6/k8s/30f8a4f6-6515-4c34-b49d-dea807453b90/nodepools/bfdf67bd-5665-4245-8096-7c7991f02f3f/nodes,

  id: 1e072e52-2ed3-492f-b6b6-c6b116907527/nodepools,

  items: null,

  type: collection
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ionoscloud-6.1.2 docs/models/KubernetesNodes.md