Class CreateCustomerGatewayRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.CreateCustomerGatewayRequest
-
public class CreateCustomerGatewayRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateCustomerGatewayRequest()CreateCustomerGatewayRequest(CreateCustomerGatewayRequest 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 StringgetCustomerGatewayName()Get 对端网关名称,可任意命名,但不得超过60个字符。StringgetIpAddress()Get 对端网关公网IP。Tag[]getTags()Get 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]voidsetCustomerGatewayName(String CustomerGatewayName)Set 对端网关名称,可任意命名,但不得超过60个字符。voidsetIpAddress(String IpAddress)Set 对端网关公网IP。voidsetTags(Tag[] Tags)Set 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]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
-
CreateCustomerGatewayRequest
public CreateCustomerGatewayRequest()
-
CreateCustomerGatewayRequest
public CreateCustomerGatewayRequest(CreateCustomerGatewayRequest 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
-
getCustomerGatewayName
public String getCustomerGatewayName()
Get 对端网关名称,可任意命名,但不得超过60个字符。- Returns:
- CustomerGatewayName 对端网关名称,可任意命名,但不得超过60个字符。
-
setCustomerGatewayName
public void setCustomerGatewayName(String CustomerGatewayName)
Set 对端网关名称,可任意命名,但不得超过60个字符。- Parameters:
CustomerGatewayName- 对端网关名称,可任意命名,但不得超过60个字符。
-
getIpAddress
public String getIpAddress()
Get 对端网关公网IP。- Returns:
- IpAddress 对端网关公网IP。
-
setIpAddress
public void setIpAddress(String IpAddress)
Set 对端网关公网IP。- Parameters:
IpAddress- 对端网关公网IP。
-
getTags
public Tag[] getTags()
Get 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]- Returns:
- Tags 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
-
setTags
public void setTags(Tag[] Tags)
Set 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]- Parameters:
Tags- 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
-
-