public class CreateHaVipRequest extends AbstractModel
Constructor and Description |
---|
CreateHaVipRequest() |
CreateHaVipRequest(CreateHaVipRequest 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 |
getHaVipName()
Get HAVIP name.
|
String |
getSubnetId()
Get Subnet ID of the HAVIP.
|
String |
getVip()
Get The specified virtual IP address, which must be within the IP range of the VPC and not in use.
|
String |
getVpcId()
Get VPC ID of the HAVIP.
|
void |
setHaVipName(String HaVipName)
Set HAVIP name.
|
void |
setSubnetId(String SubnetId)
Set Subnet ID of the HAVIP.
|
void |
setVip(String Vip)
Set The specified virtual IP address, which must be within the IP range of the VPC and not in use.
|
void |
setVpcId(String VpcId)
Set VPC ID of the HAVIP.
|
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 CreateHaVipRequest()
public CreateHaVipRequest(CreateHaVipRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC ID of the HAVIP.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Subnet ID of the HAVIP.public String getHaVipName()
public void setHaVipName(String HaVipName)
HaVipName
- HAVIP name.public String getVip()
public void setVip(String Vip)
Vip
- The specified virtual IP address, which must be within the IP range of the VPC and not in use. It will be automatically assigned if not specified.Copyright © 2023. All rights reserved.