Class CreateHaVipRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.CreateHaVipRequest
-
public class CreateHaVipRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHaVipName()Get HAVIP名称。StringgetSubnetId()Get HAVIP所在子网ID。StringgetVip()Get 指定虚拟IP地址,必须在VPC网段内且未被占用。不指定则自动分配。StringgetVpcId()Get HAVIP所在私有网络ID。voidsetHaVipName(String HaVipName)Set HAVIP名称。voidsetSubnetId(String SubnetId)Set HAVIP所在子网ID。voidsetVip(String Vip)Set 指定虚拟IP地址,必须在VPC网段内且未被占用。不指定则自动分配。voidsetVpcId(String VpcId)Set HAVIP所在私有网络ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateHaVipRequest
public CreateHaVipRequest()
-
CreateHaVipRequest
public 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.
-
-
Method Detail
-
getVpcId
public String getVpcId()
Get HAVIP所在私有网络ID。- Returns:
- VpcId HAVIP所在私有网络ID。
-
setVpcId
public void setVpcId(String VpcId)
Set HAVIP所在私有网络ID。- Parameters:
VpcId- HAVIP所在私有网络ID。
-
getSubnetId
public String getSubnetId()
Get HAVIP所在子网ID。- Returns:
- SubnetId HAVIP所在子网ID。
-
setSubnetId
public void setSubnetId(String SubnetId)
Set HAVIP所在子网ID。- Parameters:
SubnetId- HAVIP所在子网ID。
-
getHaVipName
public String getHaVipName()
Get HAVIP名称。- Returns:
- HaVipName HAVIP名称。
-
setHaVipName
public void setHaVipName(String HaVipName)
Set HAVIP名称。- Parameters:
HaVipName- HAVIP名称。
-
getVip
public String getVip()
Get 指定虚拟IP地址,必须在VPC网段内且未被占用。不指定则自动分配。- Returns:
- Vip 指定虚拟IP地址,必须在VPC网段内且未被占用。不指定则自动分配。
-
setVip
public void setVip(String Vip)
Set 指定虚拟IP地址,必须在VPC网段内且未被占用。不指定则自动分配。- Parameters:
Vip- 指定虚拟IP地址,必须在VPC网段内且未被占用。不指定则自动分配。
-
-