Compartir a través de


ExpressRouteCrossConnectionPeering Interface

Implements

public interface ExpressRouteCrossConnectionPeering
extends IndependentChild<NetworkManager>, HasInnerModel<ExpressRouteCrossConnectionPeeringInner>, Refreshable<ExpressRouteCrossConnectionPeering>, Updatable<Update>

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

Method Summary

Modifier and Type Method and Description
abstract int azureAsn()

Gets the Azure ASN.

abstract String gatewayManagerEtag()

Gets the GatewayManager Etag.

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 the 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 public IP 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 peering state.

abstract int vlanId()

Gets the VLAN ID.

Method Details

azureAsn

public abstract int azureAsn()

Gets the Azure ASN.

Returns:

the Azure ASN

gatewayManagerEtag

public abstract String gatewayManagerEtag()

Gets the GatewayManager Etag.

Returns:

the GatewayManager Etag

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 the peering type.

Returns:

the 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 public IP resource.

Returns:

the provisioning state of the public IP resource

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 peering state.

Returns:

the peering state

vlanId

public abstract int vlanId()

Gets the VLAN ID.

Returns:

the VLAN ID

Applies to