QosAssociationProps
Properties for defining a QosAssociation.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-qosassociation
Initializer
import { QosAssociationProps } from '@alicloud/ros-cdk-sag'
const qosAssociationProps: QosAssociationProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
qosId |
string | @alicloud/ros-cdk-core.IResolvable |
Property qosId: The instance ID of the QoS policy. |
smartAgId |
string | @alicloud/ros-cdk-core.IResolvable |
Property smartAgId: The ID of the SAG instance to which the QoS policy is to be applied. |
qosIdRequired
public readonly qosId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property qosId: The instance ID of the QoS policy.
smartAgIdRequired
public readonly smartAgId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property smartAgId: The ID of the SAG instance to which the QoS policy is to be applied.