Skip to content

QosProps

Properties for defining a Qos.

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

Initializer

import com.aliyun.ros.cdk.sag.QosProps;
QosProps.builder()
    .qosName(java.lang.String)
    .qosName(IResolvable)
//  .qosDescription(java.lang.String)
//  .qosDescription(IResolvable)
    .build();

Properties

Name Type Description
qosName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property qosName: The name of the QoS policy.
qosDescription java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property qosDescription: The description of the QoS policy.

qosNameRequired

public java.lang.Object getQosName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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 java.lang.Object getQosDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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.