1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. getVpcBandwidthV2
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

opentelekomcloud.getVpcBandwidthV2

Explore with Pulumi AI

opentelekomcloud logo
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

    Provides details about a specific shared bandwidth.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as opentelekomcloud from "@pulumi/opentelekomcloud";
    
    const config = new pulumi.Config();
    const bandwidthName = config.requireObject("bandwidthName");
    const bandwidth1 = opentelekomcloud.getVpcBandwidthV2({
        name: bandwidthName,
    });
    
    import pulumi
    import pulumi_opentelekomcloud as opentelekomcloud
    
    config = pulumi.Config()
    bandwidth_name = config.require_object("bandwidthName")
    bandwidth1 = opentelekomcloud.get_vpc_bandwidth_v2(name=bandwidth_name)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/opentelekomcloud/opentelekomcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi/config"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		cfg := config.New(ctx, "")
    		bandwidthName := cfg.RequireObject("bandwidthName")
    		_, err := opentelekomcloud.LookupVpcBandwidthV2(ctx, &opentelekomcloud.LookupVpcBandwidthV2Args{
    			Name: pulumi.StringRef(bandwidthName),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Opentelekomcloud = Pulumi.Opentelekomcloud;
    
    return await Deployment.RunAsync(() => 
    {
        var config = new Config();
        var bandwidthName = config.RequireObject<dynamic>("bandwidthName");
        var bandwidth1 = Opentelekomcloud.GetVpcBandwidthV2.Invoke(new()
        {
            Name = bandwidthName,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.opentelekomcloud.OpentelekomcloudFunctions;
    import com.pulumi.opentelekomcloud.inputs.GetVpcBandwidthV2Args;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var config = ctx.config();
            final var bandwidthName = config.get("bandwidthName");
            final var bandwidth1 = OpentelekomcloudFunctions.getVpcBandwidthV2(GetVpcBandwidthV2Args.builder()
                .name(bandwidthName)
                .build());
    
        }
    }
    
    configuration:
      bandwidthName:
        type: dynamic
    variables:
      bandwidth1:
        fn::invoke:
          function: opentelekomcloud:getVpcBandwidthV2
          arguments:
            name: ${bandwidthName}
    

    Using getVpcBandwidthV2

    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 getVpcBandwidthV2(args: GetVpcBandwidthV2Args, opts?: InvokeOptions): Promise<GetVpcBandwidthV2Result>
    function getVpcBandwidthV2Output(args: GetVpcBandwidthV2OutputArgs, opts?: InvokeOptions): Output<GetVpcBandwidthV2Result>
    def get_vpc_bandwidth_v2(id: Optional[str] = None,
                             name: Optional[str] = None,
                             size: Optional[float] = None,
                             opts: Optional[InvokeOptions] = None) -> GetVpcBandwidthV2Result
    def get_vpc_bandwidth_v2_output(id: Optional[pulumi.Input[str]] = None,
                             name: Optional[pulumi.Input[str]] = None,
                             size: Optional[pulumi.Input[float]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetVpcBandwidthV2Result]
    func LookupVpcBandwidthV2(ctx *Context, args *LookupVpcBandwidthV2Args, opts ...InvokeOption) (*LookupVpcBandwidthV2Result, error)
    func LookupVpcBandwidthV2Output(ctx *Context, args *LookupVpcBandwidthV2OutputArgs, opts ...InvokeOption) LookupVpcBandwidthV2ResultOutput

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

    public static class GetVpcBandwidthV2 
    {
        public static Task<GetVpcBandwidthV2Result> InvokeAsync(GetVpcBandwidthV2Args args, InvokeOptions? opts = null)
        public static Output<GetVpcBandwidthV2Result> Invoke(GetVpcBandwidthV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVpcBandwidthV2Result> getVpcBandwidthV2(GetVpcBandwidthV2Args args, InvokeOptions options)
    public static Output<GetVpcBandwidthV2Result> getVpcBandwidthV2(GetVpcBandwidthV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: opentelekomcloud:index/getVpcBandwidthV2:getVpcBandwidthV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    ID of the Shared Bandwidth.
    Name string
    The name of the Shared Bandwidth to retrieve.
    Size double
    The size of the Shared Bandwidth to retrieve.
    Id string
    ID of the Shared Bandwidth.
    Name string
    The name of the Shared Bandwidth to retrieve.
    Size float64
    The size of the Shared Bandwidth to retrieve.
    id String
    ID of the Shared Bandwidth.
    name String
    The name of the Shared Bandwidth to retrieve.
    size Double
    The size of the Shared Bandwidth to retrieve.
    id string
    ID of the Shared Bandwidth.
    name string
    The name of the Shared Bandwidth to retrieve.
    size number
    The size of the Shared Bandwidth to retrieve.
    id str
    ID of the Shared Bandwidth.
    name str
    The name of the Shared Bandwidth to retrieve.
    size float
    The size of the Shared Bandwidth to retrieve.
    id String
    ID of the Shared Bandwidth.
    name String
    The name of the Shared Bandwidth to retrieve.
    size Number
    The size of the Shared Bandwidth to retrieve.

    getVpcBandwidthV2 Result

    The following output properties are available:

    BandwidthType string
    Indicates the bandwidth type.
    ChargeMode string
    Specifies that the bandwidth is billed by bandwidth. The value can be traffic.
    Id string
    ID of the Shared Bandwidth.
    Name string
    See Argument Reference above.
    ShareType string
    Indicates whether the bandwidth is a shared or dedicated one.
    Size double
    See Argument Reference above.
    Status string
    Indicates the bandwidth status.
    BandwidthType string
    Indicates the bandwidth type.
    ChargeMode string
    Specifies that the bandwidth is billed by bandwidth. The value can be traffic.
    Id string
    ID of the Shared Bandwidth.
    Name string
    See Argument Reference above.
    ShareType string
    Indicates whether the bandwidth is a shared or dedicated one.
    Size float64
    See Argument Reference above.
    Status string
    Indicates the bandwidth status.
    bandwidthType String
    Indicates the bandwidth type.
    chargeMode String
    Specifies that the bandwidth is billed by bandwidth. The value can be traffic.
    id String
    ID of the Shared Bandwidth.
    name String
    See Argument Reference above.
    shareType String
    Indicates whether the bandwidth is a shared or dedicated one.
    size Double
    See Argument Reference above.
    status String
    Indicates the bandwidth status.
    bandwidthType string
    Indicates the bandwidth type.
    chargeMode string
    Specifies that the bandwidth is billed by bandwidth. The value can be traffic.
    id string
    ID of the Shared Bandwidth.
    name string
    See Argument Reference above.
    shareType string
    Indicates whether the bandwidth is a shared or dedicated one.
    size number
    See Argument Reference above.
    status string
    Indicates the bandwidth status.
    bandwidth_type str
    Indicates the bandwidth type.
    charge_mode str
    Specifies that the bandwidth is billed by bandwidth. The value can be traffic.
    id str
    ID of the Shared Bandwidth.
    name str
    See Argument Reference above.
    share_type str
    Indicates whether the bandwidth is a shared or dedicated one.
    size float
    See Argument Reference above.
    status str
    Indicates the bandwidth status.
    bandwidthType String
    Indicates the bandwidth type.
    chargeMode String
    Specifies that the bandwidth is billed by bandwidth. The value can be traffic.
    id String
    ID of the Shared Bandwidth.
    name String
    See Argument Reference above.
    shareType String
    Indicates whether the bandwidth is a shared or dedicated one.
    size Number
    See Argument Reference above.
    status String
    Indicates the bandwidth status.

    Package Details

    Repository
    opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
    License
    Notes
    This Pulumi package is based on the opentelekomcloud Terraform Provider.
    opentelekomcloud logo
    opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud