Show / Hide Table of Contents

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 Source

AzureAsn

The Either a 16-bit or a 32-bit ASN for Azure.

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

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

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

PrimaryPeerAddressPrefix

A /30 subnet for the primary link.

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

SecondaryPeerAddressPrefix

A /30 subnet for the secondary link.

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

SharedKey

The shared key. Can be a maximum of 25 characters.

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

VlanId

A valid VLAN ID to establish this peering on.

Declaration
public readonly int VlanId
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.