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. |
AclName
Required
public object AclName { get; set; }
- Type: object
AclEntries
Optional
public object AclEntries { get; set; }
- Type: object
AddressIpVersion
Optional
public object AddressIpVersion { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]