Viewing docs for opentelekomcloud 1.36.62
published on Thursday, Mar 26, 2026 by opentelekomcloud
published on Thursday, Mar 26, 2026 by opentelekomcloud
Viewing docs for opentelekomcloud 1.36.62
published on Thursday, Mar 26, 2026 by opentelekomcloud
published on Thursday, Mar 26, 2026 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<any>("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 dictionaryThe following arguments are supported:
getVpcBandwidthV2 Result
The following output properties are available:
- Bandwidth
Type string - Indicates the bandwidth type.
- Charge
Mode 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.
- string
- Indicates whether the bandwidth is a shared or dedicated one.
- Size double
- See Argument Reference above.
- Status string
- Indicates the bandwidth status.
- Bandwidth
Type string - Indicates the bandwidth type.
- Charge
Mode 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.
- string
- Indicates whether the bandwidth is a shared or dedicated one.
- Size float64
- See Argument Reference above.
- Status string
- Indicates the bandwidth status.
- bandwidth
Type String - Indicates the bandwidth type.
- charge
Mode 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.
- String
- Indicates whether the bandwidth is a shared or dedicated one.
- size Double
- See Argument Reference above.
- status String
- Indicates the bandwidth status.
- bandwidth
Type string - Indicates the bandwidth type.
- charge
Mode 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.
- 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.
- str
- Indicates whether the bandwidth is a shared or dedicated one.
- size float
- See Argument Reference above.
- status str
- Indicates the bandwidth status.
- bandwidth
Type String - Indicates the bandwidth type.
- charge
Mode 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.
- 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
opentelekomcloudTerraform Provider.
Viewing docs for opentelekomcloud 1.36.62
published on Thursday, Mar 26, 2026 by opentelekomcloud
published on Thursday, Mar 26, 2026 by opentelekomcloud
