public class CreateAddressTemplateRequest extends AbstractModel
Constructor and Description |
---|
CreateAddressTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getAddresses()
Get Address information, including IP, CIDR and IP address range.
|
String |
getAddressTemplateName()
Get The name of the IP address template
|
void |
setAddresses(String[] Addresses)
Set Address information, including IP, CIDR and IP address range.
|
void |
setAddressTemplateName(String AddressTemplateName)
Set The name of the IP address template
|
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, toJsonString
public String getAddressTemplateName()
public void setAddressTemplateName(String AddressTemplateName)
AddressTemplateName
- The name of the IP address templatepublic String[] getAddresses()
public void setAddresses(String[] Addresses)
Addresses
- Address information, including IP, CIDR and IP address range.Copyright © 2020. All rights reserved.