public class BindSecurityTemplateToEntityRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
BindSecurityTemplateToEntityRequest() |
BindSecurityTemplateToEntityRequest(BindSecurityTemplateToEntityRequest 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[] |
getEntities()
Get List of domain names to bind to/unbind from a policy template
|
String |
getOperate()
Get Bind or unbind operation option.
|
Boolean |
getOverWrite()
Get If the imported domain name has already been bound to a policy template (including a site-level security policy), this parameter indicates whether to replace the template by setting it.
|
String |
getTemplateId()
Get Specifies the ID of the policy template or the site global policy to be bound or unbound.
|
String |
getZoneId()
Get Site ID of the policy template to be bound to or unbound from.
|
void |
setEntities(String[] Entities)
Set List of domain names to bind to/unbind from a policy template
|
void |
setOperate(String Operate)
Set Bind or unbind operation option.
|
void |
setOverWrite(Boolean OverWrite)
Set If the imported domain name has already been bound to a policy template (including a site-level security policy), this parameter indicates whether to replace the template by setting it.
|
void |
setTemplateId(String TemplateId)
Set Specifies the ID of the policy template or the site global policy to be bound or unbound.
|
void |
setZoneId(String ZoneId)
Set Site ID of the policy template to be bound to or unbound from.
|
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, toJsonString
public BindSecurityTemplateToEntityRequest()
public BindSecurityTemplateToEntityRequest(BindSecurityTemplateToEntityRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Site ID of the policy template to be bound to or unbound from.public String[] getEntities()
public void setEntities(String[] Entities)
Entities
- List of domain names to bind to/unbind from a policy templatepublic String getOperate()
public void setOperate(String Operate)
Operate
- Bind or unbind operation option. valid values:.
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- Specifies the ID of the policy template or the site global policy to be bound or unbound.
public Boolean getOverWrite()
public void setOverWrite(Boolean OverWrite)
OverWrite
- If the imported domain name has already been bound to a policy template (including a site-level security policy), this parameter indicates whether to replace the template by setting it. the default value is true. values: Copyright © 2025. All rights reserved.