Class GetClustersClusterDbNode
- java.lang.Object
-
- com.pulumi.alicloud.polardb.outputs.GetClustersClusterDbNode
-
public final class GetClustersClusterDbNode extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetClustersClusterDbNode.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetClustersClusterDbNode.Builder
builder()
static GetClustersClusterDbNode.Builder
builder(GetClustersClusterDbNode defaults)
java.lang.String
createTime()
java.lang.String
dbNodeClass()
java.lang.String
dbNodeId()
java.lang.String
dbNodeRole()
java.lang.String
dbNodeStatus()
java.lang.Integer
maxConnections()
java.lang.Integer
maxIops()
java.lang.String
regionId()
java.lang.String
zoneId()
-
-
-
Method Detail
-
createTime
public java.lang.String createTime()
- Returns:
- The create_time of the db_nodes.
-
dbNodeClass
public java.lang.String dbNodeClass()
- Returns:
- The db_node_class of the db_nodes.
-
dbNodeId
public java.lang.String dbNodeId()
- Returns:
- The db_node_id of the db_nodes.
-
dbNodeRole
public java.lang.String dbNodeRole()
- Returns:
- The db_node_role of the db_nodes.
-
dbNodeStatus
public java.lang.String dbNodeStatus()
- Returns:
- The db_node_status of the db_nodes.
-
maxConnections
public java.lang.Integer maxConnections()
- Returns:
- The max_connections of the db_nodes.
-
maxIops
public java.lang.Integer maxIops()
- Returns:
- The max_iops of the db_nodes.
-
regionId
public java.lang.String regionId()
- Returns:
- The region_id of the db_nodes.
-
zoneId
public java.lang.String zoneId()
- Returns:
- The zone_id of the db_nodes.
-
builder
public static GetClustersClusterDbNode.Builder builder()
-
builder
public static GetClustersClusterDbNode.Builder builder(GetClustersClusterDbNode defaults)
-
-