Skip to content

RosACLRuleProps

Properties for defining a RosACLRule.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-aclrule

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sag;
new RosACLRuleProps {
    object AclId,
    object DestCidr,
    object DestPortRange,
    object Direction,
    object IpProtocol,
    object Policy,
    object SourceCidr,
    object SourcePortRange,
    object Description = null,
    object DpiGroupIds = null,
    object DpiSignatureIds = null,
    object Name = null,
    object Priority = null,
    object Type = null
};

Properties

Name Type Description
AclId object No description.
DestCidr object No description.
DestPortRange object No description.
Direction object No description.
IpProtocol object No description.
Policy object No description.
SourceCidr object No description.
SourcePortRange object No description.
Description object No description.
DpiGroupIds object No description.
DpiSignatureIds object No description.
Name object No description.
Priority object No description.
Type object No description.

AclIdRequired

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

DestCidrRequired

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

DestPortRangeRequired

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

DirectionRequired

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

IpProtocolRequired

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

PolicyRequired

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

SourceCidrRequired

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

SourcePortRangeRequired

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

DescriptionOptional

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

DpiGroupIdsOptional

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

DpiSignatureIdsOptional

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

NameOptional

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

PriorityOptional

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

TypeOptional

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