Class GetNodeGroupResult
- java.lang.Object
-
- com.pulumi.openstack.containerinfra.outputs.GetNodeGroupResult
-
public final class GetNodeGroupResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetNodeGroupResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetNodeGroupResult.Builderbuilder()static GetNodeGroupResult.Builderbuilder(GetNodeGroupResult defaults)java.lang.StringclusterId()java.lang.StringcreatedAt()java.lang.IntegerdockerVolumeSize()java.lang.Stringflavor()java.lang.Stringid()java.lang.Stringimage()java.util.Map<java.lang.String,java.lang.Object>labels()java.lang.IntegermaxNodeCount()java.lang.IntegerminNodeCount()java.lang.Stringname()java.lang.IntegernodeCount()java.lang.StringprojectId()java.lang.Stringregion()java.lang.Stringrole()java.lang.StringupdatedAt()
-
-
-
Method Detail
-
clusterId
public java.lang.String clusterId()
-
createdAt
public java.lang.String createdAt()
- Returns:
- The time at which the node group was created.
-
dockerVolumeSize
public java.lang.Integer dockerVolumeSize()
- Returns:
- The size (in GB) of the Docker volume.
-
flavor
public java.lang.String flavor()
- Returns:
- The flavor for the nodes of the node group.
-
id
public java.lang.String id()
- Returns:
- The provider-assigned unique ID for this managed resource.
-
image
public java.lang.String image()
- Returns:
- The reference to an image that is used for nodes of the node group.
-
labels
public java.util.Map<java.lang.String,java.lang.Object> labels()
- Returns:
- The list of key value pairs representing additional properties of the node group.
-
maxNodeCount
public java.lang.Integer maxNodeCount()
- Returns:
- The maximum number of nodes for the node group.
-
minNodeCount
public java.lang.Integer minNodeCount()
- Returns:
- The minimum number of nodes for the node group.
-
name
public java.lang.String name()
- Returns:
- See Argument Reference above.
-
nodeCount
public java.lang.Integer nodeCount()
- Returns:
- The number of nodes for the node group.
-
projectId
public java.lang.String projectId()
- Returns:
- The project of the node group.
-
region
public java.lang.String region()
- Returns:
- See Argument Reference above.
-
role
public java.lang.String role()
- Returns:
- The role of the node group.
-
updatedAt
public java.lang.String updatedAt()
- Returns:
- The time at which the node group was updated.
-
builder
public static GetNodeGroupResult.Builder builder()
-
builder
public static GetNodeGroupResult.Builder builder(GetNodeGroupResult defaults)
-
-