Show / Hide Table of Contents

Class BandwidthPackageArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BandwidthPackageArgs
Inherited Members
ResourceArgs.Empty
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 Source

BandwidthPackageArgs()

Declaration
public BandwidthPackageArgs()

Properties

View Source

Bandwidth

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>
View Source

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>
View Source

Description

The description of the bandwidth package. Default to null.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Name

The name of the bandwidth package. Defaults to null.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.