kind property

String? kind
getter/setter pair

The type of the resource.

Output only. Possible string values are:

  • "KIND_UNSPECIFIED" : The default value. This value should never be used.
  • "STANDARD" : Standard HCI node.
  • "STORAGE_ONLY" : Storage only Node.

Implementation

core.String? kind;