public class CreateCustomerGatewayRequest extends AbstractModel
| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCustomerGatewayName()Get Customer gateway can be named freely, but the maximum length is 60 characters. | 
| String | getIpAddress()Get Customer gateway public IP. | 
| Tag[] | getTags()Get Bound tags, such as [{"Key": "city", "Value": "shanghai"}]. | 
| void | setCustomerGatewayName(String CustomerGatewayName)Set Customer gateway can be named freely, but the maximum length is 60 characters. | 
| void | setIpAddress(String IpAddress)Set Customer gateway public IP. | 
| void | setTags(Tag[] Tags)Set Bound tags, such as [{"Key": "city", "Value": "shanghai"}]. | 
| 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 CreateCustomerGatewayRequest()
public CreateCustomerGatewayRequest(CreateCustomerGatewayRequest source)
public String getCustomerGatewayName()
public void setCustomerGatewayName(String CustomerGatewayName)
CustomerGatewayName - Customer gateway can be named freely, but the maximum length is 60 characters.public String getIpAddress()
public void setIpAddress(String IpAddress)
IpAddress - Customer gateway public IP.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - Bound tags, such as [{"Key": "city", "Value": "shanghai"}].Copyright © 2022. All rights reserved.