public class DescribeInstanceUpgradeTypeRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeInstanceUpgradeTypeRequest() |
DescribeInstanceUpgradeTypeRequest(DescribeInstanceUpgradeTypeRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterTopology |
getClusterTopology()
Get 集群版的节点拓扑配置
|
Long |
getDstBackupZone()
Get 目标实例备机2可用区
|
String |
getDstCdbType()
Get 目标实例类型
|
Float |
getDstCpu()
Get 目标实例cpu
|
Long |
getDstDeployMode()
Get 目标实例部署模型
|
Long |
getDstDisk()
Get 目标实例磁盘
|
Long |
getDstMemory()
Get 目标实例内存
|
Long |
getDstProtectMode()
Get 目标实例复制类型
|
Long |
getDstSlaveZone()
Get 目标实例备机1可用区
|
String |
getDstVersion()
Get 目标实例版本
|
Long |
getDstZoneId()
Get 目标实例主可用区
|
String |
getInstanceId()
Get 实例id
|
NodeDistribution |
getNodeDistribution()
Get 独享集群CDB实例的节点分布情况
|
void |
setClusterTopology(ClusterTopology ClusterTopology)
Set 集群版的节点拓扑配置
|
void |
setDstBackupZone(Long DstBackupZone)
Set 目标实例备机2可用区
|
void |
setDstCdbType(String DstCdbType)
Set 目标实例类型
|
void |
setDstCpu(Float DstCpu)
Set 目标实例cpu
|
void |
setDstDeployMode(Long DstDeployMode)
Set 目标实例部署模型
|
void |
setDstDisk(Long DstDisk)
Set 目标实例磁盘
|
void |
setDstMemory(Long DstMemory)
Set 目标实例内存
|
void |
setDstProtectMode(Long DstProtectMode)
Set 目标实例复制类型
|
void |
setDstSlaveZone(Long DstSlaveZone)
Set 目标实例备机1可用区
|
void |
setDstVersion(String DstVersion)
Set 目标实例版本
|
void |
setDstZoneId(Long DstZoneId)
Set 目标实例主可用区
|
void |
setInstanceId(String InstanceId)
Set 实例id
|
void |
setNodeDistribution(NodeDistribution NodeDistribution)
Set 独享集群CDB实例的节点分布情况
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeInstanceUpgradeTypeRequest()
public DescribeInstanceUpgradeTypeRequest(DescribeInstanceUpgradeTypeRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例idpublic Float getDstCpu()
public void setDstCpu(Float DstCpu)
DstCpu - 目标实例cpupublic Long getDstMemory()
public void setDstMemory(Long DstMemory)
DstMemory - 目标实例内存public Long getDstDisk()
public void setDstDisk(Long DstDisk)
DstDisk - 目标实例磁盘public String getDstVersion()
public void setDstVersion(String DstVersion)
DstVersion - 目标实例版本public Long getDstDeployMode()
public void setDstDeployMode(Long DstDeployMode)
DstDeployMode - 目标实例部署模型public Long getDstProtectMode()
public void setDstProtectMode(Long DstProtectMode)
DstProtectMode - 目标实例复制类型public Long getDstSlaveZone()
public void setDstSlaveZone(Long DstSlaveZone)
DstSlaveZone - 目标实例备机1可用区public Long getDstBackupZone()
public void setDstBackupZone(Long DstBackupZone)
DstBackupZone - 目标实例备机2可用区public String getDstCdbType()
public void setDstCdbType(String DstCdbType)
DstCdbType - 目标实例类型public Long getDstZoneId()
public void setDstZoneId(Long DstZoneId)
DstZoneId - 目标实例主可用区public NodeDistribution getNodeDistribution()
public void setNodeDistribution(NodeDistribution NodeDistribution)
NodeDistribution - 独享集群CDB实例的节点分布情况public ClusterTopology getClusterTopology()
public void setClusterTopology(ClusterTopology ClusterTopology)
ClusterTopology - 集群版的节点拓扑配置Copyright © 2024. All rights reserved.