public class SwitchClusterVpcRequest extends AbstractModel
Constructor and Description |
---|
SwitchClusterVpcRequest() |
SwitchClusterVpcRequest(SwitchClusterVpcRequest 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 |
---|---|
String |
getClusterId()
Get Cluster ID
|
Long |
getOldIpReserveHours()
Get Valid hours of old IP
|
String |
getUniqSubnetId()
Get Subnet ID in string
|
String |
getUniqVpcId()
Get VPC ID in string
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setOldIpReserveHours(Long OldIpReserveHours)
Set Valid hours of old IP
|
void |
setUniqSubnetId(String UniqSubnetId)
Set Subnet ID in string
|
void |
setUniqVpcId(String UniqVpcId)
Set VPC ID in string
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SwitchClusterVpcRequest()
public SwitchClusterVpcRequest(SwitchClusterVpcRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId
- VPC ID in stringpublic String getUniqSubnetId()
public void setUniqSubnetId(String UniqSubnetId)
UniqSubnetId
- Subnet ID in stringpublic Long getOldIpReserveHours()
public void setOldIpReserveHours(Long OldIpReserveHours)
OldIpReserveHours
- Valid hours of old IPCopyright © 2023. All rights reserved.