Skip to content

QosAssociationProps

Properties for defining a QosAssociation.

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

Initializer

import com.aliyun.ros.cdk.sag.QosAssociationProps;
QosAssociationProps.builder()
    .qosId(java.lang.String)
    .qosId(IResolvable)
    .smartAgId(java.lang.String)
    .smartAgId(IResolvable)
    .build();

Properties

Name Type Description
qosId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property qosId: The instance ID of the QoS policy.
smartAgId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property smartAgId: The ID of the SAG instance to which the QoS policy is to be applied.

qosIdRequired

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

Property qosId: The instance ID of the QoS policy.


smartAgIdRequired

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

Property smartAgId: The ID of the SAG instance to which the QoS policy is to be applied.