Skip to content

RosAccessRuleProps

Properties for defining a RosAccessRule.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dfs-accessrule

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dfs;
new RosAccessRuleProps {
    object AccessGroupId,
    object NetworkSegment,
    object RwAccessType,
    object Description = null,
    object Priority = null
};

Properties

Name Type Description
AccessGroupId object No description.
NetworkSegment object No description.
RwAccessType object No description.
Description object No description.
Priority object No description.

AccessGroupIdRequired

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

NetworkSegmentRequired

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

RwAccessTypeRequired

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

DescriptionOptional

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

PriorityOptional

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