Class CreatePortAclConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.CreatePortAclConfigRequest
-
public class CreatePortAclConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreatePortAclConfigRequest()CreatePortAclConfigRequest(CreatePortAclConfigRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AclConfiggetAclConfig()Get 端口acl策略StringgetInstanceId()Get 资源实例IDvoidsetAclConfig(AclConfig AclConfig)Set 端口acl策略voidsetInstanceId(String InstanceId)Set 资源实例IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreatePortAclConfigRequest
public CreatePortAclConfigRequest()
-
CreatePortAclConfigRequest
public CreatePortAclConfigRequest(CreatePortAclConfigRequest 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 资源实例ID- Returns:
- InstanceId 资源实例ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 资源实例ID- Parameters:
InstanceId- 资源实例ID
-
getAclConfig
public AclConfig getAclConfig()
Get 端口acl策略- Returns:
- AclConfig 端口acl策略
-
setAclConfig
public void setAclConfig(AclConfig AclConfig)
Set 端口acl策略- Parameters:
AclConfig- 端口acl策略
-
-