Class BandwidthLimitState
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 BandwidthLimitState : ResourceArgs
Constructors
View SourceBandwidthLimitState()
Declaration
public BandwidthLimitState()
Properties
View SourceInstanceId
The ID of the CEN.
Declaration
public Input<string> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Limit
The bandwidth configured for the interconnected regions communication.
Declaration
public Input<int> Limit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RegionIds
List of the two regions to interconnect. Must be two different regions.
Declaration
public InputList<string> RegionIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |