Skip to content

QosAssociationProps

Properties for defining a QosAssociation.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksag"
&alicloudroscdksag.QosAssociationProps {
    QosId: interface{},
    SmartAgId: interface{},
}

Properties

Name Type Description
QosId interface{} Property qosId: The instance ID of the QoS policy.
SmartAgId interface{} Property smartAgId: The ID of the SAG instance to which the QoS policy is to be applied.

QosIdRequired

QosId interface{}
  • Type: interface{}

Property qosId: The instance ID of the QoS policy.


SmartAgIdRequired

SmartAgId interface{}
  • Type: interface{}

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