public class CreateNetworkAclRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateNetworkAclRequest() |
CreateNetworkAclRequest(CreateNetworkAclRequest 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 |
getNetworkAclName()
Get Network ACL name, which can contain up to 60 bytes.
|
String |
getNetworkAclType()
Get Network ACL type.
|
Tag[] |
getTags()
Get Bound tags, such as [{"Key": "city", "Value": "shanghai"}].
|
String |
getVpcId()
Get VPC instance ID, which can be obtained from the `VpcId` field in the response of the [`DescribeVpcs`](https://intl.cloud.tencent.com/document/product/215/15778?from_cn_redirect=1) API.
|
void |
setNetworkAclName(String NetworkAclName)
Set Network ACL name, which can contain up to 60 bytes.
|
void |
setNetworkAclType(String NetworkAclType)
Set Network ACL type.
|
void |
setTags(Tag[] Tags)
Set Bound tags, such as [{"Key": "city", "Value": "shanghai"}].
|
void |
setVpcId(String VpcId)
Set VPC instance ID, which can be obtained from the `VpcId` field in the response of the [`DescribeVpcs`](https://intl.cloud.tencent.com/document/product/215/15778?from_cn_redirect=1) API.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateNetworkAclRequest()
public CreateNetworkAclRequest(CreateNetworkAclRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC instance ID, which can be obtained from the `VpcId` field in the response of the [`DescribeVpcs`](https://intl.cloud.tencent.com/document/product/215/15778?from_cn_redirect=1) API.public String getNetworkAclName()
public void setNetworkAclName(String NetworkAclName)
NetworkAclName
- Network ACL name, which can contain up to 60 bytes.public String getNetworkAclType()
public void setNetworkAclType(String NetworkAclType)
NetworkAclType
- Network ACL type. Valid values: `TRIPLE` and `QUINTUPLE`.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Bound tags, such as [{"Key": "city", "Value": "shanghai"}].Copyright © 2024. All rights reserved.