public class CreateServiceTemplateRequest extends AbstractModel
Constructor and Description |
---|
CreateServiceTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getServices()
Get It supports single port, multiple ports, consecutive ports and all ports.
|
String |
getServiceTemplateName()
Get Template name of the protocol port
|
void |
setServices(String[] Services)
Set It supports single port, multiple ports, consecutive ports and all ports.
|
void |
setServiceTemplateName(String ServiceTemplateName)
Set Template name of the protocol port
|
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 getServiceTemplateName()
public void setServiceTemplateName(String ServiceTemplateName)
ServiceTemplateName
- Template name of the protocol portpublic String[] getServices()
public void setServices(String[] Services)
Services
- It supports single port, multiple ports, consecutive ports and all ports. Supported protocols include TCP, UDP, ICMP, and GRE.Copyright © 2020. All rights reserved.