Get Inter Region Traffic Qos Policies Plain Args
data class GetInterRegionTrafficQosPoliciesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null, val trafficQosPolicyDescription: String? = null, val trafficQosPolicyId: String? = null, val trafficQosPolicyName: String? = null, val transitRouterAttachmentId: String, val transitRouterId: String) : ConvertibleToJava<GetInterRegionTrafficQosPoliciesPlainArgs>
A collection of arguments for invoking getInterRegionTrafficQosPolicies.
Properties
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The description of the QoS policy.
Link copied to clipboard
The ID of the QoS policy.
Link copied to clipboard
The name of the QoS policy.
Link copied to clipboard
The ID of the inter-region connection.
Link copied to clipboard
The ID of the transit router.