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
Express |
expressRouteCircuit()
Gets the express route circuit. |
abstract String |
peeringLocation()
Gets the peering location of the Express |
abstract
Express |
peerings()
Gets entry point to manage express route peerings associated with express route circuit. |
abstract
Map<String,Express |
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
Service |
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:
expressRouteCircuit
public abstract ExpressRouteCircuitReference expressRouteCircuit()
Gets the express route circuit.
Returns:
peeringLocation
public abstract String peeringLocation()
Gets the peering location of the ExpressRoute circuit.
Returns:
peerings
public abstract ExpressRouteCrossConnectionPeerings peerings()
Gets entry point to manage express route peerings associated with express route circuit.
Returns:
peeringsMap
public abstract Map
Gets the peerings associated with this express route cross connection.
Returns:
primaryAzurePort
public abstract String primaryAzurePort()
Gets the name of the primary port.
Returns:
provisioningState
public abstract String provisioningState()
Gets the provisioning state of the express route cross connection resource.
Returns:
secondaryAzurePort
public abstract String secondaryAzurePort()
Gets the name of the secondary port.
Returns:
serviceProviderNotes
public abstract String serviceProviderNotes()
Gets additional read only notes set by the connectivity provider.
Returns:
serviceProviderProvisioningState
public abstract ServiceProviderProvisioningState serviceProviderProvisioningState()
Gets the provisioning state of the circuit in the connectivity provider system.
Returns:
stag
public abstract Integer stag()
Gets the identifier of the circuit traffic.
Returns:
Applies to
Azure SDK for Java