Node Group Args
data class NodeGroupArgs(val labels: Output<Map<String, String>>? = null, val name: Output<String>? = null, val nodeGroupConfig: Output<InstanceGroupConfigArgs>? = null, val roles: Output<List<NodeGroupRolesItem>>) : ConvertibleToJava<NodeGroupArgs>
Dataproc Node Group. The Dataproc NodeGroup resource is not related to the Dataproc NodeGroupAffinity resource.
Constructors
Link copied to clipboard
fun NodeGroupArgs(labels: Output<Map<String, String>>? = null, name: Output<String>? = null, nodeGroupConfig: Output<InstanceGroupConfigArgs>? = null, roles: Output<List<NodeGroupRolesItem>>)
Functions
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