Show / Hide Table of Contents

Class GetBandwidthLimitsLimitResult

Inheritance
System.Object
GetBandwidthLimitsLimitResult
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetBandwidthLimitsLimitResult

Fields

View Source

BandwidthLimit

The bandwidth limit configured for the interconnected regions communication.

Declaration
public readonly int BandwidthLimit
Field Value
Type Description
System.Int32
View Source

InstanceId

ID of the CEN instance.

Declaration
public readonly string InstanceId
Field Value
Type Description
System.String
View Source

LocalRegionId

ID of local region.

Declaration
public readonly string LocalRegionId
Field Value
Type Description
System.String
View Source

OppositeRegionId

ID of opposite region.

Declaration
public readonly string OppositeRegionId
Field Value
Type Description
System.String
View Source

Status

Status of the CEN Bandwidth Limit, including "Active" and "Modifying".

Declaration
public readonly string Status
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.