ExpressRouteCrossConnection Interface

Implements

public interface ExpressRouteCrossConnection
extends GroupableResource<NetworkManager,ExpressRouteCrossConnectionInner>, Refreshable<ExpressRouteCrossConnection>, Updatable<Update>, UpdatableWithTags<ExpressRouteCrossConnection>

Entry point for Express Route Cross Connection management API in Azure.

Method Summary

Modifier and Type Method and Description
abstract int bandwidthInMbps()
abstract ExpressRouteCircuitReference expressRouteCircuit()
abstract String peeringLocation()
abstract ExpressRouteCrossConnectionPeerings peerings()
abstract Map<String,ExpressRouteCrossConnectionPeering> peeringsMap()
abstract String primaryAzurePort()
abstract String provisioningState()
abstract String secondaryAzurePort()
abstract String serviceProviderNotes()
abstract ServiceProviderProvisioningState serviceProviderProvisioningState()
abstract Integer stag()

Method Details

bandwidthInMbps

public abstract int bandwidthInMbps()

Returns:

the circuit bandwidth In Mbps

expressRouteCircuit

public abstract ExpressRouteCircuitReference expressRouteCircuit()

Returns:

the ExpressRouteCircuit

peeringLocation

public abstract String peeringLocation()

Returns:

the peering location of the ExpressRoute circuit

peerings

public abstract ExpressRouteCrossConnectionPeerings peerings()

Returns:

entry point to manage express route peerings associated with express route circuit

peeringsMap

public abstract Map peeringsMap()

Returns:

the peerings associated with this express route cross connection, indexed by name

primaryAzurePort

public abstract String primaryAzurePort()

Returns:

the name of the primary port

provisioningState

public abstract String provisioningState()

Returns:

the provisioning state of the express route cross connection resource

secondaryAzurePort

public abstract String secondaryAzurePort()

Returns:

the name of the secondary port

serviceProviderNotes

public abstract String serviceProviderNotes()

Returns:

additional read only notes set by the connectivity provider

serviceProviderProvisioningState

public abstract ServiceProviderProvisioningState serviceProviderProvisioningState()

Returns:

the provisioning state of the circuit in the connectivity provider system

stag

public abstract Integer stag()

Returns:

the identifier of the circuit traffic

Applies to