QosProps
Properties for defining a Qos
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-qos
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksag"
&alicloudroscdksag.QosProps {
QosName: interface{},
QosDescription: interface{},
}
Properties
Name | Type | Description |
---|---|---|
QosName |
interface{} |
Property qosName: The name of the QoS policy. |
QosDescription |
interface{} |
Property qosDescription: The description of the QoS policy. |
QosName
Required
QosName interface{}
- Type: interface{}
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.
QosDescription
Optional
QosDescription interface{}
- Type: interface{}
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.