QosAssociationProps
Properties for defining a QosAssociation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-qosassociation
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sag;
new QosAssociationProps {
object QosId,
object SmartAgId
};
Properties
Name | Type | Description |
---|---|---|
QosId |
object |
Property qosId: The instance ID of the QoS policy. |
SmartAgId |
object |
Property smartAgId: The ID of the SAG instance to which the QoS policy is to be applied. |
QosId
Required
public object QosId { get; set; }
- Type: object
Property qosId: The instance ID of the QoS policy.
SmartAgId
Required
public object SmartAgId { get; set; }
- Type: object
Property smartAgId: The ID of the SAG instance to which the QoS policy is to be applied.