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
This property is required. string - The unique name of the resource.
- args
This property is required. BandwidthPackageArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. 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
This property is required. string - The unique name of the resource.
- args
This property is required. BandwidthPackageArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. BandwidthPackageArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. 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
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
This property is required. 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 Changes to this property will trigger replacement.
- 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 AId Changes to this property will trigger replacement.
- The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - Geographic
Region BId Changes to this property will trigger replacement.
- The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - Geographic
Region Ids Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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
This property is required. 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 Changes to this property will trigger replacement.
- 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 AId Changes to this property will trigger replacement.
- The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - Geographic
Region BId Changes to this property will trigger replacement.
- The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - Geographic
Region Ids Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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
This property is required. 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 Changes to this property will trigger replacement.
- 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 AId Changes to this property will trigger replacement.
- The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region BId Changes to this property will trigger replacement.
- The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region Ids Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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
This property is required. 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 Changes to this property will trigger replacement.
- 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 AId Changes to this property will trigger replacement.
- The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region BId Changes to this property will trigger replacement.
- The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region Ids Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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
This property is required. 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 Changes to this property will trigger replacement.
- 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_ a_ id Changes to this property will trigger replacement.
- The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic_
region_ b_ id Changes to this property will trigger replacement.
- The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic_
region_ ids Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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
This property is required. 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 Changes to this property will trigger replacement.
- 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 AId Changes to this property will trigger replacement.
- The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region BId Changes to this property will trigger replacement.
- The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region Ids Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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)
resources: _: type: alicloud:cen:BandwidthPackage get: id: ${id}
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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 Changes to this property will trigger replacement.
- 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 AId Changes to this property will trigger replacement.
- The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - Geographic
Region BId Changes to this property will trigger replacement.
- The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - Geographic
Region Ids Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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 AId Changes to this property will trigger replacement.
- The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - Geographic
Region BId Changes to this property will trigger replacement.
- The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - Geographic
Region Ids Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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 AId Changes to this property will trigger replacement.
- The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region BId Changes to this property will trigger replacement.
- The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region Ids Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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 AId Changes to this property will trigger replacement.
- The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region BId Changes to this property will trigger replacement.
- The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region Ids Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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_ a_ id Changes to this property will trigger replacement.
- The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic_
region_ b_ id Changes to this property will trigger replacement.
- The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic_
region_ ids Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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 AId Changes to this property will trigger replacement.
- The area A to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region BId Changes to this property will trigger replacement.
- The area B to which the network instance belongs. Valid values:
China
|North-America
|Asia-Pacific
|Europe
|Australia
. - geographic
Region Ids Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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.