public class PeerExpressRouteCircuitConnectionInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
PeerExpressRouteCircuitConnectionInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
addressPrefix()
Get the addressPrefix property: /29 IP address space to carve out Customer addresses for tunnels.
|
String |
authResourceGuid()
Get the authResourceGuid property: The resource guid of the authorization used for the express route circuit
connection.
|
CircuitConnectionStatus |
circuitConnectionStatus()
Get the circuitConnectionStatus property: Express Route Circuit connection state.
|
String |
connectionName()
Get the connectionName property: The name of the express route circuit connection resource.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
com.azure.core.management.SubResource |
expressRouteCircuitPeering()
Get the expressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the
circuit.
|
String |
name()
Get the name property: The name of the resource that is unique within a resource group.
|
com.azure.core.management.SubResource |
peerExpressRouteCircuitPeering()
Get the peerExpressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of
the peered circuit.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the peer express route circuit connection resource.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
PeerExpressRouteCircuitConnectionInner |
withAddressPrefix(String addressPrefix)
Set the addressPrefix property: /29 IP address space to carve out Customer addresses for tunnels.
|
PeerExpressRouteCircuitConnectionInner |
withAuthResourceGuid(String authResourceGuid)
Set the authResourceGuid property: The resource guid of the authorization used for the express route circuit
connection.
|
PeerExpressRouteCircuitConnectionInner |
withConnectionName(String connectionName)
Set the connectionName property: The name of the express route circuit connection resource.
|
PeerExpressRouteCircuitConnectionInner |
withExpressRouteCircuitPeering(com.azure.core.management.SubResource expressRouteCircuitPeering)
Set the expressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the
circuit.
|
PeerExpressRouteCircuitConnectionInner |
withId(String id) |
PeerExpressRouteCircuitConnectionInner |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
PeerExpressRouteCircuitConnectionInner |
withPeerExpressRouteCircuitPeering(com.azure.core.management.SubResource peerExpressRouteCircuitPeering)
Set the peerExpressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of
the peered circuit.
|
public PeerExpressRouteCircuitConnectionInner()
public String name()
public PeerExpressRouteCircuitConnectionInner withName(String name)
name - the name value to set.public String etag()
public String type()
public com.azure.core.management.SubResource expressRouteCircuitPeering()
public PeerExpressRouteCircuitConnectionInner withExpressRouteCircuitPeering(com.azure.core.management.SubResource expressRouteCircuitPeering)
expressRouteCircuitPeering - the expressRouteCircuitPeering value to set.public com.azure.core.management.SubResource peerExpressRouteCircuitPeering()
public PeerExpressRouteCircuitConnectionInner withPeerExpressRouteCircuitPeering(com.azure.core.management.SubResource peerExpressRouteCircuitPeering)
peerExpressRouteCircuitPeering - the peerExpressRouteCircuitPeering value to set.public String addressPrefix()
public PeerExpressRouteCircuitConnectionInner withAddressPrefix(String addressPrefix)
addressPrefix - the addressPrefix value to set.public CircuitConnectionStatus circuitConnectionStatus()
public String connectionName()
public PeerExpressRouteCircuitConnectionInner withConnectionName(String connectionName)
connectionName - the connectionName value to set.public String authResourceGuid()
public PeerExpressRouteCircuitConnectionInner withAuthResourceGuid(String authResourceGuid)
authResourceGuid - the authResourceGuid value to set.public ProvisioningState provisioningState()
public PeerExpressRouteCircuitConnectionInner withId(String id)
withId in class com.azure.core.management.SubResourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.