KubernetesClusters

Properties

NameTypeDescriptionNotes

id

String

Unique representation for Kubernetes Cluster 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 of items in that collection

[optional][readonly]

Example

require 'ionoscloud'

instance = Ionoscloud::KubernetesClusters.new(
  id: k8s,
  type: collection,
  href: <RESOURCE-URI>,
  items: null
)

Last updated