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 The name of the `HAVIP`. 
 | 
String | 
getSubnetId()
Get The `ID` of the subnet to which the `HAVIP` belongs. 
 | 
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 The `ID` of the VPC to which the `HAVIP` belongs. 
 | 
void | 
setHaVipName(String HaVipName)
Set The name of the `HAVIP`. 
 | 
void | 
setSubnetId(String SubnetId)
Set The `ID` of the subnet to which the `HAVIP` belongs. 
 | 
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 The `ID` of the VPC to which the `HAVIP` belongs. 
 | 
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, toJsonStringpublic CreateHaVipRequest()
public CreateHaVipRequest(CreateHaVipRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId - The `ID` of the VPC to which the `HAVIP` belongs.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - The `ID` of the subnet to which the `HAVIP` belongs.public String getHaVipName()
public void setHaVipName(String HaVipName)
HaVipName - The name of the `HAVIP`.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 © 2022. All rights reserved.