Skip to content

RosQosProps

Properties for defining a RosQos.

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

Initializer

import com.aliyun.ros.cdk.sag.RosQosProps;
RosQosProps.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 No description.
qosDescription java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

qosNameRequired

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

qosDescriptionOptional

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