alicloud.cen.BandwidthPackage
Explore with Pulumi AI
Import
CEN bandwidth package can be imported using the id, e.g.
$ pulumi import alicloud:cen/bandwidthPackage:BandwidthPackage example cenbwp-abc123456
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,
cen_bandwidth_package_name: Optional[str] = None,
charge_type: Optional[str] = None,
description: Optional[str] = None,
geographic_region_a_id: Optional[str] = None,
geographic_region_b_id: Optional[str] = None,
geographic_region_ids: Optional[Sequence[str]] = None,
name: Optional[str] = None,
payment_type: Optional[str] = None,
period: 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:cen: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 bandwidthPackageResource = new AliCloud.Cen.BandwidthPackage("bandwidthPackageResource", new()
{
Bandwidth = 0,
CenBandwidthPackageName = "string",
Description = "string",
GeographicRegionAId = "string",
GeographicRegionBId = "string",
PaymentType = "string",
Period = 0,
});
example, err := cen.NewBandwidthPackage(ctx, "bandwidthPackageResource", &cen.BandwidthPackageArgs{
Bandwidth: pulumi.Int(0),
CenBandwidthPackageName: pulumi.String("string"),
Description: pulumi.String("string"),
GeographicRegionAId: pulumi.String("string"),
GeographicRegionBId: pulumi.String("string"),
PaymentType: pulumi.String("string"),
Period: pulumi.Int(0),
})
var bandwidthPackageResource = new BandwidthPackage("bandwidthPackageResource", BandwidthPackageArgs.builder()
.bandwidth(0)
.cenBandwidthPackageName("string")
.description("string")
.geographicRegionAId("string")
.geographicRegionBId("string")
.paymentType("string")
.period(0)
.build());
bandwidth_package_resource = alicloud.cen.BandwidthPackage("bandwidthPackageResource",
bandwidth=0,
cen_bandwidth_package_name="string",
description="string",
geographic_region_a_id="string",
geographic_region_b_id="string",
payment_type="string",
period=0)
const bandwidthPackageResource = new alicloud.cen.BandwidthPackage("bandwidthPackageResource", {
bandwidth: 0,
cenBandwidthPackageName: "string",
description: "string",
geographicRegionAId: "string",
geographicRegionBId: "string",
paymentType: "string",
period: 0,
});
type: alicloud:cen:BandwidthPackage
properties:
bandwidth: 0
cenBandwidthPackageName: string
description: string
geographicRegionAId: string
geographicRegionBId: string
paymentType: string
period: 0
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
The BandwidthPackage resource accepts the following input properties:
- Bandwidth int
- The bandwidth in Mbps of the bandwidth package. Cannot be less than 2Mbps.
- Cen
Bandwidth stringPackage Name The name of the bandwidth package. Defaults to null.
->NOTE: PrePaid mode will deduct fees from the account directly and the bandwidth package can't be deleted before expired time.
->NOTE: The PostPaid mode is only for test. Please open a ticket if you need.
- Charge
Type string - Field
charge_type
has been deprecated from version 1.97.0. Usepayment_type
and instead. - Description string
- The description of the bandwidth package. Default to null.
- Geographic
Region stringAId - The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - Geographic
Region stringBId - The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - Geographic
Region List<string>Ids - Field
geographic_region_ids
has been deprecated from version 1.97.0. Usegeographic_region_a_id
andgeographic_region_b_id
instead. - Name string
- Field
name
has been deprecated from version 1.97.0. Usecen_bandwidth_package_name
and instead. - Payment
Type string - The billing method. Valid value:
PostPaid
|PrePaid
. Default toPrePaid
. If set to PrePaid, the bandwidth package can't be deleted before expired time. - Period int
The purchase period in month. Valid value:
1
,2
,3
,6
,12
.NOTE: The attribute
period
is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means runningpulumi up
will not effect the resource.
- Bandwidth int
- The bandwidth in Mbps of the bandwidth package. Cannot be less than 2Mbps.
- Cen
Bandwidth stringPackage Name The name of the bandwidth package. Defaults to null.
->NOTE: PrePaid mode will deduct fees from the account directly and the bandwidth package can't be deleted before expired time.
->NOTE: The PostPaid mode is only for test. Please open a ticket if you need.
- Charge
Type string - Field
charge_type
has been deprecated from version 1.97.0. Usepayment_type
and instead. - Description string
- The description of the bandwidth package. Default to null.
- Geographic
Region stringAId - The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - Geographic
Region stringBId - The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - Geographic
Region []stringIds - Field
geographic_region_ids
has been deprecated from version 1.97.0. Usegeographic_region_a_id
andgeographic_region_b_id
instead. - Name string
- Field
name
has been deprecated from version 1.97.0. Usecen_bandwidth_package_name
and instead. - Payment
Type string - The billing method. Valid value:
PostPaid
|PrePaid
. Default toPrePaid
. If set to PrePaid, the bandwidth package can't be deleted before expired time. - Period int
The purchase period in month. Valid value:
1
,2
,3
,6
,12
.NOTE: The attribute
period
is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means runningpulumi up
will not effect the resource.
- bandwidth Integer
- The bandwidth in Mbps of the bandwidth package. Cannot be less than 2Mbps.
- cen
Bandwidth StringPackage Name The name of the bandwidth package. Defaults to null.
->NOTE: PrePaid mode will deduct fees from the account directly and the bandwidth package can't be deleted before expired time.
->NOTE: The PostPaid mode is only for test. Please open a ticket if you need.
- charge
Type String - Field
charge_type
has been deprecated from version 1.97.0. Usepayment_type
and instead. - description String
- The description of the bandwidth package. Default to null.
- geographic
Region StringAId - The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region StringBId - The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region List<String>Ids - Field
geographic_region_ids
has been deprecated from version 1.97.0. Usegeographic_region_a_id
andgeographic_region_b_id
instead. - name String
- Field
name
has been deprecated from version 1.97.0. Usecen_bandwidth_package_name
and instead. - payment
Type String - The billing method. Valid value:
PostPaid
|PrePaid
. Default toPrePaid
. If set to PrePaid, the bandwidth package can't be deleted before expired time. - period Integer
The purchase period in month. Valid value:
1
,2
,3
,6
,12
.NOTE: The attribute
period
is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means runningpulumi up
will not effect the resource.
- bandwidth number
- The bandwidth in Mbps of the bandwidth package. Cannot be less than 2Mbps.
- cen
Bandwidth stringPackage Name The name of the bandwidth package. Defaults to null.
->NOTE: PrePaid mode will deduct fees from the account directly and the bandwidth package can't be deleted before expired time.
->NOTE: The PostPaid mode is only for test. Please open a ticket if you need.
- charge
Type string - Field
charge_type
has been deprecated from version 1.97.0. Usepayment_type
and instead. - description string
- The description of the bandwidth package. Default to null.
- geographic
Region stringAId - The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region stringBId - The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region string[]Ids - Field
geographic_region_ids
has been deprecated from version 1.97.0. Usegeographic_region_a_id
andgeographic_region_b_id
instead. - name string
- Field
name
has been deprecated from version 1.97.0. Usecen_bandwidth_package_name
and instead. - payment
Type string - The billing method. Valid value:
PostPaid
|PrePaid
. Default toPrePaid
. If set to PrePaid, the bandwidth package can't be deleted before expired time. - period number
The purchase period in month. Valid value:
1
,2
,3
,6
,12
.NOTE: The attribute
period
is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means runningpulumi up
will not effect the resource.
- bandwidth int
- The bandwidth in Mbps of the bandwidth package. Cannot be less than 2Mbps.
- cen_
bandwidth_ strpackage_ name The name of the bandwidth package. Defaults to null.
->NOTE: PrePaid mode will deduct fees from the account directly and the bandwidth package can't be deleted before expired time.
->NOTE: The PostPaid mode is only for test. Please open a ticket if you need.
- charge_
type str - Field
charge_type
has been deprecated from version 1.97.0. Usepayment_type
and instead. - description str
- The description of the bandwidth package. Default to null.
- geographic_
region_ stra_ id - The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic_
region_ strb_ id - The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic_
region_ Sequence[str]ids - Field
geographic_region_ids
has been deprecated from version 1.97.0. Usegeographic_region_a_id
andgeographic_region_b_id
instead. - name str
- Field
name
has been deprecated from version 1.97.0. Usecen_bandwidth_package_name
and instead. - payment_
type str - The billing method. Valid value:
PostPaid
|PrePaid
. Default toPrePaid
. If set to PrePaid, the bandwidth package can't be deleted before expired time. - period int
The purchase period in month. Valid value:
1
,2
,3
,6
,12
.NOTE: The attribute
period
is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means runningpulumi up
will not effect the resource.
- bandwidth Number
- The bandwidth in Mbps of the bandwidth package. Cannot be less than 2Mbps.
- cen
Bandwidth StringPackage Name The name of the bandwidth package. Defaults to null.
->NOTE: PrePaid mode will deduct fees from the account directly and the bandwidth package can't be deleted before expired time.
->NOTE: The PostPaid mode is only for test. Please open a ticket if you need.
- charge
Type String - Field
charge_type
has been deprecated from version 1.97.0. Usepayment_type
and instead. - description String
- The description of the bandwidth package. Default to null.
- geographic
Region StringAId - The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region StringBId - The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region List<String>Ids - Field
geographic_region_ids
has been deprecated from version 1.97.0. Usegeographic_region_a_id
andgeographic_region_b_id
instead. - name String
- Field
name
has been deprecated from version 1.97.0. Usecen_bandwidth_package_name
and instead. - payment
Type String - The billing method. Valid value:
PostPaid
|PrePaid
. Default toPrePaid
. If set to PrePaid, the bandwidth package can't be deleted before expired time. - period Number
The purchase period in month. Valid value:
1
,2
,3
,6
,12
.NOTE: The attribute
period
is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means runningpulumi up
will not effect the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the BandwidthPackage resource produces the following output properties:
- Expired
Time string - The time of the bandwidth package to expire.
- Id string
- The provider-assigned unique ID for this managed resource.
- Status string
- The association status of the bandwidth package.
- Expired
Time string - The time of the bandwidth package to expire.
- Id string
- The provider-assigned unique ID for this managed resource.
- Status string
- The association status of the bandwidth package.
- expired
Time String - The time of the bandwidth package to expire.
- id String
- The provider-assigned unique ID for this managed resource.
- status String
- The association status of the bandwidth package.
- expired
Time string - The time of the bandwidth package to expire.
- id string
- The provider-assigned unique ID for this managed resource.
- status string
- The association status of the bandwidth package.
- expired_
time str - The time of the bandwidth package to expire.
- id str
- The provider-assigned unique ID for this managed resource.
- status str
- The association status of the bandwidth package.
- expired
Time String - The time of the bandwidth package to expire.
- id String
- The provider-assigned unique ID for this managed resource.
- status String
- The association status of the bandwidth package.
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,
bandwidth: Optional[int] = None,
cen_bandwidth_package_name: Optional[str] = None,
charge_type: Optional[str] = None,
description: Optional[str] = None,
expired_time: Optional[str] = None,
geographic_region_a_id: Optional[str] = None,
geographic_region_b_id: Optional[str] = None,
geographic_region_ids: Optional[Sequence[str]] = None,
name: Optional[str] = None,
payment_type: Optional[str] = None,
period: Optional[int] = None,
status: 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.
- Bandwidth int
- The bandwidth in Mbps of the bandwidth package. Cannot be less than 2Mbps.
- Cen
Bandwidth stringPackage Name The name of the bandwidth package. Defaults to null.
->NOTE: PrePaid mode will deduct fees from the account directly and the bandwidth package can't be deleted before expired time.
->NOTE: The PostPaid mode is only for test. Please open a ticket if you need.
- Charge
Type string - Field
charge_type
has been deprecated from version 1.97.0. Usepayment_type
and instead. - Description string
- The description of the bandwidth package. Default to null.
- Expired
Time string - The time of the bandwidth package to expire.
- Geographic
Region stringAId - The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - Geographic
Region stringBId - The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - Geographic
Region List<string>Ids - Field
geographic_region_ids
has been deprecated from version 1.97.0. Usegeographic_region_a_id
andgeographic_region_b_id
instead. - Name string
- Field
name
has been deprecated from version 1.97.0. Usecen_bandwidth_package_name
and instead. - Payment
Type string - The billing method. Valid value:
PostPaid
|PrePaid
. Default toPrePaid
. If set to PrePaid, the bandwidth package can't be deleted before expired time. - Period int
The purchase period in month. Valid value:
1
,2
,3
,6
,12
.NOTE: The attribute
period
is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means runningpulumi up
will not effect the resource.- Status string
- The association status of the bandwidth package.
- Bandwidth int
- The bandwidth in Mbps of the bandwidth package. Cannot be less than 2Mbps.
- Cen
Bandwidth stringPackage Name The name of the bandwidth package. Defaults to null.
->NOTE: PrePaid mode will deduct fees from the account directly and the bandwidth package can't be deleted before expired time.
->NOTE: The PostPaid mode is only for test. Please open a ticket if you need.
- Charge
Type string - Field
charge_type
has been deprecated from version 1.97.0. Usepayment_type
and instead. - Description string
- The description of the bandwidth package. Default to null.
- Expired
Time string - The time of the bandwidth package to expire.
- Geographic
Region stringAId - The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - Geographic
Region stringBId - The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - Geographic
Region []stringIds - Field
geographic_region_ids
has been deprecated from version 1.97.0. Usegeographic_region_a_id
andgeographic_region_b_id
instead. - Name string
- Field
name
has been deprecated from version 1.97.0. Usecen_bandwidth_package_name
and instead. - Payment
Type string - The billing method. Valid value:
PostPaid
|PrePaid
. Default toPrePaid
. If set to PrePaid, the bandwidth package can't be deleted before expired time. - Period int
The purchase period in month. Valid value:
1
,2
,3
,6
,12
.NOTE: The attribute
period
is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means runningpulumi up
will not effect the resource.- Status string
- The association status of the bandwidth package.
- bandwidth Integer
- The bandwidth in Mbps of the bandwidth package. Cannot be less than 2Mbps.
- cen
Bandwidth StringPackage Name The name of the bandwidth package. Defaults to null.
->NOTE: PrePaid mode will deduct fees from the account directly and the bandwidth package can't be deleted before expired time.
->NOTE: The PostPaid mode is only for test. Please open a ticket if you need.
- charge
Type String - Field
charge_type
has been deprecated from version 1.97.0. Usepayment_type
and instead. - description String
- The description of the bandwidth package. Default to null.
- expired
Time String - The time of the bandwidth package to expire.
- geographic
Region StringAId - The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region StringBId - The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region List<String>Ids - Field
geographic_region_ids
has been deprecated from version 1.97.0. Usegeographic_region_a_id
andgeographic_region_b_id
instead. - name String
- Field
name
has been deprecated from version 1.97.0. Usecen_bandwidth_package_name
and instead. - payment
Type String - The billing method. Valid value:
PostPaid
|PrePaid
. Default toPrePaid
. If set to PrePaid, the bandwidth package can't be deleted before expired time. - period Integer
The purchase period in month. Valid value:
1
,2
,3
,6
,12
.NOTE: The attribute
period
is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means runningpulumi up
will not effect the resource.- status String
- The association status of the bandwidth package.
- bandwidth number
- The bandwidth in Mbps of the bandwidth package. Cannot be less than 2Mbps.
- cen
Bandwidth stringPackage Name The name of the bandwidth package. Defaults to null.
->NOTE: PrePaid mode will deduct fees from the account directly and the bandwidth package can't be deleted before expired time.
->NOTE: The PostPaid mode is only for test. Please open a ticket if you need.
- charge
Type string - Field
charge_type
has been deprecated from version 1.97.0. Usepayment_type
and instead. - description string
- The description of the bandwidth package. Default to null.
- expired
Time string - The time of the bandwidth package to expire.
- geographic
Region stringAId - The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region stringBId - The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region string[]Ids - Field
geographic_region_ids
has been deprecated from version 1.97.0. Usegeographic_region_a_id
andgeographic_region_b_id
instead. - name string
- Field
name
has been deprecated from version 1.97.0. Usecen_bandwidth_package_name
and instead. - payment
Type string - The billing method. Valid value:
PostPaid
|PrePaid
. Default toPrePaid
. If set to PrePaid, the bandwidth package can't be deleted before expired time. - period number
The purchase period in month. Valid value:
1
,2
,3
,6
,12
.NOTE: The attribute
period
is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means runningpulumi up
will not effect the resource.- status string
- The association status of the bandwidth package.
- bandwidth int
- The bandwidth in Mbps of the bandwidth package. Cannot be less than 2Mbps.
- cen_
bandwidth_ strpackage_ name The name of the bandwidth package. Defaults to null.
->NOTE: PrePaid mode will deduct fees from the account directly and the bandwidth package can't be deleted before expired time.
->NOTE: The PostPaid mode is only for test. Please open a ticket if you need.
- charge_
type str - Field
charge_type
has been deprecated from version 1.97.0. Usepayment_type
and instead. - description str
- The description of the bandwidth package. Default to null.
- expired_
time str - The time of the bandwidth package to expire.
- geographic_
region_ stra_ id - The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic_
region_ strb_ id - The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic_
region_ Sequence[str]ids - Field
geographic_region_ids
has been deprecated from version 1.97.0. Usegeographic_region_a_id
andgeographic_region_b_id
instead. - name str
- Field
name
has been deprecated from version 1.97.0. Usecen_bandwidth_package_name
and instead. - payment_
type str - The billing method. Valid value:
PostPaid
|PrePaid
. Default toPrePaid
. If set to PrePaid, the bandwidth package can't be deleted before expired time. - period int
The purchase period in month. Valid value:
1
,2
,3
,6
,12
.NOTE: The attribute
period
is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means runningpulumi up
will not effect the resource.- status str
- The association status of the bandwidth package.
- bandwidth Number
- The bandwidth in Mbps of the bandwidth package. Cannot be less than 2Mbps.
- cen
Bandwidth StringPackage Name The name of the bandwidth package. Defaults to null.
->NOTE: PrePaid mode will deduct fees from the account directly and the bandwidth package can't be deleted before expired time.
->NOTE: The PostPaid mode is only for test. Please open a ticket if you need.
- charge
Type String - Field
charge_type
has been deprecated from version 1.97.0. Usepayment_type
and instead. - description String
- The description of the bandwidth package. Default to null.
- expired
Time String - The time of the bandwidth package to expire.
- geographic
Region StringAId - The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region StringBId - The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region List<String>Ids - Field
geographic_region_ids
has been deprecated from version 1.97.0. Usegeographic_region_a_id
andgeographic_region_b_id
instead. - name String
- Field
name
has been deprecated from version 1.97.0. Usecen_bandwidth_package_name
and instead. - payment
Type String - The billing method. Valid value:
PostPaid
|PrePaid
. Default toPrePaid
. If set to PrePaid, the bandwidth package can't be deleted before expired time. - period Number
The purchase period in month. Valid value:
1
,2
,3
,6
,12
.NOTE: The attribute
period
is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means runningpulumi up
will not effect the resource.- status String
- The association status of the bandwidth package.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.