KubernetesNodePools

Properties

NameTypeDescriptionNotes

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 of items in that collection

[optional][readonly]

Example

require 'ionoscloud'

instance = Ionoscloud::KubernetesNodePools.new(
  id: 1e072e52-2ed3-492f-b6b6-c6b116907527/nodepools,
  type: collection,
  href: <RESOURCE-URI>,
  items: null
)

Last updated