Skip to content

QosProps

Properties for defining a Qos.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sag;
new QosProps {
    object QosName,
    object QosDescription = null
};

Properties

Name Type Description
QosName object Property qosName: The name of the QoS policy.
QosDescription object Property qosDescription: The description of the QoS policy.

QosNameRequired

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

Property qosName: The name of the QoS policy.

The name must be 2 to 100 characters in length and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It must start with a letter.


QosDescriptionOptional

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

Property qosDescription: The description of the QoS policy.

The description must be 1 to 512 characters in length and can contain letters, digits, underscores (_), and hyphens (-). It must start with a letter.