com.pulumi.googlenative.dataproc.v1.inputs.NodeGroupArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.googlenative.dataproc.v1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.googlenative.dataproc.v1.enums.NodeGroupRolesItem;
import com.pulumi.googlenative.dataproc.v1.inputs.InstanceGroupConfigArgs;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Dataproc Node Group. The Dataproc NodeGroup resource is not related to the Dataproc NodeGroupAffinity resource.
*
*/
public final class NodeGroupArgs extends com.pulumi.resources.ResourceArgs {
public static final NodeGroupArgs Empty = new NodeGroupArgs();
/**
* 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.
*
*/
@Import(name="labels")
private @Nullable Output
© 2015 - 2024 Weber Informatics LLC | Privacy Policy