BandwidthPackage

class BandwidthPackage : KotlinCustomResource

Import

CEN bandwidth package can be imported using the id, e.g.

$ pulumi import alicloud:cen/bandwidthPackage:BandwidthPackage example cenbwp-abc123456

Properties

Link copied to clipboard
val bandwidth: Output<Int>

The bandwidth in Mbps of the bandwidth package. Cannot be less than 2Mbps.

Link copied to clipboard

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.

Link copied to clipboard
val chargeType: Output<String>

Field charge_type has been deprecated from version 1.97.0. Use payment_type and instead.

Link copied to clipboard
val description: Output<String>?

The description of the bandwidth package. Default to null.

Link copied to clipboard
val expiredTime: Output<String>

The time of the bandwidth package to expire.

Link copied to clipboard

The area A to which the network instance belongs. Valid values: China | North-America | Asia-Pacific | Europe | Australia.

Link copied to clipboard

The area B to which the network instance belongs. Valid values: China | North-America | Asia-Pacific | Europe | Australia.

Link copied to clipboard

Field geographic_region_ids has been deprecated from version 1.97.0. Use geographic_region_a_id and geographic_region_b_id instead.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

Field name has been deprecated from version 1.97.0. Use cen_bandwidth_package_name and instead.

Link copied to clipboard
val paymentType: Output<String>

The billing method. Valid value: PostPaid | PrePaid. Default to PrePaid. If set to PrePaid, the bandwidth package can't be deleted before expired time.

Link copied to clipboard
val period: Output<Int>?

The purchase period in month. Valid value: 1, 2, 3, 6, 12.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

The association status of the bandwidth package.

Link copied to clipboard
val urn: Output<String>