RosAccessRuleProps
Properties for defining a RosAccessRule.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-accessrule
Initializer
using AlibabaCloud.SDK.ROS.CDK.Nas;
new RosAccessRuleProps {
object AccessGroupName,
object FileSystemType = null,
object Ipv6SourceCidrIp = null,
object Priority = null,
object RwAccessType = null,
object SourceCidrIp = null,
object UserAccessType = null
};
Properties
| Name | Type | Description |
|---|---|---|
AccessGroupName |
object |
No description. |
FileSystemType |
object |
No description. |
Ipv6SourceCidrIp |
object |
No description. |
Priority |
object |
No description. |
RwAccessType |
object |
No description. |
SourceCidrIp |
object |
No description. |
UserAccessType |
object |
No description. |
AccessGroupNameRequired
public object AccessGroupName { get; set; }
- Type: object
FileSystemTypeOptional
public object FileSystemType { get; set; }
- Type: object
Ipv6SourceCidrIpOptional
public object Ipv6SourceCidrIp { get; set; }
- Type: object
PriorityOptional
public object Priority { get; set; }
- Type: object
RwAccessTypeOptional
public object RwAccessType { get; set; }
- Type: object
SourceCidrIpOptional
public object SourceCidrIp { get; set; }
- Type: object
UserAccessTypeOptional
public object UserAccessType { get; set; }
- Type: object