NodeGroupArgs

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
constructor(labels: Output<Map<String, String>>? = null, name: Output<String>? = null, nodeGroupConfig: Output<InstanceGroupConfigArgs>? = null, roles: Output<List<NodeGroupRolesItem>>)

Properties

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

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
val name: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): NodeGroupArgs