1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. vpc
  6. getBandwidthPackage
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine

    Data Source schema for Volcengine::VPC::BandwidthPackage

    Using getBandwidthPackage

    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 getBandwidthPackage(args: GetBandwidthPackageArgs, opts?: InvokeOptions): Promise<GetBandwidthPackageResult>
    function getBandwidthPackageOutput(args: GetBandwidthPackageOutputArgs, opts?: InvokeOptions): Output<GetBandwidthPackageResult>
    def get_bandwidth_package(id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetBandwidthPackageResult
    def get_bandwidth_package_output(id: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetBandwidthPackageResult]
    func LookupBandwidthPackage(ctx *Context, args *LookupBandwidthPackageArgs, opts ...InvokeOption) (*LookupBandwidthPackageResult, error)
    func LookupBandwidthPackageOutput(ctx *Context, args *LookupBandwidthPackageOutputArgs, opts ...InvokeOption) LookupBandwidthPackageResultOutput

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

    public static class GetBandwidthPackage 
    {
        public static Task<GetBandwidthPackageResult> InvokeAsync(GetBandwidthPackageArgs args, InvokeOptions? opts = null)
        public static Output<GetBandwidthPackageResult> Invoke(GetBandwidthPackageInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBandwidthPackageResult> getBandwidthPackage(GetBandwidthPackageArgs args, InvokeOptions options)
    public static Output<GetBandwidthPackageResult> getBandwidthPackage(GetBandwidthPackageArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:vpc/getBandwidthPackage:getBandwidthPackage
      arguments:
        # arguments dictionary

    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 str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getBandwidthPackage Result

    The following output properties are available:

    Bandwidth int
    Bandwidth cap of the shared bandwidth package, unit: Mbps. If BillingType is 1: range is 5–5000. If BillingType is 2, 3, or 4: range is 2–5000.
    BandwidthPackageId string
    Bandwidth package ID
    BandwidthPackageName string
    Bandwidth package name, limited to 1–128 characters. Must start with a letter, Chinese character, or number. Can include period (.), underscore (_), and hyphen (-).
    BillingType int
    Billing methods for shared bandwidth packages. Options are: 1: Annual/monthly subscription. 2: Billed by bandwidth cap (default). 3: Billed by peak traffic. 4: Billed by traditional 95th percentile (minimum ratio defaults to 20%).
    BusinessStatus string
    Billing status
    CreatedTime string
    Creation time
    DeletedTime string
    Deletion time
    Description string
    Description, limited to 0–255 characters. Must start with a letter, Chinese character, or number. Can include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。).
    EipAddresses List<Volcengine.GetBandwidthPackageEipAddress>
    List of public IP information added to the shared bandwidth package. All of the following conditions must be met: 1. All IPs have the same line type. 2. All IPs have the same security protection type. 3. All IPs are in the same region. 4. Public IP or IPv6 public bandwidth is billed by usage.
    EnableDualStack bool
    Enable dual stack. Options: true: enable dual stack; false: do not enable dual stack.
    ExpiredTime string
    Expiration time
    Id string
    Uniquely identifies the resource.
    Isp string
    Line type, default is BGP. BGP: BGP (multi-line). 1. If your account has applied for and enabled static single line permissions, you can use the following values: 1.1, ChinaMobile: China Mobile static single line. 1.2, ChinaTelecom: China Telecom static single line. 1.3, ChinaUnicom: China Unicom static single line. 2. If your account has applied for and enabled BGP single line permissions, you can use SingleLineBGP. 3. If your account has applied for and enabled Premium BGP permissions, you can use PremiumBGP. 4. If your account has applied for and enabled Fusion BGP permissions, you can use FusionBGP. 5. If your account has applied for and enabled Economical static single line permissions, you can use the following values: 5.1, ChinaMobileValue: China Mobile economical static single line. 5.2, ChinaUnicomValue: China Unicom economical static single line. 5.3, ChinaTelecomValue: China Telecom economical static single line.
    OverdueTime string
    Overdue time
    Period int
    Duration for purchasing yearly/monthly shared bandwidth package, default is '1'. If PeriodUnit is 1, Period can be 1–9, 12, 24, or 36. If PeriodUnit is 2, Period can be 1–3.
    PeriodUnit int
    Unit for the duration when purchasing an annual/monthly subscription shared bandwidth package. Options are: 1: Month (default). 2: Year.
    ProjectName string
    Project name. If not specified, added to the default project.
    Protocol string
    IP protocol of the shared bandwidth package. Options are: Dual-stack: Dual-stack protocol type. IPv4: IPv4 protocol type. This parameter supports Dual-stack only when BillingType is 2 or 4.
    Ratio int
    95 billing minimum ratio, unit: %, this parameter is returned only for 95 billing shared bandwidth package instances.
    SecurityProtectionTypes List<string>
    Security protection type of the shared bandwidth package. AntiDDoS_Enhanced: Create an enhanced protection shared bandwidth package, which supports adding public IPs with basic protection. If not specified, it means a basic protection shared bandwidth package, which supports adding public IPs with enhanced protection.
    Status string
    Status of the shared bandwidth package. Creating: In progress. Available: Available. Deleting: In progress.
    Tags List<Volcengine.GetBandwidthPackageTag>
    Tag list.
    UpdatedTime string
    Update time
    Bandwidth int
    Bandwidth cap of the shared bandwidth package, unit: Mbps. If BillingType is 1: range is 5–5000. If BillingType is 2, 3, or 4: range is 2–5000.
    BandwidthPackageId string
    Bandwidth package ID
    BandwidthPackageName string
    Bandwidth package name, limited to 1–128 characters. Must start with a letter, Chinese character, or number. Can include period (.), underscore (_), and hyphen (-).
    BillingType int
    Billing methods for shared bandwidth packages. Options are: 1: Annual/monthly subscription. 2: Billed by bandwidth cap (default). 3: Billed by peak traffic. 4: Billed by traditional 95th percentile (minimum ratio defaults to 20%).
    BusinessStatus string
    Billing status
    CreatedTime string
    Creation time
    DeletedTime string
    Deletion time
    Description string
    Description, limited to 0–255 characters. Must start with a letter, Chinese character, or number. Can include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。).
    EipAddresses []GetBandwidthPackageEipAddress
    List of public IP information added to the shared bandwidth package. All of the following conditions must be met: 1. All IPs have the same line type. 2. All IPs have the same security protection type. 3. All IPs are in the same region. 4. Public IP or IPv6 public bandwidth is billed by usage.
    EnableDualStack bool
    Enable dual stack. Options: true: enable dual stack; false: do not enable dual stack.
    ExpiredTime string
    Expiration time
    Id string
    Uniquely identifies the resource.
    Isp string
    Line type, default is BGP. BGP: BGP (multi-line). 1. If your account has applied for and enabled static single line permissions, you can use the following values: 1.1, ChinaMobile: China Mobile static single line. 1.2, ChinaTelecom: China Telecom static single line. 1.3, ChinaUnicom: China Unicom static single line. 2. If your account has applied for and enabled BGP single line permissions, you can use SingleLineBGP. 3. If your account has applied for and enabled Premium BGP permissions, you can use PremiumBGP. 4. If your account has applied for and enabled Fusion BGP permissions, you can use FusionBGP. 5. If your account has applied for and enabled Economical static single line permissions, you can use the following values: 5.1, ChinaMobileValue: China Mobile economical static single line. 5.2, ChinaUnicomValue: China Unicom economical static single line. 5.3, ChinaTelecomValue: China Telecom economical static single line.
    OverdueTime string
    Overdue time
    Period int
    Duration for purchasing yearly/monthly shared bandwidth package, default is '1'. If PeriodUnit is 1, Period can be 1–9, 12, 24, or 36. If PeriodUnit is 2, Period can be 1–3.
    PeriodUnit int
    Unit for the duration when purchasing an annual/monthly subscription shared bandwidth package. Options are: 1: Month (default). 2: Year.
    ProjectName string
    Project name. If not specified, added to the default project.
    Protocol string
    IP protocol of the shared bandwidth package. Options are: Dual-stack: Dual-stack protocol type. IPv4: IPv4 protocol type. This parameter supports Dual-stack only when BillingType is 2 or 4.
    Ratio int
    95 billing minimum ratio, unit: %, this parameter is returned only for 95 billing shared bandwidth package instances.
    SecurityProtectionTypes []string
    Security protection type of the shared bandwidth package. AntiDDoS_Enhanced: Create an enhanced protection shared bandwidth package, which supports adding public IPs with basic protection. If not specified, it means a basic protection shared bandwidth package, which supports adding public IPs with enhanced protection.
    Status string
    Status of the shared bandwidth package. Creating: In progress. Available: Available. Deleting: In progress.
    Tags []GetBandwidthPackageTag
    Tag list.
    UpdatedTime string
    Update time
    bandwidth Integer
    Bandwidth cap of the shared bandwidth package, unit: Mbps. If BillingType is 1: range is 5–5000. If BillingType is 2, 3, or 4: range is 2–5000.
    bandwidthPackageId String
    Bandwidth package ID
    bandwidthPackageName String
    Bandwidth package name, limited to 1–128 characters. Must start with a letter, Chinese character, or number. Can include period (.), underscore (_), and hyphen (-).
    billingType Integer
    Billing methods for shared bandwidth packages. Options are: 1: Annual/monthly subscription. 2: Billed by bandwidth cap (default). 3: Billed by peak traffic. 4: Billed by traditional 95th percentile (minimum ratio defaults to 20%).
    businessStatus String
    Billing status
    createdTime String
    Creation time
    deletedTime String
    Deletion time
    description String
    Description, limited to 0–255 characters. Must start with a letter, Chinese character, or number. Can include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。).
    eipAddresses List<GetBandwidthPackageEipAddress>
    List of public IP information added to the shared bandwidth package. All of the following conditions must be met: 1. All IPs have the same line type. 2. All IPs have the same security protection type. 3. All IPs are in the same region. 4. Public IP or IPv6 public bandwidth is billed by usage.
    enableDualStack Boolean
    Enable dual stack. Options: true: enable dual stack; false: do not enable dual stack.
    expiredTime String
    Expiration time
    id String
    Uniquely identifies the resource.
    isp String
    Line type, default is BGP. BGP: BGP (multi-line). 1. If your account has applied for and enabled static single line permissions, you can use the following values: 1.1, ChinaMobile: China Mobile static single line. 1.2, ChinaTelecom: China Telecom static single line. 1.3, ChinaUnicom: China Unicom static single line. 2. If your account has applied for and enabled BGP single line permissions, you can use SingleLineBGP. 3. If your account has applied for and enabled Premium BGP permissions, you can use PremiumBGP. 4. If your account has applied for and enabled Fusion BGP permissions, you can use FusionBGP. 5. If your account has applied for and enabled Economical static single line permissions, you can use the following values: 5.1, ChinaMobileValue: China Mobile economical static single line. 5.2, ChinaUnicomValue: China Unicom economical static single line. 5.3, ChinaTelecomValue: China Telecom economical static single line.
    overdueTime String
    Overdue time
    period Integer
    Duration for purchasing yearly/monthly shared bandwidth package, default is '1'. If PeriodUnit is 1, Period can be 1–9, 12, 24, or 36. If PeriodUnit is 2, Period can be 1–3.
    periodUnit Integer
    Unit for the duration when purchasing an annual/monthly subscription shared bandwidth package. Options are: 1: Month (default). 2: Year.
    projectName String
    Project name. If not specified, added to the default project.
    protocol String
    IP protocol of the shared bandwidth package. Options are: Dual-stack: Dual-stack protocol type. IPv4: IPv4 protocol type. This parameter supports Dual-stack only when BillingType is 2 or 4.
    ratio Integer
    95 billing minimum ratio, unit: %, this parameter is returned only for 95 billing shared bandwidth package instances.
    securityProtectionTypes List<String>
    Security protection type of the shared bandwidth package. AntiDDoS_Enhanced: Create an enhanced protection shared bandwidth package, which supports adding public IPs with basic protection. If not specified, it means a basic protection shared bandwidth package, which supports adding public IPs with enhanced protection.
    status String
    Status of the shared bandwidth package. Creating: In progress. Available: Available. Deleting: In progress.
    tags List<GetBandwidthPackageTag>
    Tag list.
    updatedTime String
    Update time
    bandwidth number
    Bandwidth cap of the shared bandwidth package, unit: Mbps. If BillingType is 1: range is 5–5000. If BillingType is 2, 3, or 4: range is 2–5000.
    bandwidthPackageId string
    Bandwidth package ID
    bandwidthPackageName string
    Bandwidth package name, limited to 1–128 characters. Must start with a letter, Chinese character, or number. Can include period (.), underscore (_), and hyphen (-).
    billingType number
    Billing methods for shared bandwidth packages. Options are: 1: Annual/monthly subscription. 2: Billed by bandwidth cap (default). 3: Billed by peak traffic. 4: Billed by traditional 95th percentile (minimum ratio defaults to 20%).
    businessStatus string
    Billing status
    createdTime string
    Creation time
    deletedTime string
    Deletion time
    description string
    Description, limited to 0–255 characters. Must start with a letter, Chinese character, or number. Can include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。).
    eipAddresses GetBandwidthPackageEipAddress[]
    List of public IP information added to the shared bandwidth package. All of the following conditions must be met: 1. All IPs have the same line type. 2. All IPs have the same security protection type. 3. All IPs are in the same region. 4. Public IP or IPv6 public bandwidth is billed by usage.
    enableDualStack boolean
    Enable dual stack. Options: true: enable dual stack; false: do not enable dual stack.
    expiredTime string
    Expiration time
    id string
    Uniquely identifies the resource.
    isp string
    Line type, default is BGP. BGP: BGP (multi-line). 1. If your account has applied for and enabled static single line permissions, you can use the following values: 1.1, ChinaMobile: China Mobile static single line. 1.2, ChinaTelecom: China Telecom static single line. 1.3, ChinaUnicom: China Unicom static single line. 2. If your account has applied for and enabled BGP single line permissions, you can use SingleLineBGP. 3. If your account has applied for and enabled Premium BGP permissions, you can use PremiumBGP. 4. If your account has applied for and enabled Fusion BGP permissions, you can use FusionBGP. 5. If your account has applied for and enabled Economical static single line permissions, you can use the following values: 5.1, ChinaMobileValue: China Mobile economical static single line. 5.2, ChinaUnicomValue: China Unicom economical static single line. 5.3, ChinaTelecomValue: China Telecom economical static single line.
    overdueTime string
    Overdue time
    period number
    Duration for purchasing yearly/monthly shared bandwidth package, default is '1'. If PeriodUnit is 1, Period can be 1–9, 12, 24, or 36. If PeriodUnit is 2, Period can be 1–3.
    periodUnit number
    Unit for the duration when purchasing an annual/monthly subscription shared bandwidth package. Options are: 1: Month (default). 2: Year.
    projectName string
    Project name. If not specified, added to the default project.
    protocol string
    IP protocol of the shared bandwidth package. Options are: Dual-stack: Dual-stack protocol type. IPv4: IPv4 protocol type. This parameter supports Dual-stack only when BillingType is 2 or 4.
    ratio number
    95 billing minimum ratio, unit: %, this parameter is returned only for 95 billing shared bandwidth package instances.
    securityProtectionTypes string[]
    Security protection type of the shared bandwidth package. AntiDDoS_Enhanced: Create an enhanced protection shared bandwidth package, which supports adding public IPs with basic protection. If not specified, it means a basic protection shared bandwidth package, which supports adding public IPs with enhanced protection.
    status string
    Status of the shared bandwidth package. Creating: In progress. Available: Available. Deleting: In progress.
    tags GetBandwidthPackageTag[]
    Tag list.
    updatedTime string
    Update time
    bandwidth int
    Bandwidth cap of the shared bandwidth package, unit: Mbps. If BillingType is 1: range is 5–5000. If BillingType is 2, 3, or 4: range is 2–5000.
    bandwidth_package_id str
    Bandwidth package ID
    bandwidth_package_name str
    Bandwidth package name, limited to 1–128 characters. Must start with a letter, Chinese character, or number. Can include period (.), underscore (_), and hyphen (-).
    billing_type int
    Billing methods for shared bandwidth packages. Options are: 1: Annual/monthly subscription. 2: Billed by bandwidth cap (default). 3: Billed by peak traffic. 4: Billed by traditional 95th percentile (minimum ratio defaults to 20%).
    business_status str
    Billing status
    created_time str
    Creation time
    deleted_time str
    Deletion time
    description str
    Description, limited to 0–255 characters. Must start with a letter, Chinese character, or number. Can include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。).
    eip_addresses Sequence[GetBandwidthPackageEipAddress]
    List of public IP information added to the shared bandwidth package. All of the following conditions must be met: 1. All IPs have the same line type. 2. All IPs have the same security protection type. 3. All IPs are in the same region. 4. Public IP or IPv6 public bandwidth is billed by usage.
    enable_dual_stack bool
    Enable dual stack. Options: true: enable dual stack; false: do not enable dual stack.
    expired_time str
    Expiration time
    id str
    Uniquely identifies the resource.
    isp str
    Line type, default is BGP. BGP: BGP (multi-line). 1. If your account has applied for and enabled static single line permissions, you can use the following values: 1.1, ChinaMobile: China Mobile static single line. 1.2, ChinaTelecom: China Telecom static single line. 1.3, ChinaUnicom: China Unicom static single line. 2. If your account has applied for and enabled BGP single line permissions, you can use SingleLineBGP. 3. If your account has applied for and enabled Premium BGP permissions, you can use PremiumBGP. 4. If your account has applied for and enabled Fusion BGP permissions, you can use FusionBGP. 5. If your account has applied for and enabled Economical static single line permissions, you can use the following values: 5.1, ChinaMobileValue: China Mobile economical static single line. 5.2, ChinaUnicomValue: China Unicom economical static single line. 5.3, ChinaTelecomValue: China Telecom economical static single line.
    overdue_time str
    Overdue time
    period int
    Duration for purchasing yearly/monthly shared bandwidth package, default is '1'. If PeriodUnit is 1, Period can be 1–9, 12, 24, or 36. If PeriodUnit is 2, Period can be 1–3.
    period_unit int
    Unit for the duration when purchasing an annual/monthly subscription shared bandwidth package. Options are: 1: Month (default). 2: Year.
    project_name str
    Project name. If not specified, added to the default project.
    protocol str
    IP protocol of the shared bandwidth package. Options are: Dual-stack: Dual-stack protocol type. IPv4: IPv4 protocol type. This parameter supports Dual-stack only when BillingType is 2 or 4.
    ratio int
    95 billing minimum ratio, unit: %, this parameter is returned only for 95 billing shared bandwidth package instances.
    security_protection_types Sequence[str]
    Security protection type of the shared bandwidth package. AntiDDoS_Enhanced: Create an enhanced protection shared bandwidth package, which supports adding public IPs with basic protection. If not specified, it means a basic protection shared bandwidth package, which supports adding public IPs with enhanced protection.
    status str
    Status of the shared bandwidth package. Creating: In progress. Available: Available. Deleting: In progress.
    tags Sequence[GetBandwidthPackageTag]
    Tag list.
    updated_time str
    Update time
    bandwidth Number
    Bandwidth cap of the shared bandwidth package, unit: Mbps. If BillingType is 1: range is 5–5000. If BillingType is 2, 3, or 4: range is 2–5000.
    bandwidthPackageId String
    Bandwidth package ID
    bandwidthPackageName String
    Bandwidth package name, limited to 1–128 characters. Must start with a letter, Chinese character, or number. Can include period (.), underscore (_), and hyphen (-).
    billingType Number
    Billing methods for shared bandwidth packages. Options are: 1: Annual/monthly subscription. 2: Billed by bandwidth cap (default). 3: Billed by peak traffic. 4: Billed by traditional 95th percentile (minimum ratio defaults to 20%).
    businessStatus String
    Billing status
    createdTime String
    Creation time
    deletedTime String
    Deletion time
    description String
    Description, limited to 0–255 characters. Must start with a letter, Chinese character, or number. Can include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。).
    eipAddresses List<Property Map>
    List of public IP information added to the shared bandwidth package. All of the following conditions must be met: 1. All IPs have the same line type. 2. All IPs have the same security protection type. 3. All IPs are in the same region. 4. Public IP or IPv6 public bandwidth is billed by usage.
    enableDualStack Boolean
    Enable dual stack. Options: true: enable dual stack; false: do not enable dual stack.
    expiredTime String
    Expiration time
    id String
    Uniquely identifies the resource.
    isp String
    Line type, default is BGP. BGP: BGP (multi-line). 1. If your account has applied for and enabled static single line permissions, you can use the following values: 1.1, ChinaMobile: China Mobile static single line. 1.2, ChinaTelecom: China Telecom static single line. 1.3, ChinaUnicom: China Unicom static single line. 2. If your account has applied for and enabled BGP single line permissions, you can use SingleLineBGP. 3. If your account has applied for and enabled Premium BGP permissions, you can use PremiumBGP. 4. If your account has applied for and enabled Fusion BGP permissions, you can use FusionBGP. 5. If your account has applied for and enabled Economical static single line permissions, you can use the following values: 5.1, ChinaMobileValue: China Mobile economical static single line. 5.2, ChinaUnicomValue: China Unicom economical static single line. 5.3, ChinaTelecomValue: China Telecom economical static single line.
    overdueTime String
    Overdue time
    period Number
    Duration for purchasing yearly/monthly shared bandwidth package, default is '1'. If PeriodUnit is 1, Period can be 1–9, 12, 24, or 36. If PeriodUnit is 2, Period can be 1–3.
    periodUnit Number
    Unit for the duration when purchasing an annual/monthly subscription shared bandwidth package. Options are: 1: Month (default). 2: Year.
    projectName String
    Project name. If not specified, added to the default project.
    protocol String
    IP protocol of the shared bandwidth package. Options are: Dual-stack: Dual-stack protocol type. IPv4: IPv4 protocol type. This parameter supports Dual-stack only when BillingType is 2 or 4.
    ratio Number
    95 billing minimum ratio, unit: %, this parameter is returned only for 95 billing shared bandwidth package instances.
    securityProtectionTypes List<String>
    Security protection type of the shared bandwidth package. AntiDDoS_Enhanced: Create an enhanced protection shared bandwidth package, which supports adding public IPs with basic protection. If not specified, it means a basic protection shared bandwidth package, which supports adding public IPs with enhanced protection.
    status String
    Status of the shared bandwidth package. Creating: In progress. Available: Available. Deleting: In progress.
    tags List<Property Map>
    Tag list.
    updatedTime String
    Update time

    Supporting Types

    GetBandwidthPackageEipAddress

    AllocationId string
    Allocation ID
    EipAddress string
    Elastic IP address
    AllocationId string
    Allocation ID
    EipAddress string
    Elastic IP address
    allocationId String
    Allocation ID
    eipAddress String
    Elastic IP address
    allocationId string
    Allocation ID
    eipAddress string
    Elastic IP address
    allocation_id str
    Allocation ID
    eip_address str
    Elastic IP address
    allocationId String
    Allocation ID
    eipAddress String
    Elastic IP address

    GetBandwidthPackageTag

    Key string
    User tag key.
    Value string
    User tag value.
    Key string
    User tag key.
    Value string
    User tag value.
    key String
    User tag key.
    value String
    User tag value.
    key string
    User tag key.
    value string
    User tag value.
    key str
    User tag key.
    value str
    User tag value.
    key String
    User tag key.
    value String
    User tag value.

    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.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.