alicloud.ga.BandwidthPackage
Explore with Pulumi AI
Provides a Global Accelerator (GA) Bandwidth Package resource.
For information about Global Accelerator (GA) Bandwidth Package and how to use it, see What is Bandwidth Package.
NOTE: At present, The
alicloud.ga.BandwidthPackage
created withSubscription
cannot be deleted. you need to wait until the resource is outdated and released automatically.
NOTE: Available since v1.112.0.
Example Usage
Basic Usage
import * as pulumi from "@pulumi/pulumi";
import * as alicloud from "@pulumi/alicloud";
const example = new alicloud.ga.BandwidthPackage("example", {
bandwidth: 20,
type: "Basic",
bandwidthType: "Basic",
duration: "1",
autoPay: true,
});
import pulumi
import pulumi_alicloud as alicloud
example = alicloud.ga.BandwidthPackage("example",
bandwidth=20,
type="Basic",
bandwidth_type="Basic",
duration="1",
auto_pay=True)
package main
import (
"github.com/pulumi/pulumi-alicloud/sdk/v3/go/alicloud/ga"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ga.NewBandwidthPackage(ctx, "example", &ga.BandwidthPackageArgs{
Bandwidth: pulumi.Int(20),
Type: pulumi.String("Basic"),
BandwidthType: pulumi.String("Basic"),
Duration: pulumi.String("1"),
AutoPay: pulumi.Bool(true),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AliCloud = Pulumi.AliCloud;
return await Deployment.RunAsync(() =>
{
var example = new AliCloud.Ga.BandwidthPackage("example", new()
{
Bandwidth = 20,
Type = "Basic",
BandwidthType = "Basic",
Duration = "1",
AutoPay = true,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.ga.BandwidthPackage;
import com.pulumi.alicloud.ga.BandwidthPackageArgs;
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) {
var example = new BandwidthPackage("example", BandwidthPackageArgs.builder()
.bandwidth(20)
.type("Basic")
.bandwidthType("Basic")
.duration(1)
.autoPay(true)
.build());
}
}
resources:
example:
type: alicloud:ga:BandwidthPackage
properties:
bandwidth: 20
type: Basic
bandwidthType: Basic
duration: 1
autoPay: true
Create BandwidthPackage Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new BandwidthPackage(name: string, args: BandwidthPackageArgs, opts?: CustomResourceOptions);
@overload
def BandwidthPackage(resource_name: str,
args: BandwidthPackageArgs,
opts: Optional[ResourceOptions] = None)
@overload
def BandwidthPackage(resource_name: str,
opts: Optional[ResourceOptions] = None,
bandwidth: Optional[int] = None,
type: Optional[str] = None,
cbn_geographic_region_idb: Optional[str] = None,
description: Optional[str] = None,
bandwidth_package_name: Optional[str] = None,
bandwidth_type: Optional[str] = None,
billing_type: Optional[str] = None,
cbn_geographic_region_ida: Optional[str] = None,
auto_pay: Optional[bool] = None,
auto_use_coupon: Optional[bool] = None,
duration: Optional[str] = None,
payment_type: Optional[str] = None,
promotion_option_no: Optional[str] = None,
ratio: Optional[int] = None,
renewal_status: Optional[str] = None,
resource_group_id: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
auto_renew_duration: Optional[int] = None)
func NewBandwidthPackage(ctx *Context, name string, args BandwidthPackageArgs, opts ...ResourceOption) (*BandwidthPackage, error)
public BandwidthPackage(string name, BandwidthPackageArgs args, CustomResourceOptions? opts = null)
public BandwidthPackage(String name, BandwidthPackageArgs args)
public BandwidthPackage(String name, BandwidthPackageArgs args, CustomResourceOptions options)
type: alicloud:ga:BandwidthPackage
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args BandwidthPackageArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args BandwidthPackageArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args BandwidthPackageArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BandwidthPackageArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args BandwidthPackageArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var alicloudBandwidthPackageResource = new AliCloud.Ga.BandwidthPackage("alicloudBandwidthPackageResource", new()
{
Bandwidth = 0,
Type = "string",
CbnGeographicRegionIdb = "string",
Description = "string",
BandwidthPackageName = "string",
BandwidthType = "string",
BillingType = "string",
CbnGeographicRegionIda = "string",
AutoPay = false,
AutoUseCoupon = false,
Duration = "string",
PaymentType = "string",
PromotionOptionNo = "string",
Ratio = 0,
RenewalStatus = "string",
ResourceGroupId = "string",
Tags =
{
{ "string", "string" },
},
AutoRenewDuration = 0,
});
example, err := ga.NewBandwidthPackage(ctx, "alicloudBandwidthPackageResource", &ga.BandwidthPackageArgs{
Bandwidth: pulumi.Int(0),
Type: pulumi.String("string"),
CbnGeographicRegionIdb: pulumi.String("string"),
Description: pulumi.String("string"),
BandwidthPackageName: pulumi.String("string"),
BandwidthType: pulumi.String("string"),
BillingType: pulumi.String("string"),
CbnGeographicRegionIda: pulumi.String("string"),
AutoPay: pulumi.Bool(false),
AutoUseCoupon: pulumi.Bool(false),
Duration: pulumi.String("string"),
PaymentType: pulumi.String("string"),
PromotionOptionNo: pulumi.String("string"),
Ratio: pulumi.Int(0),
RenewalStatus: pulumi.String("string"),
ResourceGroupId: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
AutoRenewDuration: pulumi.Int(0),
})
var alicloudBandwidthPackageResource = new BandwidthPackage("alicloudBandwidthPackageResource", BandwidthPackageArgs.builder()
.bandwidth(0)
.type("string")
.cbnGeographicRegionIdb("string")
.description("string")
.bandwidthPackageName("string")
.bandwidthType("string")
.billingType("string")
.cbnGeographicRegionIda("string")
.autoPay(false)
.autoUseCoupon(false)
.duration("string")
.paymentType("string")
.promotionOptionNo("string")
.ratio(0)
.renewalStatus("string")
.resourceGroupId("string")
.tags(Map.of("string", "string"))
.autoRenewDuration(0)
.build());
alicloud_bandwidth_package_resource = alicloud.ga.BandwidthPackage("alicloudBandwidthPackageResource",
bandwidth=0,
type="string",
cbn_geographic_region_idb="string",
description="string",
bandwidth_package_name="string",
bandwidth_type="string",
billing_type="string",
cbn_geographic_region_ida="string",
auto_pay=False,
auto_use_coupon=False,
duration="string",
payment_type="string",
promotion_option_no="string",
ratio=0,
renewal_status="string",
resource_group_id="string",
tags={
"string": "string",
},
auto_renew_duration=0)
const alicloudBandwidthPackageResource = new alicloud.ga.BandwidthPackage("alicloudBandwidthPackageResource", {
bandwidth: 0,
type: "string",
cbnGeographicRegionIdb: "string",
description: "string",
bandwidthPackageName: "string",
bandwidthType: "string",
billingType: "string",
cbnGeographicRegionIda: "string",
autoPay: false,
autoUseCoupon: false,
duration: "string",
paymentType: "string",
promotionOptionNo: "string",
ratio: 0,
renewalStatus: "string",
resourceGroupId: "string",
tags: {
string: "string",
},
autoRenewDuration: 0,
});
type: alicloud:ga:BandwidthPackage
properties:
autoPay: false
autoRenewDuration: 0
autoUseCoupon: false
bandwidth: 0
bandwidthPackageName: string
bandwidthType: string
billingType: string
cbnGeographicRegionIda: string
cbnGeographicRegionIdb: string
description: string
duration: string
paymentType: string
promotionOptionNo: string
ratio: 0
renewalStatus: string
resourceGroupId: string
tags:
string: string
type: string
BandwidthPackage Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The BandwidthPackage resource accepts the following input properties:
- Bandwidth int
- The bandwidth value of bandwidth packet.
- Type string
- The type of the bandwidth packet. China station only supports return to basic. Valid values:
Basic
,CrossDomain
. - Auto
Pay bool - Whether to pay automatically. Valid values:
- Auto
Renew intDuration - Auto renewal period of a bandwidth packet, in the unit of month. Valid values:
1
to12
. - Auto
Use boolCoupon - Whether use vouchers. Default value:
false
. Valid values: - Bandwidth
Package stringName - The name of the bandwidth packet.
- Bandwidth
Type string The bandwidth type of the bandwidth. Valid values:
Advanced
,Basic
,Enhanced
. Iftype
is set toBasic
, this parameter is required.NOTE: At present, only basic can be configured to enhanced, but not enhanced and advanced to other types of accelerated bandwidth.
- Billing
Type string - The billing type. Valid values:
PayBy95
,PayByTraffic
. NOTE:billing_type
is valid only whenpayment_type
is set toPayAsYouGo
. - Cbn
Geographic stringRegion Ida - Interworking area A of cross domain acceleration package. Only international stations support returning this parameter. Default value:
China-mainland
. - Cbn
Geographic stringRegion Idb - Interworking area B of cross domain acceleration package. Only international stations support returning this parameter. Default value:
Global
. - Description string
- The description of bandwidth package.
- Duration string
- The subscription duration. NOTE: The ForceNew attribute has be removed from version 1.148.0. If
payment_type
is set toSubscription
, this parameter is required. - Payment
Type string - The payment type of the bandwidth. Default value:
Subscription
. Valid values:PayAsYouGo
,Subscription
. - Promotion
Option stringNo - The code of the coupon. NOTE: The
promotion_option_no
takes effect only for accounts registered on the international site (alibabacloud.com). - Ratio int
- The minimum percentage for the pay-by-95th-percentile metering method. Valid values:
30
to100
. NOTE:ratio
is valid only whenbilling_type
is set toPayBy95
. - Renewal
Status string - Whether to renew a bandwidth packet. automatically or not. Valid values:
AutoRenewal
: Enable auto renewal.Normal
: Disable auto renewal.NotRenewal
: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
- Resource
Group stringId - The ID of the resource group. Note: Once you set a value of this property, you cannot set it to an empty string anymore.
- Dictionary<string, string>
- A mapping of tags to assign to the resource.
- Bandwidth int
- The bandwidth value of bandwidth packet.
- Type string
- The type of the bandwidth packet. China station only supports return to basic. Valid values:
Basic
,CrossDomain
. - Auto
Pay bool - Whether to pay automatically. Valid values:
- Auto
Renew intDuration - Auto renewal period of a bandwidth packet, in the unit of month. Valid values:
1
to12
. - Auto
Use boolCoupon - Whether use vouchers. Default value:
false
. Valid values: - Bandwidth
Package stringName - The name of the bandwidth packet.
- Bandwidth
Type string The bandwidth type of the bandwidth. Valid values:
Advanced
,Basic
,Enhanced
. Iftype
is set toBasic
, this parameter is required.NOTE: At present, only basic can be configured to enhanced, but not enhanced and advanced to other types of accelerated bandwidth.
- Billing
Type string - The billing type. Valid values:
PayBy95
,PayByTraffic
. NOTE:billing_type
is valid only whenpayment_type
is set toPayAsYouGo
. - Cbn
Geographic stringRegion Ida - Interworking area A of cross domain acceleration package. Only international stations support returning this parameter. Default value:
China-mainland
. - Cbn
Geographic stringRegion Idb - Interworking area B of cross domain acceleration package. Only international stations support returning this parameter. Default value:
Global
. - Description string
- The description of bandwidth package.
- Duration string
- The subscription duration. NOTE: The ForceNew attribute has be removed from version 1.148.0. If
payment_type
is set toSubscription
, this parameter is required. - Payment
Type string - The payment type of the bandwidth. Default value:
Subscription
. Valid values:PayAsYouGo
,Subscription
. - Promotion
Option stringNo - The code of the coupon. NOTE: The
promotion_option_no
takes effect only for accounts registered on the international site (alibabacloud.com). - Ratio int
- The minimum percentage for the pay-by-95th-percentile metering method. Valid values:
30
to100
. NOTE:ratio
is valid only whenbilling_type
is set toPayBy95
. - Renewal
Status string - Whether to renew a bandwidth packet. automatically or not. Valid values:
AutoRenewal
: Enable auto renewal.Normal
: Disable auto renewal.NotRenewal
: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
- Resource
Group stringId - The ID of the resource group. Note: Once you set a value of this property, you cannot set it to an empty string anymore.
- map[string]string
- A mapping of tags to assign to the resource.
- bandwidth Integer
- The bandwidth value of bandwidth packet.
- type String
- The type of the bandwidth packet. China station only supports return to basic. Valid values:
Basic
,CrossDomain
. - auto
Pay Boolean - Whether to pay automatically. Valid values:
- auto
Renew IntegerDuration - Auto renewal period of a bandwidth packet, in the unit of month. Valid values:
1
to12
. - auto
Use BooleanCoupon - Whether use vouchers. Default value:
false
. Valid values: - bandwidth
Package StringName - The name of the bandwidth packet.
- bandwidth
Type String The bandwidth type of the bandwidth. Valid values:
Advanced
,Basic
,Enhanced
. Iftype
is set toBasic
, this parameter is required.NOTE: At present, only basic can be configured to enhanced, but not enhanced and advanced to other types of accelerated bandwidth.
- billing
Type String - The billing type. Valid values:
PayBy95
,PayByTraffic
. NOTE:billing_type
is valid only whenpayment_type
is set toPayAsYouGo
. - cbn
Geographic StringRegion Ida - Interworking area A of cross domain acceleration package. Only international stations support returning this parameter. Default value:
China-mainland
. - cbn
Geographic StringRegion Idb - Interworking area B of cross domain acceleration package. Only international stations support returning this parameter. Default value:
Global
. - description String
- The description of bandwidth package.
- duration String
- The subscription duration. NOTE: The ForceNew attribute has be removed from version 1.148.0. If
payment_type
is set toSubscription
, this parameter is required. - payment
Type String - The payment type of the bandwidth. Default value:
Subscription
. Valid values:PayAsYouGo
,Subscription
. - promotion
Option StringNo - The code of the coupon. NOTE: The
promotion_option_no
takes effect only for accounts registered on the international site (alibabacloud.com). - ratio Integer
- The minimum percentage for the pay-by-95th-percentile metering method. Valid values:
30
to100
. NOTE:ratio
is valid only whenbilling_type
is set toPayBy95
. - renewal
Status String - Whether to renew a bandwidth packet. automatically or not. Valid values:
AutoRenewal
: Enable auto renewal.Normal
: Disable auto renewal.NotRenewal
: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
- resource
Group StringId - The ID of the resource group. Note: Once you set a value of this property, you cannot set it to an empty string anymore.
- Map<String,String>
- A mapping of tags to assign to the resource.
- bandwidth number
- The bandwidth value of bandwidth packet.
- type string
- The type of the bandwidth packet. China station only supports return to basic. Valid values:
Basic
,CrossDomain
. - auto
Pay boolean - Whether to pay automatically. Valid values:
- auto
Renew numberDuration - Auto renewal period of a bandwidth packet, in the unit of month. Valid values:
1
to12
. - auto
Use booleanCoupon - Whether use vouchers. Default value:
false
. Valid values: - bandwidth
Package stringName - The name of the bandwidth packet.
- bandwidth
Type string The bandwidth type of the bandwidth. Valid values:
Advanced
,Basic
,Enhanced
. Iftype
is set toBasic
, this parameter is required.NOTE: At present, only basic can be configured to enhanced, but not enhanced and advanced to other types of accelerated bandwidth.
- billing
Type string - The billing type. Valid values:
PayBy95
,PayByTraffic
. NOTE:billing_type
is valid only whenpayment_type
is set toPayAsYouGo
. - cbn
Geographic stringRegion Ida - Interworking area A of cross domain acceleration package. Only international stations support returning this parameter. Default value:
China-mainland
. - cbn
Geographic stringRegion Idb - Interworking area B of cross domain acceleration package. Only international stations support returning this parameter. Default value:
Global
. - description string
- The description of bandwidth package.
- duration string
- The subscription duration. NOTE: The ForceNew attribute has be removed from version 1.148.0. If
payment_type
is set toSubscription
, this parameter is required. - payment
Type string - The payment type of the bandwidth. Default value:
Subscription
. Valid values:PayAsYouGo
,Subscription
. - promotion
Option stringNo - The code of the coupon. NOTE: The
promotion_option_no
takes effect only for accounts registered on the international site (alibabacloud.com). - ratio number
- The minimum percentage for the pay-by-95th-percentile metering method. Valid values:
30
to100
. NOTE:ratio
is valid only whenbilling_type
is set toPayBy95
. - renewal
Status string - Whether to renew a bandwidth packet. automatically or not. Valid values:
AutoRenewal
: Enable auto renewal.Normal
: Disable auto renewal.NotRenewal
: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
- resource
Group stringId - The ID of the resource group. Note: Once you set a value of this property, you cannot set it to an empty string anymore.
- {[key: string]: string}
- A mapping of tags to assign to the resource.
- bandwidth int
- The bandwidth value of bandwidth packet.
- type str
- The type of the bandwidth packet. China station only supports return to basic. Valid values:
Basic
,CrossDomain
. - auto_
pay bool - Whether to pay automatically. Valid values:
- auto_
renew_ intduration - Auto renewal period of a bandwidth packet, in the unit of month. Valid values:
1
to12
. - auto_
use_ boolcoupon - Whether use vouchers. Default value:
false
. Valid values: - bandwidth_
package_ strname - The name of the bandwidth packet.
- bandwidth_
type str The bandwidth type of the bandwidth. Valid values:
Advanced
,Basic
,Enhanced
. Iftype
is set toBasic
, this parameter is required.NOTE: At present, only basic can be configured to enhanced, but not enhanced and advanced to other types of accelerated bandwidth.
- billing_
type str - The billing type. Valid values:
PayBy95
,PayByTraffic
. NOTE:billing_type
is valid only whenpayment_type
is set toPayAsYouGo
. - cbn_
geographic_ strregion_ ida - Interworking area A of cross domain acceleration package. Only international stations support returning this parameter. Default value:
China-mainland
. - cbn_
geographic_ strregion_ idb - Interworking area B of cross domain acceleration package. Only international stations support returning this parameter. Default value:
Global
. - description str
- The description of bandwidth package.
- duration str
- The subscription duration. NOTE: The ForceNew attribute has be removed from version 1.148.0. If
payment_type
is set toSubscription
, this parameter is required. - payment_
type str - The payment type of the bandwidth. Default value:
Subscription
. Valid values:PayAsYouGo
,Subscription
. - promotion_
option_ strno - The code of the coupon. NOTE: The
promotion_option_no
takes effect only for accounts registered on the international site (alibabacloud.com). - ratio int
- The minimum percentage for the pay-by-95th-percentile metering method. Valid values:
30
to100
. NOTE:ratio
is valid only whenbilling_type
is set toPayBy95
. - renewal_
status str - Whether to renew a bandwidth packet. automatically or not. Valid values:
AutoRenewal
: Enable auto renewal.Normal
: Disable auto renewal.NotRenewal
: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
- resource_
group_ strid - The ID of the resource group. Note: Once you set a value of this property, you cannot set it to an empty string anymore.
- Mapping[str, str]
- A mapping of tags to assign to the resource.
- bandwidth Number
- The bandwidth value of bandwidth packet.
- type String
- The type of the bandwidth packet. China station only supports return to basic. Valid values:
Basic
,CrossDomain
. - auto
Pay Boolean - Whether to pay automatically. Valid values:
- auto
Renew NumberDuration - Auto renewal period of a bandwidth packet, in the unit of month. Valid values:
1
to12
. - auto
Use BooleanCoupon - Whether use vouchers. Default value:
false
. Valid values: - bandwidth
Package StringName - The name of the bandwidth packet.
- bandwidth
Type String The bandwidth type of the bandwidth. Valid values:
Advanced
,Basic
,Enhanced
. Iftype
is set toBasic
, this parameter is required.NOTE: At present, only basic can be configured to enhanced, but not enhanced and advanced to other types of accelerated bandwidth.
- billing
Type String - The billing type. Valid values:
PayBy95
,PayByTraffic
. NOTE:billing_type
is valid only whenpayment_type
is set toPayAsYouGo
. - cbn
Geographic StringRegion Ida - Interworking area A of cross domain acceleration package. Only international stations support returning this parameter. Default value:
China-mainland
. - cbn
Geographic StringRegion Idb - Interworking area B of cross domain acceleration package. Only international stations support returning this parameter. Default value:
Global
. - description String
- The description of bandwidth package.
- duration String
- The subscription duration. NOTE: The ForceNew attribute has be removed from version 1.148.0. If
payment_type
is set toSubscription
, this parameter is required. - payment
Type String - The payment type of the bandwidth. Default value:
Subscription
. Valid values:PayAsYouGo
,Subscription
. - promotion
Option StringNo - The code of the coupon. NOTE: The
promotion_option_no
takes effect only for accounts registered on the international site (alibabacloud.com). - ratio Number
- The minimum percentage for the pay-by-95th-percentile metering method. Valid values:
30
to100
. NOTE:ratio
is valid only whenbilling_type
is set toPayBy95
. - renewal
Status String - Whether to renew a bandwidth packet. automatically or not. Valid values:
AutoRenewal
: Enable auto renewal.Normal
: Disable auto renewal.NotRenewal
: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
- resource
Group StringId - The ID of the resource group. Note: Once you set a value of this property, you cannot set it to an empty string anymore.
- Map<String>
- A mapping of tags to assign to the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the BandwidthPackage resource produces the following output properties:
Look up Existing BandwidthPackage Resource
Get an existing BandwidthPackage resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: BandwidthPackageState, opts?: CustomResourceOptions): BandwidthPackage
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
auto_pay: Optional[bool] = None,
auto_renew_duration: Optional[int] = None,
auto_use_coupon: Optional[bool] = None,
bandwidth: Optional[int] = None,
bandwidth_package_name: Optional[str] = None,
bandwidth_type: Optional[str] = None,
billing_type: Optional[str] = None,
cbn_geographic_region_ida: Optional[str] = None,
cbn_geographic_region_idb: Optional[str] = None,
description: Optional[str] = None,
duration: Optional[str] = None,
payment_type: Optional[str] = None,
promotion_option_no: Optional[str] = None,
ratio: Optional[int] = None,
renewal_status: Optional[str] = None,
resource_group_id: Optional[str] = None,
status: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
type: Optional[str] = None) -> BandwidthPackage
func GetBandwidthPackage(ctx *Context, name string, id IDInput, state *BandwidthPackageState, opts ...ResourceOption) (*BandwidthPackage, error)
public static BandwidthPackage Get(string name, Input<string> id, BandwidthPackageState? state, CustomResourceOptions? opts = null)
public static BandwidthPackage get(String name, Output<String> id, BandwidthPackageState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Auto
Pay bool - Whether to pay automatically. Valid values:
- Auto
Renew intDuration - Auto renewal period of a bandwidth packet, in the unit of month. Valid values:
1
to12
. - Auto
Use boolCoupon - Whether use vouchers. Default value:
false
. Valid values: - Bandwidth int
- The bandwidth value of bandwidth packet.
- Bandwidth
Package stringName - The name of the bandwidth packet.
- Bandwidth
Type string The bandwidth type of the bandwidth. Valid values:
Advanced
,Basic
,Enhanced
. Iftype
is set toBasic
, this parameter is required.NOTE: At present, only basic can be configured to enhanced, but not enhanced and advanced to other types of accelerated bandwidth.
- Billing
Type string - The billing type. Valid values:
PayBy95
,PayByTraffic
. NOTE:billing_type
is valid only whenpayment_type
is set toPayAsYouGo
. - Cbn
Geographic stringRegion Ida - Interworking area A of cross domain acceleration package. Only international stations support returning this parameter. Default value:
China-mainland
. - Cbn
Geographic stringRegion Idb - Interworking area B of cross domain acceleration package. Only international stations support returning this parameter. Default value:
Global
. - Description string
- The description of bandwidth package.
- Duration string
- The subscription duration. NOTE: The ForceNew attribute has be removed from version 1.148.0. If
payment_type
is set toSubscription
, this parameter is required. - Payment
Type string - The payment type of the bandwidth. Default value:
Subscription
. Valid values:PayAsYouGo
,Subscription
. - Promotion
Option stringNo - The code of the coupon. NOTE: The
promotion_option_no
takes effect only for accounts registered on the international site (alibabacloud.com). - Ratio int
- The minimum percentage for the pay-by-95th-percentile metering method. Valid values:
30
to100
. NOTE:ratio
is valid only whenbilling_type
is set toPayBy95
. - Renewal
Status string - Whether to renew a bandwidth packet. automatically or not. Valid values:
AutoRenewal
: Enable auto renewal.Normal
: Disable auto renewal.NotRenewal
: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
- Resource
Group stringId - The ID of the resource group. Note: Once you set a value of this property, you cannot set it to an empty string anymore.
- Status string
- The status of the Bandwidth Package.
- Dictionary<string, string>
- A mapping of tags to assign to the resource.
- Type string
- The type of the bandwidth packet. China station only supports return to basic. Valid values:
Basic
,CrossDomain
.
- Auto
Pay bool - Whether to pay automatically. Valid values:
- Auto
Renew intDuration - Auto renewal period of a bandwidth packet, in the unit of month. Valid values:
1
to12
. - Auto
Use boolCoupon - Whether use vouchers. Default value:
false
. Valid values: - Bandwidth int
- The bandwidth value of bandwidth packet.
- Bandwidth
Package stringName - The name of the bandwidth packet.
- Bandwidth
Type string The bandwidth type of the bandwidth. Valid values:
Advanced
,Basic
,Enhanced
. Iftype
is set toBasic
, this parameter is required.NOTE: At present, only basic can be configured to enhanced, but not enhanced and advanced to other types of accelerated bandwidth.
- Billing
Type string - The billing type. Valid values:
PayBy95
,PayByTraffic
. NOTE:billing_type
is valid only whenpayment_type
is set toPayAsYouGo
. - Cbn
Geographic stringRegion Ida - Interworking area A of cross domain acceleration package. Only international stations support returning this parameter. Default value:
China-mainland
. - Cbn
Geographic stringRegion Idb - Interworking area B of cross domain acceleration package. Only international stations support returning this parameter. Default value:
Global
. - Description string
- The description of bandwidth package.
- Duration string
- The subscription duration. NOTE: The ForceNew attribute has be removed from version 1.148.0. If
payment_type
is set toSubscription
, this parameter is required. - Payment
Type string - The payment type of the bandwidth. Default value:
Subscription
. Valid values:PayAsYouGo
,Subscription
. - Promotion
Option stringNo - The code of the coupon. NOTE: The
promotion_option_no
takes effect only for accounts registered on the international site (alibabacloud.com). - Ratio int
- The minimum percentage for the pay-by-95th-percentile metering method. Valid values:
30
to100
. NOTE:ratio
is valid only whenbilling_type
is set toPayBy95
. - Renewal
Status string - Whether to renew a bandwidth packet. automatically or not. Valid values:
AutoRenewal
: Enable auto renewal.Normal
: Disable auto renewal.NotRenewal
: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
- Resource
Group stringId - The ID of the resource group. Note: Once you set a value of this property, you cannot set it to an empty string anymore.
- Status string
- The status of the Bandwidth Package.
- map[string]string
- A mapping of tags to assign to the resource.
- Type string
- The type of the bandwidth packet. China station only supports return to basic. Valid values:
Basic
,CrossDomain
.
- auto
Pay Boolean - Whether to pay automatically. Valid values:
- auto
Renew IntegerDuration - Auto renewal period of a bandwidth packet, in the unit of month. Valid values:
1
to12
. - auto
Use BooleanCoupon - Whether use vouchers. Default value:
false
. Valid values: - bandwidth Integer
- The bandwidth value of bandwidth packet.
- bandwidth
Package StringName - The name of the bandwidth packet.
- bandwidth
Type String The bandwidth type of the bandwidth. Valid values:
Advanced
,Basic
,Enhanced
. Iftype
is set toBasic
, this parameter is required.NOTE: At present, only basic can be configured to enhanced, but not enhanced and advanced to other types of accelerated bandwidth.
- billing
Type String - The billing type. Valid values:
PayBy95
,PayByTraffic
. NOTE:billing_type
is valid only whenpayment_type
is set toPayAsYouGo
. - cbn
Geographic StringRegion Ida - Interworking area A of cross domain acceleration package. Only international stations support returning this parameter. Default value:
China-mainland
. - cbn
Geographic StringRegion Idb - Interworking area B of cross domain acceleration package. Only international stations support returning this parameter. Default value:
Global
. - description String
- The description of bandwidth package.
- duration String
- The subscription duration. NOTE: The ForceNew attribute has be removed from version 1.148.0. If
payment_type
is set toSubscription
, this parameter is required. - payment
Type String - The payment type of the bandwidth. Default value:
Subscription
. Valid values:PayAsYouGo
,Subscription
. - promotion
Option StringNo - The code of the coupon. NOTE: The
promotion_option_no
takes effect only for accounts registered on the international site (alibabacloud.com). - ratio Integer
- The minimum percentage for the pay-by-95th-percentile metering method. Valid values:
30
to100
. NOTE:ratio
is valid only whenbilling_type
is set toPayBy95
. - renewal
Status String - Whether to renew a bandwidth packet. automatically or not. Valid values:
AutoRenewal
: Enable auto renewal.Normal
: Disable auto renewal.NotRenewal
: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
- resource
Group StringId - The ID of the resource group. Note: Once you set a value of this property, you cannot set it to an empty string anymore.
- status String
- The status of the Bandwidth Package.
- Map<String,String>
- A mapping of tags to assign to the resource.
- type String
- The type of the bandwidth packet. China station only supports return to basic. Valid values:
Basic
,CrossDomain
.
- auto
Pay boolean - Whether to pay automatically. Valid values:
- auto
Renew numberDuration - Auto renewal period of a bandwidth packet, in the unit of month. Valid values:
1
to12
. - auto
Use booleanCoupon - Whether use vouchers. Default value:
false
. Valid values: - bandwidth number
- The bandwidth value of bandwidth packet.
- bandwidth
Package stringName - The name of the bandwidth packet.
- bandwidth
Type string The bandwidth type of the bandwidth. Valid values:
Advanced
,Basic
,Enhanced
. Iftype
is set toBasic
, this parameter is required.NOTE: At present, only basic can be configured to enhanced, but not enhanced and advanced to other types of accelerated bandwidth.
- billing
Type string - The billing type. Valid values:
PayBy95
,PayByTraffic
. NOTE:billing_type
is valid only whenpayment_type
is set toPayAsYouGo
. - cbn
Geographic stringRegion Ida - Interworking area A of cross domain acceleration package. Only international stations support returning this parameter. Default value:
China-mainland
. - cbn
Geographic stringRegion Idb - Interworking area B of cross domain acceleration package. Only international stations support returning this parameter. Default value:
Global
. - description string
- The description of bandwidth package.
- duration string
- The subscription duration. NOTE: The ForceNew attribute has be removed from version 1.148.0. If
payment_type
is set toSubscription
, this parameter is required. - payment
Type string - The payment type of the bandwidth. Default value:
Subscription
. Valid values:PayAsYouGo
,Subscription
. - promotion
Option stringNo - The code of the coupon. NOTE: The
promotion_option_no
takes effect only for accounts registered on the international site (alibabacloud.com). - ratio number
- The minimum percentage for the pay-by-95th-percentile metering method. Valid values:
30
to100
. NOTE:ratio
is valid only whenbilling_type
is set toPayBy95
. - renewal
Status string - Whether to renew a bandwidth packet. automatically or not. Valid values:
AutoRenewal
: Enable auto renewal.Normal
: Disable auto renewal.NotRenewal
: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
- resource
Group stringId - The ID of the resource group. Note: Once you set a value of this property, you cannot set it to an empty string anymore.
- status string
- The status of the Bandwidth Package.
- {[key: string]: string}
- A mapping of tags to assign to the resource.
- type string
- The type of the bandwidth packet. China station only supports return to basic. Valid values:
Basic
,CrossDomain
.
- auto_
pay bool - Whether to pay automatically. Valid values:
- auto_
renew_ intduration - Auto renewal period of a bandwidth packet, in the unit of month. Valid values:
1
to12
. - auto_
use_ boolcoupon - Whether use vouchers. Default value:
false
. Valid values: - bandwidth int
- The bandwidth value of bandwidth packet.
- bandwidth_
package_ strname - The name of the bandwidth packet.
- bandwidth_
type str The bandwidth type of the bandwidth. Valid values:
Advanced
,Basic
,Enhanced
. Iftype
is set toBasic
, this parameter is required.NOTE: At present, only basic can be configured to enhanced, but not enhanced and advanced to other types of accelerated bandwidth.
- billing_
type str - The billing type. Valid values:
PayBy95
,PayByTraffic
. NOTE:billing_type
is valid only whenpayment_type
is set toPayAsYouGo
. - cbn_
geographic_ strregion_ ida - Interworking area A of cross domain acceleration package. Only international stations support returning this parameter. Default value:
China-mainland
. - cbn_
geographic_ strregion_ idb - Interworking area B of cross domain acceleration package. Only international stations support returning this parameter. Default value:
Global
. - description str
- The description of bandwidth package.
- duration str
- The subscription duration. NOTE: The ForceNew attribute has be removed from version 1.148.0. If
payment_type
is set toSubscription
, this parameter is required. - payment_
type str - The payment type of the bandwidth. Default value:
Subscription
. Valid values:PayAsYouGo
,Subscription
. - promotion_
option_ strno - The code of the coupon. NOTE: The
promotion_option_no
takes effect only for accounts registered on the international site (alibabacloud.com). - ratio int
- The minimum percentage for the pay-by-95th-percentile metering method. Valid values:
30
to100
. NOTE:ratio
is valid only whenbilling_type
is set toPayBy95
. - renewal_
status str - Whether to renew a bandwidth packet. automatically or not. Valid values:
AutoRenewal
: Enable auto renewal.Normal
: Disable auto renewal.NotRenewal
: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
- resource_
group_ strid - The ID of the resource group. Note: Once you set a value of this property, you cannot set it to an empty string anymore.
- status str
- The status of the Bandwidth Package.
- Mapping[str, str]
- A mapping of tags to assign to the resource.
- type str
- The type of the bandwidth packet. China station only supports return to basic. Valid values:
Basic
,CrossDomain
.
- auto
Pay Boolean - Whether to pay automatically. Valid values:
- auto
Renew NumberDuration - Auto renewal period of a bandwidth packet, in the unit of month. Valid values:
1
to12
. - auto
Use BooleanCoupon - Whether use vouchers. Default value:
false
. Valid values: - bandwidth Number
- The bandwidth value of bandwidth packet.
- bandwidth
Package StringName - The name of the bandwidth packet.
- bandwidth
Type String The bandwidth type of the bandwidth. Valid values:
Advanced
,Basic
,Enhanced
. Iftype
is set toBasic
, this parameter is required.NOTE: At present, only basic can be configured to enhanced, but not enhanced and advanced to other types of accelerated bandwidth.
- billing
Type String - The billing type. Valid values:
PayBy95
,PayByTraffic
. NOTE:billing_type
is valid only whenpayment_type
is set toPayAsYouGo
. - cbn
Geographic StringRegion Ida - Interworking area A of cross domain acceleration package. Only international stations support returning this parameter. Default value:
China-mainland
. - cbn
Geographic StringRegion Idb - Interworking area B of cross domain acceleration package. Only international stations support returning this parameter. Default value:
Global
. - description String
- The description of bandwidth package.
- duration String
- The subscription duration. NOTE: The ForceNew attribute has be removed from version 1.148.0. If
payment_type
is set toSubscription
, this parameter is required. - payment
Type String - The payment type of the bandwidth. Default value:
Subscription
. Valid values:PayAsYouGo
,Subscription
. - promotion
Option StringNo - The code of the coupon. NOTE: The
promotion_option_no
takes effect only for accounts registered on the international site (alibabacloud.com). - ratio Number
- The minimum percentage for the pay-by-95th-percentile metering method. Valid values:
30
to100
. NOTE:ratio
is valid only whenbilling_type
is set toPayBy95
. - renewal
Status String - Whether to renew a bandwidth packet. automatically or not. Valid values:
AutoRenewal
: Enable auto renewal.Normal
: Disable auto renewal.NotRenewal
: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
- resource
Group StringId - The ID of the resource group. Note: Once you set a value of this property, you cannot set it to an empty string anymore.
- status String
- The status of the Bandwidth Package.
- Map<String>
- A mapping of tags to assign to the resource.
- type String
- The type of the bandwidth packet. China station only supports return to basic. Valid values:
Basic
,CrossDomain
.
Import
Ga Bandwidth Package can be imported using the id, e.g.
$ pulumi import alicloud:ga/bandwidthPackage:BandwidthPackage example <id>
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.