Skip to content

QosAssociationProps

Properties for defining a QosAssociation.

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

Initializer

import ros_cdk_sag
ros_cdk_sag.QosAssociationProps(
  qos_id: typing.Union[str, IResolvable],
  smart_ag_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
qos_id typing.Union[str, ros_cdk_core.IResolvable] Property qosId: The instance ID of the QoS policy.
smart_ag_id typing.Union[str, ros_cdk_core.IResolvable] Property smartAgId: The ID of the SAG instance to which the QoS policy is to be applied.

qos_idRequired

qos_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property qosId: The instance ID of the QoS policy.


smart_ag_idRequired

smart_ag_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

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