Class GetExpressRouteCircuitPeeringResult
Inheritance
System.Object
GetExpressRouteCircuitPeeringResult
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.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetExpressRouteCircuitPeeringResult
Fields
View SourceAzureAsn
The Either a 16-bit or a 32-bit ASN for Azure.
Declaration
public readonly int AzureAsn
Field Value
| Type | Description |
|---|---|
| System.Int32 |
PeerAsn
The Either a 16-bit or a 32-bit ASN. Can either be public or private.
Declaration
public readonly int PeerAsn
Field Value
| Type | Description |
|---|---|
| System.Int32 |
PeeringType
The type of the ExpressRoute Circuit Peering. Acceptable values include AzurePrivatePeering, AzurePublicPeering and MicrosoftPeering. Changing this forces a new resource to be created.
Declaration
public readonly string PeeringType
Field Value
| Type | Description |
|---|---|
| System.String |
PrimaryPeerAddressPrefix
A /30 subnet for the primary link.
Declaration
public readonly string PrimaryPeerAddressPrefix
Field Value
| Type | Description |
|---|---|
| System.String |
SecondaryPeerAddressPrefix
A /30 subnet for the secondary link.
Declaration
public readonly string SecondaryPeerAddressPrefix
Field Value
| Type | Description |
|---|---|
| System.String |
SharedKey
The shared key. Can be a maximum of 25 characters.
Declaration
public readonly string SharedKey
Field Value
| Type | Description |
|---|---|
| System.String |
VlanId
A valid VLAN ID to establish this peering on.
Declaration
public readonly int VlanId
Field Value
| Type | Description |
|---|---|
| System.Int32 |