Skip to content

AclProps

Properties for defining a Acl.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ga;
new AclProps {
    object AddressIpVersion,
    object AclEntries = null,
    object AclName = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
AddressIpVersion object Property addressIpVersion: The IP version of the ACL.
AclEntries object Property aclEntries: The entries of IP addresses or CIDR blocks to add to the ACL.
AclName object Property aclName: The name of the ACL.
ResourceGroupId object Property resourceGroupId: The ID of the resource group.
Tags TagsProperty[] Property tags: Tags of the ACL.

AddressIpVersionRequired

public object AddressIpVersion { get; set; }
  • Type: object

Property addressIpVersion: The IP version of the ACL.


AclEntriesOptional

public object AclEntries { get; set; }
  • Type: object

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

You can add up to 20 entries.


AclNameOptional

public object AclName { get; set; }
  • Type: object

Property aclName: The name of the ACL.


ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

Property resourceGroupId: The ID of the resource group.


TagsOptional

public TagsProperty[] Tags { get; set; }

Property tags: Tags of the ACL.