Get Circuit Peering Result
data class GetCircuitPeeringResult(val azureAsn: Int, val expressRouteCircuitName: String, val gatewayManagerEtag: String, val id: String, val ipv4Enabled: Boolean, val peerAsn: Int, val peeringType: String, val primaryAzurePort: String, val primaryPeerAddressPrefix: String, val resourceGroupName: String, val routeFilterId: String, val secondaryAzurePort: String, val secondaryPeerAddressPrefix: String, val sharedKey: String, val vlanId: Int)
A collection of values returned by getCircuitPeering.
Constructors
Link copied to clipboard
constructor(azureAsn: Int, expressRouteCircuitName: String, gatewayManagerEtag: String, id: String, ipv4Enabled: Boolean, peerAsn: Int, peeringType: String, primaryAzurePort: String, primaryPeerAddressPrefix: String, resourceGroupName: String, routeFilterId: String, secondaryAzurePort: String, secondaryPeerAddressPrefix: String, sharedKey: String, vlanId: Int)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Indicates if IPv4 is enabled.
Link copied to clipboard
The type of the ExpressRoute Circuit Peering.
Link copied to clipboard
The primary port used by Azure for this peering.
Link copied to clipboard
The primary peer address prefix.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The secondary port used by Azure for this peering.
Link copied to clipboard
The secondary peer address prefix.