Viewing docs for opentelekomcloud 1.37.8
published on Thursday, Sep 10, 2026 by opentelekomcloud
published on Thursday, Sep 10, 2026 by opentelekomcloud
Viewing docs for opentelekomcloud 1.37.8
published on Thursday, Sep 10, 2026 by opentelekomcloud
published on Thursday, Sep 10, 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}
Example coming soon!
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?: InvokeOutputOptions): Output<GetVpcBandwidthV2Result>def get_vpc_bandwidth_v2(enterprise_project_id: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
public_border_group: Optional[str] = None,
share_type: Optional[str] = None,
size: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetVpcBandwidthV2Result
def get_vpc_bandwidth_v2_output(enterprise_project_id: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
public_border_group: pulumi.Input[Optional[str]] = None,
share_type: pulumi.Input[Optional[str]] = None,
size: pulumi.Input[Optional[float]] = None,
opts: Optional[InvokeOutputOptions] = 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 Output<GetVpcBandwidthV2Result> Invoke(GetVpcBandwidthV2InvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetVpcBandwidthV2Result> getVpcBandwidthV2(GetVpcBandwidthV2Args args, InvokeOptions options)
public static Output<GetVpcBandwidthV2Result> getVpcBandwidthV2(GetVpcBandwidthV2Args args, InvokeOptions options)
public static Output<GetVpcBandwidthV2Result> getVpcBandwidthV2(GetVpcBandwidthV2Args args, InvokeOutputOptions options)
fn::invoke:
function: opentelekomcloud:index/getVpcBandwidthV2:getVpcBandwidthV2
arguments:
# arguments dictionarydata "opentelekomcloud_get_vpc_bandwidth_v2" "name" {
# arguments
}The following arguments are supported:
- Enterprise
Project stringId - Specifies the enterprise project associated with the bandwidth.
- Id string
- The ID of the shared bandwidth to retrieve.
- Name string
- The name of the shared bandwidth to retrieve.
- Public
Border stringGroup - Specifies whether the bandwidth is located at the central site or an edge site.
- string
- Indicates whether the bandwidth is shared or dedicated.
- Size double
- The size of the shared bandwidth to retrieve.
- Enterprise
Project stringId - Specifies the enterprise project associated with the bandwidth.
- Id string
- The ID of the shared bandwidth to retrieve.
- Name string
- The name of the shared bandwidth to retrieve.
- Public
Border stringGroup - Specifies whether the bandwidth is located at the central site or an edge site.
- string
- Indicates whether the bandwidth is shared or dedicated.
- Size float64
- The size of the shared bandwidth to retrieve.
- enterprise_
project_ stringid - Specifies the enterprise project associated with the bandwidth.
- id string
- The ID of the shared bandwidth to retrieve.
- name string
- The name of the shared bandwidth to retrieve.
- public_
border_ stringgroup - Specifies whether the bandwidth is located at the central site or an edge site.
- string
- Indicates whether the bandwidth is shared or dedicated.
- size number
- The size of the shared bandwidth to retrieve.
- enterprise
Project StringId - Specifies the enterprise project associated with the bandwidth.
- id String
- The ID of the shared bandwidth to retrieve.
- name String
- The name of the shared bandwidth to retrieve.
- public
Border StringGroup - Specifies whether the bandwidth is located at the central site or an edge site.
- String
- Indicates whether the bandwidth is shared or dedicated.
- size Double
- The size of the shared bandwidth to retrieve.
- enterprise
Project stringId - Specifies the enterprise project associated with the bandwidth.
- id string
- The ID of the shared bandwidth to retrieve.
- name string
- The name of the shared bandwidth to retrieve.
- public
Border stringGroup - Specifies whether the bandwidth is located at the central site or an edge site.
- string
- Indicates whether the bandwidth is shared or dedicated.
- size number
- The size of the shared bandwidth to retrieve.
- enterprise_
project_ strid - Specifies the enterprise project associated with the bandwidth.
- id str
- The ID of the shared bandwidth to retrieve.
- name str
- The name of the shared bandwidth to retrieve.
- public_
border_ strgroup - Specifies whether the bandwidth is located at the central site or an edge site.
- str
- Indicates whether the bandwidth is shared or dedicated.
- size float
- The size of the shared bandwidth to retrieve.
- enterprise
Project StringId - Specifies the enterprise project associated with the bandwidth.
- id String
- The ID of the shared bandwidth to retrieve.
- name String
- The name of the shared bandwidth to retrieve.
- public
Border StringGroup - Specifies whether the bandwidth is located at the central site or an edge site.
- String
- Indicates whether the bandwidth is shared or dedicated.
- size Number
- The size of the shared bandwidth to retrieve.
getVpcBandwidthV2 Result
The following output properties are available:
- Bandwidth
Type string - Indicates the bandwidth type.
- Billing
Info string - Specifies yearly/monthly billing information, when applicable.
- Charge
Mode string - Specifies that the bandwidth is billed by bandwidth. The value can be traffic.
- Created
At string - Specifies when the bandwidth was created.
- Enterprise
Project stringId - Name string
- See Argument Reference above.
- Public
Border stringGroup - Publicip
Infos List<GetVpc Bandwidth V2Publicip Info> - Lists EIPs associated with the bandwidth:
- string
- Indicates whether the bandwidth is a shared or dedicated one.
- Size double
- See Argument Reference above.
- Status string
- Indicates the bandwidth status.
- Tenant
Id string - Specifies the project ID.
- Updated
At string - Specifies when the bandwidth was last updated.
- Id string
- EIP ID.
- Bandwidth
Type string - Indicates the bandwidth type.
- Billing
Info string - Specifies yearly/monthly billing information, when applicable.
- Charge
Mode string - Specifies that the bandwidth is billed by bandwidth. The value can be traffic.
- Created
At string - Specifies when the bandwidth was created.
- Enterprise
Project stringId - Name string
- See Argument Reference above.
- Public
Border stringGroup - Publicip
Infos []GetVpc Bandwidth V2Publicip Info - Lists EIPs associated with the bandwidth:
- string
- Indicates whether the bandwidth is a shared or dedicated one.
- Size float64
- See Argument Reference above.
- Status string
- Indicates the bandwidth status.
- Tenant
Id string - Specifies the project ID.
- Updated
At string - Specifies when the bandwidth was last updated.
- Id string
- EIP ID.
- bandwidth_
type string - Indicates the bandwidth type.
- billing_
info string - Specifies yearly/monthly billing information, when applicable.
- charge_
mode string - Specifies that the bandwidth is billed by bandwidth. The value can be traffic.
- created_
at string - Specifies when the bandwidth was created.
- enterprise_
project_ stringid - name string
- See Argument Reference above.
- public_
border_ stringgroup - publicip_
infos list(object) - Lists EIPs associated with the bandwidth:
- string
- Indicates whether the bandwidth is a shared or dedicated one.
- size number
- See Argument Reference above.
- status string
- Indicates the bandwidth status.
- tenant_
id string - Specifies the project ID.
- updated_
at string - Specifies when the bandwidth was last updated.
- id string
- EIP ID.
- bandwidth
Type String - Indicates the bandwidth type.
- billing
Info String - Specifies yearly/monthly billing information, when applicable.
- charge
Mode String - Specifies that the bandwidth is billed by bandwidth. The value can be traffic.
- created
At String - Specifies when the bandwidth was created.
- enterprise
Project StringId - name String
- See Argument Reference above.
- public
Border StringGroup - publicip
Infos List<GetVpc Bandwidth V2Publicip Info> - Lists EIPs associated with the bandwidth:
- String
- Indicates whether the bandwidth is a shared or dedicated one.
- size Double
- See Argument Reference above.
- status String
- Indicates the bandwidth status.
- tenant
Id String - Specifies the project ID.
- updated
At String - Specifies when the bandwidth was last updated.
- id String
- EIP ID.
- bandwidth
Type string - Indicates the bandwidth type.
- billing
Info string - Specifies yearly/monthly billing information, when applicable.
- charge
Mode string - Specifies that the bandwidth is billed by bandwidth. The value can be traffic.
- created
At string - Specifies when the bandwidth was created.
- enterprise
Project stringId - name string
- See Argument Reference above.
- public
Border stringGroup - publicip
Infos GetVpc Bandwidth V2Publicip Info[] - Lists EIPs associated with the bandwidth:
- string
- Indicates whether the bandwidth is a shared or dedicated one.
- size number
- See Argument Reference above.
- status string
- Indicates the bandwidth status.
- tenant
Id string - Specifies the project ID.
- updated
At string - Specifies when the bandwidth was last updated.
- id string
- EIP ID.
- bandwidth_
type str - Indicates the bandwidth type.
- billing_
info str - Specifies yearly/monthly billing information, when applicable.
- charge_
mode str - Specifies that the bandwidth is billed by bandwidth. The value can be traffic.
- created_
at str - Specifies when the bandwidth was created.
- enterprise_
project_ strid - name str
- See Argument Reference above.
- public_
border_ strgroup - publicip_
infos Sequence[GetVpc Bandwidth V2Publicip Info] - Lists EIPs associated with the bandwidth:
- str
- Indicates whether the bandwidth is a shared or dedicated one.
- size float
- See Argument Reference above.
- status str
- Indicates the bandwidth status.
- tenant_
id str - Specifies the project ID.
- updated_
at str - Specifies when the bandwidth was last updated.
- id str
- EIP ID.
- bandwidth
Type String - Indicates the bandwidth type.
- billing
Info String - Specifies yearly/monthly billing information, when applicable.
- charge
Mode String - Specifies that the bandwidth is billed by bandwidth. The value can be traffic.
- created
At String - Specifies when the bandwidth was created.
- enterprise
Project StringId - name String
- See Argument Reference above.
- public
Border StringGroup - publicip
Infos List<Property Map> - Lists EIPs associated with the bandwidth:
- String
- Indicates whether the bandwidth is a shared or dedicated one.
- size Number
- See Argument Reference above.
- status String
- Indicates the bandwidth status.
- tenant
Id String - Specifies the project ID.
- updated
At String - Specifies when the bandwidth was last updated.
- id String
- EIP ID.
Supporting Types
GetVpcBandwidthV2PublicipInfo
- Address string
- IPv4 address.
- Id string
- The ID of the shared bandwidth to retrieve.
- Ip
Version double - IP address version.
- Ipv6Address string
- IPv6 address, when available.
- Type string
- EIP type.
- Address string
- IPv4 address.
- Id string
- The ID of the shared bandwidth to retrieve.
- Ip
Version float64 - IP address version.
- Ipv6Address string
- IPv6 address, when available.
- Type string
- EIP type.
- address string
- IPv4 address.
- id string
- The ID of the shared bandwidth to retrieve.
- ip_
version number - IP address version.
- ipv6_
address string - IPv6 address, when available.
- type string
- EIP type.
- address String
- IPv4 address.
- id String
- The ID of the shared bandwidth to retrieve.
- ip
Version Double - IP address version.
- ipv6Address String
- IPv6 address, when available.
- type String
- EIP type.
- address string
- IPv4 address.
- id string
- The ID of the shared bandwidth to retrieve.
- ip
Version number - IP address version.
- ipv6Address string
- IPv6 address, when available.
- type string
- EIP type.
- address str
- IPv4 address.
- id str
- The ID of the shared bandwidth to retrieve.
- ip_
version float - IP address version.
- ipv6_
address str - IPv6 address, when available.
- type str
- EIP type.
- address String
- IPv4 address.
- id String
- The ID of the shared bandwidth to retrieve.
- ip
Version Number - IP address version.
- ipv6Address String
- IPv6 address, when available.
- type String
- EIP type.
Package Details
- Repository
- opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
- License
- Notes
- This Pulumi package is based on the
opentelekomcloudTerraform Provider.
Viewing docs for opentelekomcloud 1.37.8
published on Thursday, Sep 10, 2026 by opentelekomcloud
published on Thursday, Sep 10, 2026 by opentelekomcloud