Skip to content

RosAccessControlProps

Properties for defining a RosAccessControl.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-accesscontrol

Initializer

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

Properties

Name Type Description
AclName object No description.
AclEntries object No description.
AddressIpVersion object No description.
ResourceGroupId object No description.
Tags TagsProperty[] No description.

AclNameRequired

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

AclEntriesOptional

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

AddressIpVersionOptional

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

ResourceGroupIdOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }