Class NodeGroupState
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.openstack.containerinfra.inputs.NodeGroupState
-
public final class NodeGroupState extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeGroupState.Builder
-
Field Summary
Fields Modifier and Type Field Description static NodeGroupStateEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeGroupState.Builderbuilder()static NodeGroupState.Builderbuilder(NodeGroupState defaults)java.util.Optional<com.pulumi.core.Output<java.lang.String>>clusterId()java.util.Optional<com.pulumi.core.Output<java.lang.String>>createdAt()java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>dockerVolumeSize()java.util.Optional<com.pulumi.core.Output<java.lang.String>>flavorId()java.util.Optional<com.pulumi.core.Output<java.lang.String>>imageId()java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.Object>>>labels()java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>maxNodeCount()java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>mergeLabels()java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>minNodeCount()java.util.Optional<com.pulumi.core.Output<java.lang.String>>name()java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>nodeCount()java.util.Optional<com.pulumi.core.Output<java.lang.String>>projectId()java.util.Optional<com.pulumi.core.Output<java.lang.String>>region()java.util.Optional<com.pulumi.core.Output<java.lang.String>>role()java.util.Optional<com.pulumi.core.Output<java.lang.String>>updatedAt()
-
-
-
Field Detail
-
Empty
public static final NodeGroupState Empty
-
-
Method Detail
-
clusterId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> clusterId()
- Returns:
- The UUID of the V1 Container Infra cluster. Changing this creates a new node group.
-
createdAt
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> createdAt()
-
dockerVolumeSize
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> dockerVolumeSize()
- Returns:
- The size (in GB) of the Docker volume. Changing this creates a new node group.
-
flavorId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> flavorId()
- Returns:
- The flavor for the nodes of the node group. Can be set via the `OS_MAGNUM_FLAVOR` environment variable. Changing this creates a new node group.
-
imageId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> imageId()
- Returns:
- The reference to an image that is used for nodes of the node group. Can be set via the `OS_MAGNUM_IMAGE` environment variable. Changing this updates the image attribute of the existing node group.
-
labels
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.Object>>> labels()
- Returns:
- The list of key value pairs representing additional properties of the node group. Changing this creates a new node group.
-
maxNodeCount
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> maxNodeCount()
- Returns:
- The maximum number of nodes for the node group. Changing this update the maximum number of nodes of the node group.
-
mergeLabels
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> mergeLabels()
- Returns:
- Indicates whether the provided labels should be merged with cluster labels. Changing this creates a new nodegroup.
-
minNodeCount
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> minNodeCount()
- Returns:
- The minimum number of nodes for the node group. Changing this update the minimum number of nodes of the node group.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- The name of the node group. Changing this creates a new node group.
-
nodeCount
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> nodeCount()
- Returns:
- The number of nodes for the node group. Changing this update the number of nodes of the node group.
-
projectId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> projectId()
- Returns:
- The project of the node group. Required if admin wants to create a cluster in another project. Changing this creates a new node group.
-
region
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
- Returns:
- The region in which to obtain the V1 Container Infra client. A Container Infra client is needed to create a cluster. If omitted, the `region` argument of the provider is used. Changing this creates a new node group.
-
role
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> role()
- Returns:
- The role of nodes in the node group. Changing this creates a new node group.
-
updatedAt
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> updatedAt()
-
builder
public static NodeGroupState.Builder builder()
-
builder
public static NodeGroupState.Builder builder(NodeGroupState defaults)
-
-