public class CreateCustomerGatewayRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateCustomerGatewayRequest() | 
| 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. | 
| 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 | 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 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.Copyright © 2020. All rights reserved.