Skip to content

AclProps

Properties for defining a Acl.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-acl

Initializer

import com.aliyun.ros.cdk.ga.AclProps;
AclProps.builder()
    .addressIpVersion(java.lang.String)
    .addressIpVersion(IResolvable)
//  .aclEntries(IResolvable)
//  .aclEntries(java.util.List<IResolvable)
//  .aclEntries(AclEntriesProperty>)
//  .aclName(java.lang.String)
//  .aclName(IResolvable)
//  .resourceGroupId(java.lang.String)
//  .resourceGroupId(IResolvable)
//  .tags(java.util.List<TagsProperty>)
    .build();

Properties

Name Type Description
addressIpVersion java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property addressIpVersion: The IP version of the ACL.
aclEntries com.aliyun.ros.cdk.core.IResolvable OR java.util.ListAclEntriesProperty> Property aclEntries: The entries of IP addresses or CIDR blocks to add to the ACL.
aclName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property aclName: The name of the ACL.
resourceGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property resourceGroupId: The ID of the resource group.
tags java.util.List<TagsProperty> Property tags: Tags of the ACL.

addressIpVersionRequired

public java.lang.Object getAddressIpVersion();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property addressIpVersion: The IP version of the ACL.


aclEntriesOptional

public java.lang.Object getAclEntries();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListAclEntriesProperty>

Property aclEntries: The entries of IP addresses or CIDR blocks to add to the ACL.

You can add up to 20 entries.


aclNameOptional

public java.lang.Object getAclName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property aclName: The name of the ACL.


resourceGroupIdOptional

public java.lang.Object getResourceGroupId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property resourceGroupId: The ID of the resource group.


tagsOptional

public java.util.List<TagsProperty> getTags();

Property tags: Tags of the ACL.