Sha256: 01778c6dcc6e6f652054ac15459bbcd30632162d99a48d9002345569cd59d32c
Contents?: true
Size: 786 Bytes
Versions: 1
Compression:
Stored size: 786 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 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.0.0 | docs/models/KubernetesNodePools.md |