Sha256: f0f7e6f6edaf845105e102961097ce480f78efa17edb35e63d6c8931a933595a
Contents?: true
Size: 770 Bytes
Versions: 1
Compression:
Stored size: 770 Bytes
Contents
# KubernetesClusters ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **href** | **String** | The URL to the collection representation (absolute path). | [optional][readonly] | | **id** | **String** | The unique representation of the K8s cluster as a resource collection. | [optional][readonly] | | **items** | [**Array<KubernetesCluster>**](KubernetesCluster.md) | Array of K8s clusters in the collection. | [optional][readonly] | | **type** | **String** | The resource type within a collection. | [optional][readonly] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesClusters.new( href: https://api.ionos.com/cloudapi/v6/k8s, id: k8s, items: null, type: collection ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/KubernetesClusters.md |