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. |
AclName
Optional
public object AclName { get; set; }
- Type: object
AddressIpVersion
Optional
public object AddressIpVersion { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object