GetInterRegionTrafficQosQueuesQueue

data class GetInterRegionTrafficQosQueuesQueue(val dscps: List<String>, val id: String, val interRegionTrafficQosQueueDescription: String, val interRegionTrafficQosQueueId: String, val interRegionTrafficQosQueueName: String, val remainBandwidthPercent: Int, val status: String, val trafficQosPolicyId: String)

Constructors

Link copied to clipboard
constructor(dscps: List<String>, id: String, interRegionTrafficQosQueueDescription: String, interRegionTrafficQosQueueId: String, interRegionTrafficQosQueueName: String, remainBandwidthPercent: Int, status: String, trafficQosPolicyId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The DSCP value of the traffic packet to be matched in the current queue, ranging from 0 to 63.

Link copied to clipboard
val id: String
Link copied to clipboard

The description information of the traffic scheduling policy.

Link copied to clipboard

The ID of the resource.

Link copied to clipboard

The name of the traffic scheduling policy.

Link copied to clipboard

The percentage of cross-region bandwidth that the current queue can use.

Link copied to clipboard

The status of the traffic scheduling policy. -Creating: The function is being created.-Active: available.-Modifying: is being modified.-Deleting: Deleted.-Deleted: Deleted.

Link copied to clipboard

The ID of the traffic scheduling policy.