public static class DescribeDBInstanceAttributeResponse.DBInstance.ShardAttribute extends Object
| 构造器和说明 |
|---|
ShardAttribute() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getConnectString() |
Integer |
getMaxConnections() |
Integer |
getMaxIOPS() |
String |
getNodeClass() |
String |
getNodeDescription() |
String |
getNodeId() |
Integer |
getNodeStorage() |
Integer |
getPort() |
void |
setConnectString(String connectString) |
void |
setMaxConnections(Integer maxConnections) |
void |
setMaxIOPS(Integer maxIOPS) |
void |
setNodeClass(String nodeClass) |
void |
setNodeDescription(String nodeDescription) |
void |
setNodeId(String nodeId) |
void |
setNodeStorage(Integer nodeStorage) |
void |
setPort(Integer port) |
public String getNodeId()
public void setNodeId(String nodeId)
public String getNodeDescription()
public void setNodeDescription(String nodeDescription)
public String getNodeClass()
public void setNodeClass(String nodeClass)
public Integer getNodeStorage()
public void setNodeStorage(Integer nodeStorage)
public Integer getMaxIOPS()
public void setMaxIOPS(Integer maxIOPS)
public Integer getMaxConnections()
public void setMaxConnections(Integer maxConnections)
public String getConnectString()
public void setConnectString(String connectString)
public Integer getPort()
public void setPort(Integer port)
Copyright © 2020. All Rights Reserved.