PeerExpressRouteCircuitConnectionInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. models. SubResourceModel - com.
azure. resourcemanager. network. fluent. models. PeerExpressRouteCircuitConnectionInner
- com.
- com.
- com.
public final class PeerExpressRouteCircuitConnectionInner
extends SubResourceModel
Peer Express Route Circuit Connection in an ExpressRouteCircuitPeering resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
addressPrefix()
Get the address |
| String |
authResourceGuid()
Get the auth |
|
Circuit |
circuitConnectionStatus()
Get the circuit |
| String |
connectionName()
Get the connection |
| String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
|
Sub |
expressRouteCircuitPeering()
Get the express |
|
static
Peer |
fromJson(JsonReader jsonReader)
Reads an instance of Peer |
|
Sub |
peerExpressRouteCircuitPeering()
Get the peer |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Resource type. |
| void |
validate()
Validates the instance. |
Methods inherited from SubResource
Methods inherited from SubResourceModel
Methods inherited from java.lang.Object
Method Details
addressPrefix
public String addressPrefix()
Get the addressPrefix property: /29 IP address space to carve out Customer addresses for tunnels.
Returns:
authResourceGuid
public String authResourceGuid()
Get the authResourceGuid property: The resource guid of the authorization used for the express route circuit connection.
Returns:
circuitConnectionStatus
public CircuitConnectionStatus circuitConnectionStatus()
Get the circuitConnectionStatus property: Express Route Circuit connection state.
Returns:
connectionName
public String connectionName()
Get the connectionName property: The name of the express route circuit connection resource.
Returns:
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
expressRouteCircuitPeering
public SubResource expressRouteCircuitPeering()
Get the expressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the circuit.
Returns:
fromJson
public static PeerExpressRouteCircuitConnectionInner fromJson(JsonReader jsonReader)
Reads an instance of PeerExpressRouteCircuitConnectionInner from the JsonReader.
Parameters:
Returns:
Throws:
peerExpressRouteCircuitPeering
public SubResource peerExpressRouteCircuitPeering()
Get the peerExpressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the peered circuit.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the peer express route circuit connection resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
PeerExpressRouteCircuitConnectionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Resource type.
Overrides:
PeerExpressRouteCircuitConnectionInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
PeerExpressRouteCircuitConnectionInner.validate()