public class CreateCustomerGatewayRequest extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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 © 2025. All rights reserved.