Class BandwidthPackageArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Cen
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class BandwidthPackageArgs : ResourceArgs
Constructors
View SourceBandwidthPackageArgs()
Declaration
public BandwidthPackageArgs()
Properties
View SourceBandwidth
The bandwidth in Mbps of the bandwidth package. Cannot be less than 2Mbps.
Declaration
public Input<int> Bandwidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ChargeType
The billing method. Valid value: PostPaid | PrePaid. Default to PostPaid. If set to PrePaid, the bandwidth package can't be deleted before expired time.
Declaration
public Input<string> ChargeType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The description of the bandwidth package. Default to null.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GeographicRegionIds
List of the two areas to connect. Valid value: China | North-America | Asia-Pacific | Europe | Middle-East.
Declaration
public InputList<string> GeographicRegionIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
The name of the bandwidth package. Defaults to null.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Period
The purchase period in month. Valid value: 1, 2, 3, 6, 12. Default to 1.
Declaration
public Input<int> Period { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |