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. |
QosId
Required
QosId interface{}
- Type: interface{}
Property qosId: The instance ID of the QoS policy.
SmartAgId
Required
SmartAgId interface{}
- Type: interface{}
Property smartAgId: The ID of the SAG instance to which the QoS policy is to be applied.