Compartir a través de


ExpressRouteCircuitPeering Interface

Implements

public interface ExpressRouteCircuitPeering
extends IndependentChild<NetworkManager>, HasInnerModel<ExpressRouteCircuitPeeringInner>, Refreshable<ExpressRouteCircuitPeering>, Updatable<Update>

Client-side representation of express route circuit peering object, associated with express route circuit.

Method Summary

Modifier and Type Method and Description
abstract int azureAsn()

Gets the Azure ASN.

abstract Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig()

Gets the IPv6 peering configuration.

abstract String lastModifiedBy()

Gets the provider or the customer last modified the peering.

abstract ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()

Gets the Microsoft peering configuration.

abstract long peerAsn()

Gets the peer ASN.

abstract ExpressRoutePeeringType peeringType()

Gets peering type.

abstract String primaryAzurePort()

Gets the primary port.

abstract String primaryPeerAddressPrefix()

Gets the primary address prefix.

abstract String provisioningState()

Gets the provisioning state of the resource.

abstract String secondaryAzurePort()

Gets the secondary port.

abstract String secondaryPeerAddressPrefix()

Gets the secondary address prefix.

abstract String sharedKey()

Gets the shared key.

abstract ExpressRoutePeeringState state()

Gets the state of peering.

abstract ExpressRouteCircuitStats stats()

Gets peering stats.

abstract int vlanId()

GEts the VLAN ID.

Method Details

azureAsn

public abstract int azureAsn()

Gets the Azure ASN.

Returns:

the Azure ASN

ipv6PeeringConfig

public abstract Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig()

Gets the IPv6 peering configuration.

Returns:

the IPv6 peering configuration

lastModifiedBy

public abstract String lastModifiedBy()

Gets the provider or the customer last modified the peering.

Returns:

whether the provider or the customer last modified the peering

microsoftPeeringConfig

public abstract ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()

Gets the Microsoft peering configuration.

Returns:

The Microsoft peering configuration.

peerAsn

public abstract long peerAsn()

Gets the peer ASN.

Returns:

the peer ASN

peeringType

public abstract ExpressRoutePeeringType peeringType()

Gets peering type.

Returns:

peering type

primaryAzurePort

public abstract String primaryAzurePort()

Gets the primary port.

Returns:

the primary port

primaryPeerAddressPrefix

public abstract String primaryPeerAddressPrefix()

Gets the primary address prefix.

Returns:

the primary address prefix

provisioningState

public abstract String provisioningState()

Gets the provisioning state of the resource.

Returns:

provisioningState

secondaryAzurePort

public abstract String secondaryAzurePort()

Gets the secondary port.

Returns:

the secondary port

secondaryPeerAddressPrefix

public abstract String secondaryPeerAddressPrefix()

Gets the secondary address prefix.

Returns:

the secondary address prefix.

sharedKey

public abstract String sharedKey()

Gets the shared key.

Returns:

the shared key

state

public abstract ExpressRoutePeeringState state()

Gets the state of peering.

Returns:

peering state

stats

public abstract ExpressRouteCircuitStats stats()

Gets peering stats.

Returns:

peering stats

vlanId

public abstract int vlanId()

GEts the VLAN ID.

Returns:

the VLAN ID

Applies to