Get Node Group Result
data class GetNodeGroupResult(val labels: Map<String, String>, val name: String, val nodeGroupConfig: InstanceGroupConfigResponse, val roles: List<String>)
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
Optional. The node group instance group configuration.