public class CreateHaVipRequest extends AbstractModel
header, skipSign| 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名称。 | 
| String | getSubnetId()Get HAVIP所在子网ID。 | 
| String | getVip()Get 指定虚拟IP地址,必须在VPC网段内且未被占用。不指定则自动分配。 | 
| String | getVpcId()Get HAVIP所在私有网络ID。 | 
| void | setHaVipName(String HaVipName)Set HAVIP名称。 | 
| void | setSubnetId(String SubnetId)Set HAVIP所在子网ID。 | 
| void | setVip(String Vip)Set 指定虚拟IP地址,必须在VPC网段内且未被占用。不指定则自动分配。 | 
| void | setVpcId(String VpcId)Set HAVIP所在私有网络ID。 | 
| 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 CreateHaVipRequest()
public CreateHaVipRequest(CreateHaVipRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId - HAVIP所在私有网络ID。public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - HAVIP所在子网ID。public String getHaVipName()
public void setHaVipName(String HaVipName)
HaVipName - HAVIP名称。public String getVip()
public void setVip(String Vip)
Vip - 指定虚拟IP地址,必须在VPC网段内且未被占用。不指定则自动分配。Copyright © 2025. All rights reserved.