1. Registry
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. transitrouter
  6. getTransitRouterTrafficQosQueueEntry
Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine

    Data Source schema for Volcengine::TransitRouter::TransitRouterTrafficQosQueueEntry

    Using getTransitRouterTrafficQosQueueEntry

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getTransitRouterTrafficQosQueueEntry(args: GetTransitRouterTrafficQosQueueEntryArgs, opts?: InvokeOptions): Promise<GetTransitRouterTrafficQosQueueEntryResult>
    function getTransitRouterTrafficQosQueueEntryOutput(args: GetTransitRouterTrafficQosQueueEntryOutputArgs, opts?: InvokeOutputOptions): Output<GetTransitRouterTrafficQosQueueEntryResult>
    def get_transit_router_traffic_qos_queue_entry(id: Optional[str] = None,
                                                   opts: Optional[InvokeOptions] = None) -> GetTransitRouterTrafficQosQueueEntryResult
    def get_transit_router_traffic_qos_queue_entry_output(id: pulumi.Input[Optional[str]] = None,
                                                   opts: Optional[InvokeOutputOptions] = None) -> Output[GetTransitRouterTrafficQosQueueEntryResult]
    func LookupTransitRouterTrafficQosQueueEntry(ctx *Context, args *LookupTransitRouterTrafficQosQueueEntryArgs, opts ...InvokeOption) (*LookupTransitRouterTrafficQosQueueEntryResult, error)
    func LookupTransitRouterTrafficQosQueueEntryOutput(ctx *Context, args *LookupTransitRouterTrafficQosQueueEntryOutputArgs, opts ...InvokeOption) LookupTransitRouterTrafficQosQueueEntryResultOutput

    > Note: This function is named LookupTransitRouterTrafficQosQueueEntry in the Go SDK.

    public static class GetTransitRouterTrafficQosQueueEntry 
    {
        public static Task<GetTransitRouterTrafficQosQueueEntryResult> InvokeAsync(GetTransitRouterTrafficQosQueueEntryArgs args, InvokeOptions? opts = null)
        public static Output<GetTransitRouterTrafficQosQueueEntryResult> Invoke(GetTransitRouterTrafficQosQueueEntryInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetTransitRouterTrafficQosQueueEntryResult> Invoke(GetTransitRouterTrafficQosQueueEntryInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetTransitRouterTrafficQosQueueEntryResult> getTransitRouterTrafficQosQueueEntry(GetTransitRouterTrafficQosQueueEntryArgs args, InvokeOptions options)
    public static Output<GetTransitRouterTrafficQosQueueEntryResult> getTransitRouterTrafficQosQueueEntry(GetTransitRouterTrafficQosQueueEntryArgs args, InvokeOptions options)
    public static Output<GetTransitRouterTrafficQosQueueEntryResult> getTransitRouterTrafficQosQueueEntry(GetTransitRouterTrafficQosQueueEntryArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: volcenginecc:transitrouter/getTransitRouterTrafficQosQueueEntry:getTransitRouterTrafficQosQueueEntry
      arguments:
        # arguments dictionary
    data "volcenginecc_transitrouter_get_transit_router_traffic_qos_queue_entry" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getTransitRouterTrafficQosQueueEntry Result

    The following output properties are available:

    BandwidthPercent int
    Bandwidth percentage allocated to the flow queue entry. Value range: 0 to 100.
    CreationTime string
    Creation time of the flow queue entry.
    Description string
    Description of the flow queue entry. Must start with a letter, number, or Chinese character. Can contain letters, numbers, Chinese characters, and the following special characters: English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length: 0 to 255 characters.
    Dscps List<int>
    List of DSCP values matched by the flow queue entry. Each DSCP value ranges from 0 to 63.
    Id string
    Uniquely identifies the resource.
    IsDefault bool
    Indicates whether this is the default flow queue entry. true: Yes. false: No.
    Priority string
    Priority of the flow queue entry. Normal: Normal. High: High.
    Status string
    Status of the flow queue entry. Creating: Creating. Deleting: Deleting. Pending: Pending. Available: Available.
    TransitRouterTrafficQosQueueEntryId string
    ID of the flow queue entry.
    TransitRouterTrafficQosQueueEntryName string
    Name of the flow queue entry. Must start with a letter, number, or Chinese character. Can contain letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length: 1 to 128 characters.
    TransitRouterTrafficQosQueuePolicyId string
    ID of the flow queue policy, identifying the flow queue policy to which this entry belongs.
    UpdateTime string
    Most recent update time of the flow queue entry.
    BandwidthPercent int
    Bandwidth percentage allocated to the flow queue entry. Value range: 0 to 100.
    CreationTime string
    Creation time of the flow queue entry.
    Description string
    Description of the flow queue entry. Must start with a letter, number, or Chinese character. Can contain letters, numbers, Chinese characters, and the following special characters: English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length: 0 to 255 characters.
    Dscps []int
    List of DSCP values matched by the flow queue entry. Each DSCP value ranges from 0 to 63.
    Id string
    Uniquely identifies the resource.
    IsDefault bool
    Indicates whether this is the default flow queue entry. true: Yes. false: No.
    Priority string
    Priority of the flow queue entry. Normal: Normal. High: High.
    Status string
    Status of the flow queue entry. Creating: Creating. Deleting: Deleting. Pending: Pending. Available: Available.
    TransitRouterTrafficQosQueueEntryId string
    ID of the flow queue entry.
    TransitRouterTrafficQosQueueEntryName string
    Name of the flow queue entry. Must start with a letter, number, or Chinese character. Can contain letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length: 1 to 128 characters.
    TransitRouterTrafficQosQueuePolicyId string
    ID of the flow queue policy, identifying the flow queue policy to which this entry belongs.
    UpdateTime string
    Most recent update time of the flow queue entry.
    bandwidth_percent number
    Bandwidth percentage allocated to the flow queue entry. Value range: 0 to 100.
    creation_time string
    Creation time of the flow queue entry.
    description string
    Description of the flow queue entry. Must start with a letter, number, or Chinese character. Can contain letters, numbers, Chinese characters, and the following special characters: English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length: 0 to 255 characters.
    dscps list(number)
    List of DSCP values matched by the flow queue entry. Each DSCP value ranges from 0 to 63.
    id string
    Uniquely identifies the resource.
    is_default bool
    Indicates whether this is the default flow queue entry. true: Yes. false: No.
    priority string
    Priority of the flow queue entry. Normal: Normal. High: High.
    status string
    Status of the flow queue entry. Creating: Creating. Deleting: Deleting. Pending: Pending. Available: Available.
    transit_router_traffic_qos_queue_entry_id string
    ID of the flow queue entry.
    transit_router_traffic_qos_queue_entry_name string
    Name of the flow queue entry. Must start with a letter, number, or Chinese character. Can contain letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length: 1 to 128 characters.
    transit_router_traffic_qos_queue_policy_id string
    ID of the flow queue policy, identifying the flow queue policy to which this entry belongs.
    update_time string
    Most recent update time of the flow queue entry.
    bandwidthPercent Integer
    Bandwidth percentage allocated to the flow queue entry. Value range: 0 to 100.
    creationTime String
    Creation time of the flow queue entry.
    description String
    Description of the flow queue entry. Must start with a letter, number, or Chinese character. Can contain letters, numbers, Chinese characters, and the following special characters: English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length: 0 to 255 characters.
    dscps List<Integer>
    List of DSCP values matched by the flow queue entry. Each DSCP value ranges from 0 to 63.
    id String
    Uniquely identifies the resource.
    isDefault Boolean
    Indicates whether this is the default flow queue entry. true: Yes. false: No.
    priority String
    Priority of the flow queue entry. Normal: Normal. High: High.
    status String
    Status of the flow queue entry. Creating: Creating. Deleting: Deleting. Pending: Pending. Available: Available.
    transitRouterTrafficQosQueueEntryId String
    ID of the flow queue entry.
    transitRouterTrafficQosQueueEntryName String
    Name of the flow queue entry. Must start with a letter, number, or Chinese character. Can contain letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length: 1 to 128 characters.
    transitRouterTrafficQosQueuePolicyId String
    ID of the flow queue policy, identifying the flow queue policy to which this entry belongs.
    updateTime String
    Most recent update time of the flow queue entry.
    bandwidthPercent number
    Bandwidth percentage allocated to the flow queue entry. Value range: 0 to 100.
    creationTime string
    Creation time of the flow queue entry.
    description string
    Description of the flow queue entry. Must start with a letter, number, or Chinese character. Can contain letters, numbers, Chinese characters, and the following special characters: English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length: 0 to 255 characters.
    dscps number[]
    List of DSCP values matched by the flow queue entry. Each DSCP value ranges from 0 to 63.
    id string
    Uniquely identifies the resource.
    isDefault boolean
    Indicates whether this is the default flow queue entry. true: Yes. false: No.
    priority string
    Priority of the flow queue entry. Normal: Normal. High: High.
    status string
    Status of the flow queue entry. Creating: Creating. Deleting: Deleting. Pending: Pending. Available: Available.
    transitRouterTrafficQosQueueEntryId string
    ID of the flow queue entry.
    transitRouterTrafficQosQueueEntryName string
    Name of the flow queue entry. Must start with a letter, number, or Chinese character. Can contain letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length: 1 to 128 characters.
    transitRouterTrafficQosQueuePolicyId string
    ID of the flow queue policy, identifying the flow queue policy to which this entry belongs.
    updateTime string
    Most recent update time of the flow queue entry.
    bandwidth_percent int
    Bandwidth percentage allocated to the flow queue entry. Value range: 0 to 100.
    creation_time str
    Creation time of the flow queue entry.
    description str
    Description of the flow queue entry. Must start with a letter, number, or Chinese character. Can contain letters, numbers, Chinese characters, and the following special characters: English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length: 0 to 255 characters.
    dscps Sequence[int]
    List of DSCP values matched by the flow queue entry. Each DSCP value ranges from 0 to 63.
    id str
    Uniquely identifies the resource.
    is_default bool
    Indicates whether this is the default flow queue entry. true: Yes. false: No.
    priority str
    Priority of the flow queue entry. Normal: Normal. High: High.
    status str
    Status of the flow queue entry. Creating: Creating. Deleting: Deleting. Pending: Pending. Available: Available.
    transit_router_traffic_qos_queue_entry_id str
    ID of the flow queue entry.
    transit_router_traffic_qos_queue_entry_name str
    Name of the flow queue entry. Must start with a letter, number, or Chinese character. Can contain letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length: 1 to 128 characters.
    transit_router_traffic_qos_queue_policy_id str
    ID of the flow queue policy, identifying the flow queue policy to which this entry belongs.
    update_time str
    Most recent update time of the flow queue entry.
    bandwidthPercent Number
    Bandwidth percentage allocated to the flow queue entry. Value range: 0 to 100.
    creationTime String
    Creation time of the flow queue entry.
    description String
    Description of the flow queue entry. Must start with a letter, number, or Chinese character. Can contain letters, numbers, Chinese characters, and the following special characters: English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length: 0 to 255 characters.
    dscps List<Number>
    List of DSCP values matched by the flow queue entry. Each DSCP value ranges from 0 to 63.
    id String
    Uniquely identifies the resource.
    isDefault Boolean
    Indicates whether this is the default flow queue entry. true: Yes. false: No.
    priority String
    Priority of the flow queue entry. Normal: Normal. High: High.
    status String
    Status of the flow queue entry. Creating: Creating. Deleting: Deleting. Pending: Pending. Available: Available.
    transitRouterTrafficQosQueueEntryId String
    ID of the flow queue entry.
    transitRouterTrafficQosQueueEntryName String
    Name of the flow queue entry. Must start with a letter, number, or Chinese character. Can contain letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length: 1 to 128 characters.
    transitRouterTrafficQosQueuePolicyId String
    ID of the flow queue policy, identifying the flow queue policy to which this entry belongs.
    updateTime String
    Most recent update time of the flow queue entry.

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.60
    published on Thursday, Sep 3, 2026 by Volcengine

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial