GetNodeGroupResult

data class GetNodeGroupResult(val labels: Map<String, String>, val name: String, val nodeGroupConfig: InstanceGroupConfigResponse, val roles: List<String>)

Constructors

Link copied to clipboard
constructor(labels: Map<String, String>, name: String, nodeGroupConfig: InstanceGroupConfigResponse, roles: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.

Link copied to clipboard

The Node group resource name (https://aip.dev/122).

Link copied to clipboard

Optional. The node group instance group configuration.

Link copied to clipboard

Node group roles.