Sdílet prostřednictvím


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

Gets the circuit bandwidth In Mbps.

abstract ExpressRouteCircuitReference expressRouteCircuit()

Gets the express route circuit.

abstract String peeringLocation()

Gets the peering location of the ExpressRoute circuit.

abstract ExpressRouteCrossConnectionPeerings peerings()

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

abstract Map<String,ExpressRouteCrossConnectionPeering> peeringsMap()

Gets the peerings associated with this express route cross connection.

abstract String primaryAzurePort()

Gets the name of the primary port.

abstract String provisioningState()

Gets the provisioning state of the express route cross connection resource.

abstract String secondaryAzurePort()

Gets the name of the secondary port.

abstract String serviceProviderNotes()

Gets additional read only notes set by the connectivity provider.

abstract ServiceProviderProvisioningState serviceProviderProvisioningState()

Gets the provisioning state of the circuit in the connectivity provider system.

abstract Integer stag()

Gets the identifier of the circuit traffic.

Method Details

bandwidthInMbps

public abstract int bandwidthInMbps()

Gets the circuit bandwidth In Mbps.

Returns:

the circuit bandwidth In Mbps

expressRouteCircuit

public abstract ExpressRouteCircuitReference expressRouteCircuit()

Gets the express route circuit.

Returns:

the ExpressRouteCircuit

peeringLocation

public abstract String peeringLocation()

Gets the peering location of the ExpressRoute circuit.

Returns:

the peering location of the ExpressRoute circuit

peerings

public abstract ExpressRouteCrossConnectionPeerings peerings()

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

Returns:

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

peeringsMap

public abstract Map peeringsMap()

Gets the peerings associated with this express route cross connection.

Returns:

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

primaryAzurePort

public abstract String primaryAzurePort()

Gets the name of the primary port.

Returns:

the name of the primary port

provisioningState

public abstract String provisioningState()

Gets the provisioning state of the express route cross connection resource.

Returns:

the provisioning state of the express route cross connection resource

secondaryAzurePort

public abstract String secondaryAzurePort()

Gets the name of the secondary port.

Returns:

the name of the secondary port

serviceProviderNotes

public abstract String serviceProviderNotes()

Gets additional read only notes set by the connectivity provider.

Returns:

additional read only notes set by the connectivity provider

serviceProviderProvisioningState

public abstract ServiceProviderProvisioningState serviceProviderProvisioningState()

Gets the provisioning state of the circuit in the connectivity provider system.

Returns:

the provisioning state of the circuit in the connectivity provider system

stag

public abstract Integer stag()

Gets the identifier of the circuit traffic.

Returns:

the identifier of the circuit traffic

Applies to