Skip to content

RosQosPolicyProps

Properties for defining a RosQosPolicy.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sag;
new RosQosPolicyProps {
    object DestCidr,
    object DestPortRange,
    object IpProtocol,
    object Priority,
    object QosId,
    object SourceCidr,
    object SourcePortRange,
    object Description = null,
    object DpiGroupIds = null,
    object DpiSignatureIds = null,
    object EndTime = null,
    object Name = null,
    object StartTime = null
};

Properties

Name Type Description
DestCidr object No description.
DestPortRange object No description.
IpProtocol object No description.
Priority object No description.
QosId object No description.
SourceCidr object No description.
SourcePortRange object No description.
Description object No description.
DpiGroupIds object No description.
DpiSignatureIds object No description.
EndTime object No description.
Name object No description.
StartTime object No description.

DestCidrRequired

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

DestPortRangeRequired

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

IpProtocolRequired

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

PriorityRequired

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

QosIdRequired

public object QosId { 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

EndTimeOptional

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

NameOptional

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

StartTimeOptional

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