ExpressRouteCrossConnectionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. network. fluent. models. ExpressRouteCrossConnectionInner
- com.
- com.
- com.
public final class ExpressRouteCrossConnectionInner
extends Resource
ExpressRouteCrossConnection resource.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteCrossConnectionInner() |
Creates an instance of Express |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
bandwidthInMbps()
Get the bandwidth |
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
Express |
expressRouteCircuit()
Get the express |
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
String |
id()
Get the id property: Resource ID. |
String |
name()
Get the name property: The name of the resource. |
String |
peeringLocation()
Get the peering |
List<Express |
peerings()
Get the peerings property: The list of peerings. |
String |
primaryAzurePort()
Get the primary |
Provisioning |
provisioningState()
Get the provisioning |
String |
secondaryAzurePort()
Get the secondary |
String |
serviceProviderNotes()
Get the service |
Service |
serviceProviderProvisioningState()
Get the service |
Integer |
stag()
Get the stag property: The identifier of the circuit traffic. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Express |
withExpressRouteCircuit(ExpressRouteCircuitReference expressRouteCircuit)
Set the express |
Express |
withId(String id)
Set the id property: Resource ID. |
Express |
withLocation(String location) |
Express |
withPeerings(List<ExpressRouteCrossConnectionPeeringInner> peerings)
Set the peerings property: The list of peerings. |
Express |
withServiceProviderNotes(String serviceProviderNotes)
Set the service |
Express |
withServiceProviderProvisioningState(ServiceProviderProvisioningState serviceProviderProvisioningState)
Set the service |
Express |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteCrossConnectionInner
public ExpressRouteCrossConnectionInner()
Creates an instance of ExpressRouteCrossConnectionInner class.
Method Details
bandwidthInMbps
public Integer bandwidthInMbps()
Get the bandwidthInMbps property: The circuit bandwidth In Mbps.
Returns:
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
expressRouteCircuit
public ExpressRouteCircuitReference expressRouteCircuit()
Get the expressRouteCircuit property: The ExpressRouteCircuit.
Returns:
fromJson
public static ExpressRouteCrossConnectionInner fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteCrossConnectionInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource ID.
Overrides:
ExpressRouteCrossConnectionInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ExpressRouteCrossConnectionInner.name()Returns:
peeringLocation
public String peeringLocation()
Get the peeringLocation property: The peering location of the ExpressRoute circuit.
Returns:
peerings
public List
Get the peerings property: The list of peerings.
Returns:
primaryAzurePort
public String primaryAzurePort()
Get the primaryAzurePort property: The name of the primary port.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the express route cross connection resource.
Returns:
secondaryAzurePort
public String secondaryAzurePort()
Get the secondaryAzurePort property: The name of the secondary port.
Returns:
serviceProviderNotes
public String serviceProviderNotes()
Get the serviceProviderNotes property: Additional read only notes set by the connectivity provider.
Returns:
serviceProviderProvisioningState
public ServiceProviderProvisioningState serviceProviderProvisioningState()
Get the serviceProviderProvisioningState property: The provisioning state of the circuit in the connectivity provider system.
Returns:
stag
public Integer stag()
Get the stag property: The identifier of the circuit traffic.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ExpressRouteCrossConnectionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ExpressRouteCrossConnectionInner.type()Returns:
validate
public void validate()
Validates the instance.
withExpressRouteCircuit
public ExpressRouteCrossConnectionInner withExpressRouteCircuit(ExpressRouteCircuitReference expressRouteCircuit)
Set the expressRouteCircuit property: The ExpressRouteCircuit.
Parameters:
Returns:
withId
public ExpressRouteCrossConnectionInner withId(String id)
Set the id property: Resource ID.
Parameters:
Returns:
withLocation
public ExpressRouteCrossConnectionInner withLocation(String location)
Overrides:
ExpressRouteCrossConnectionInner.withLocation(String location)Parameters:
withPeerings
public ExpressRouteCrossConnectionInner withPeerings(List
Set the peerings property: The list of peerings.
Parameters:
Returns:
withServiceProviderNotes
public ExpressRouteCrossConnectionInner withServiceProviderNotes(String serviceProviderNotes)
Set the serviceProviderNotes property: Additional read only notes set by the connectivity provider.
Parameters:
Returns:
withServiceProviderProvisioningState
public ExpressRouteCrossConnectionInner withServiceProviderProvisioningState(ServiceProviderProvisioningState serviceProviderProvisioningState)
Set the serviceProviderProvisioningState property: The provisioning state of the circuit in the connectivity provider system.
Parameters:
Returns:
withTags
public ExpressRouteCrossConnectionInner withTags(Map
Overrides:
ExpressRouteCrossConnectionInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java