public class ExpressRouteCrossConnectionInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
ExpressRouteCrossConnectionInner() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
bandwidthInMbps()
Get the bandwidthInMbps property: The circuit bandwidth In Mbps.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
ExpressRouteCircuitReference |
expressRouteCircuit()
Get the expressRouteCircuit property: The ExpressRouteCircuit.
|
String |
id()
Get the id property: Resource ID.
|
String |
peeringLocation()
Get the peeringLocation property: The peering location of the ExpressRoute circuit.
|
List<ExpressRouteCrossConnectionPeeringInner> |
peerings()
Get the peerings property: The list of peerings.
|
String |
primaryAzurePort()
Get the primaryAzurePort property: The name of the primary port.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the express route cross connection resource.
|
String |
secondaryAzurePort()
Get the secondaryAzurePort property: The name of the secondary port.
|
String |
serviceProviderNotes()
Get the serviceProviderNotes property: Additional read only notes set by the connectivity provider.
|
ServiceProviderProvisioningState |
serviceProviderProvisioningState()
Get the serviceProviderProvisioningState property: The provisioning state of the circuit in the connectivity
provider system.
|
Integer |
stag()
Get the stag property: The identifier of the circuit traffic.
|
void |
validate()
Validates the instance.
|
ExpressRouteCrossConnectionInner |
withBandwidthInMbps(Integer bandwidthInMbps)
Set the bandwidthInMbps property: The circuit bandwidth In Mbps.
|
ExpressRouteCrossConnectionInner |
withExpressRouteCircuit(ExpressRouteCircuitReference expressRouteCircuit)
Set the expressRouteCircuit property: The ExpressRouteCircuit.
|
ExpressRouteCrossConnectionInner |
withId(String id)
Set the id property: Resource ID.
|
ExpressRouteCrossConnectionInner |
withPeeringLocation(String peeringLocation)
Set the peeringLocation property: The peering location of the ExpressRoute circuit.
|
ExpressRouteCrossConnectionInner |
withPeerings(List<ExpressRouteCrossConnectionPeeringInner> peerings)
Set the peerings property: The list of peerings.
|
ExpressRouteCrossConnectionInner |
withServiceProviderNotes(String serviceProviderNotes)
Set the serviceProviderNotes property: Additional read only notes set by the connectivity provider.
|
ExpressRouteCrossConnectionInner |
withServiceProviderProvisioningState(ServiceProviderProvisioningState serviceProviderProvisioningState)
Set the serviceProviderProvisioningState property: The provisioning state of the circuit in the connectivity
provider system.
|
public String etag()
public String primaryAzurePort()
public String secondaryAzurePort()
public Integer stag()
public String peeringLocation()
public ExpressRouteCrossConnectionInner withPeeringLocation(String peeringLocation)
peeringLocation - the peeringLocation value to set.public Integer bandwidthInMbps()
public ExpressRouteCrossConnectionInner withBandwidthInMbps(Integer bandwidthInMbps)
bandwidthInMbps - the bandwidthInMbps value to set.public ExpressRouteCircuitReference expressRouteCircuit()
public ExpressRouteCrossConnectionInner withExpressRouteCircuit(ExpressRouteCircuitReference expressRouteCircuit)
expressRouteCircuit - the expressRouteCircuit value to set.public ServiceProviderProvisioningState serviceProviderProvisioningState()
public ExpressRouteCrossConnectionInner withServiceProviderProvisioningState(ServiceProviderProvisioningState serviceProviderProvisioningState)
serviceProviderProvisioningState - the serviceProviderProvisioningState value to set.public String serviceProviderNotes()
public ExpressRouteCrossConnectionInner withServiceProviderNotes(String serviceProviderNotes)
serviceProviderNotes - the serviceProviderNotes value to set.public ProvisioningState provisioningState()
public List<ExpressRouteCrossConnectionPeeringInner> peerings()
public ExpressRouteCrossConnectionInner withPeerings(List<ExpressRouteCrossConnectionPeeringInner> peerings)
peerings - the peerings value to set.public String id()
id in class com.azure.core.management.ProxyResourcepublic ExpressRouteCrossConnectionInner withId(String id)
id - the id value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.