RosAccessControlsProps
Properties for defining a RosAccessControls.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-accesscontrols
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new RosAccessControlsProps {
object AclName = null,
object AddressIpVersion = null,
object RefreshOptions = null,
object ResourceGroupId = null
};
Properties
| Name | Type | Description |
|---|---|---|
AclName |
object |
No description. |
AddressIpVersion |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
AclNameOptional
public object AclName { get; set; }
- Type: object
AddressIpVersionOptional
public object AddressIpVersion { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object