public class ExpressRouteCircuitConnectionInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ExpressRouteCircuitConnectionInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
addressPrefix()
Get the addressPrefix property: /29 IP address space to carve out Customer addresses for tunnels.
|
String |
authorizationKey()
Get the authorizationKey property: The authorization key.
|
CircuitConnectionStatus |
circuitConnectionStatus()
Get the circuitConnectionStatus property: Express Route Circuit connection state.
|
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 initiating connection.
|
Ipv6CircuitConnectionConfig |
ipv6CircuitConnectionConfig()
Get the ipv6CircuitConnectionConfig property: IPv6 Address PrefixProperties of the express route circuit
connection.
|
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 express route circuit connection resource.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
ExpressRouteCircuitConnectionInner |
withAddressPrefix(String addressPrefix)
Set the addressPrefix property: /29 IP address space to carve out Customer addresses for tunnels.
|
ExpressRouteCircuitConnectionInner |
withAuthorizationKey(String authorizationKey)
Set the authorizationKey property: The authorization key.
|
ExpressRouteCircuitConnectionInner |
withExpressRouteCircuitPeering(com.azure.core.management.SubResource expressRouteCircuitPeering)
Set the expressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the
circuit initiating connection.
|
ExpressRouteCircuitConnectionInner |
withIpv6CircuitConnectionConfig(Ipv6CircuitConnectionConfig ipv6CircuitConnectionConfig)
Set the ipv6CircuitConnectionConfig property: IPv6 Address PrefixProperties of the express route circuit
connection.
|
ExpressRouteCircuitConnectionInner |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
ExpressRouteCircuitConnectionInner |
withPeerExpressRouteCircuitPeering(com.azure.core.management.SubResource peerExpressRouteCircuitPeering)
Set the peerExpressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of
the peered circuit.
|
public String name()
public ExpressRouteCircuitConnectionInner withName(String name)
name - the name value to set.public String etag()
public String type()
public com.azure.core.management.SubResource expressRouteCircuitPeering()
public ExpressRouteCircuitConnectionInner withExpressRouteCircuitPeering(com.azure.core.management.SubResource expressRouteCircuitPeering)
expressRouteCircuitPeering - the expressRouteCircuitPeering value to set.public com.azure.core.management.SubResource peerExpressRouteCircuitPeering()
public ExpressRouteCircuitConnectionInner withPeerExpressRouteCircuitPeering(com.azure.core.management.SubResource peerExpressRouteCircuitPeering)
peerExpressRouteCircuitPeering - the peerExpressRouteCircuitPeering value to set.public String addressPrefix()
public ExpressRouteCircuitConnectionInner withAddressPrefix(String addressPrefix)
addressPrefix - the addressPrefix value to set.public String authorizationKey()
public ExpressRouteCircuitConnectionInner withAuthorizationKey(String authorizationKey)
authorizationKey - the authorizationKey value to set.public Ipv6CircuitConnectionConfig ipv6CircuitConnectionConfig()
public ExpressRouteCircuitConnectionInner withIpv6CircuitConnectionConfig(Ipv6CircuitConnectionConfig ipv6CircuitConnectionConfig)
ipv6CircuitConnectionConfig - the ipv6CircuitConnectionConfig value to set.public CircuitConnectionStatus circuitConnectionStatus()
public ProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.