ExpressRouteCrossConnection Interface

Implements

UpdatableWithTags<ExpressRouteCrossConnection> GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.ExpressRouteCrossConnectionInner> Refreshable<ExpressRouteCrossConnection> Updatable<Update>

public interface ExpressRouteCrossConnection
extends GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.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 java.lang.String peeringLocation()
abstract ExpressRouteCrossConnectionPeerings peerings()
abstract java.util.Map<java.lang.String,ExpressRouteCrossConnectionPeering> peeringsMap()
abstract java.lang.String primaryAzurePort()
abstract ProvisioningState provisioningState()
abstract java.lang.Integer sTag()
abstract java.lang.String secondaryAzurePort()
abstract java.lang.String serviceProviderNotes()
abstract ServiceProviderProvisioningState serviceProviderProvisioningState()

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 ProvisioningState provisioningState()

Returns:

the provisioning state of the express route cross connection resource

sTag

public abstract Integer sTag()

Returns:

the identifier of the circuit traffic

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

Applies to