Class PeerExpressRouteCircuitConnectionPropertiesFormat
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.PeerExpressRouteCircuitConnectionPropertiesFormat
-
public final class PeerExpressRouteCircuitConnectionPropertiesFormat extends Object
Properties of the peer express route circuit connection.
-
-
Constructor Summary
Constructors Constructor Description PeerExpressRouteCircuitConnectionPropertiesFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaddressPrefix()Get the addressPrefix property: /29 IP address space to carve out Customer addresses for tunnels.StringauthResourceGuid()Get the authResourceGuid property: The resource guid of the authorization used for the express route circuit connection.CircuitConnectionStatuscircuitConnectionStatus()Get the circuitConnectionStatus property: Express Route Circuit connection state.StringconnectionName()Get the connectionName property: The name of the express route circuit connection resource.com.azure.core.management.SubResourceexpressRouteCircuitPeering()Get the expressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the circuit.com.azure.core.management.SubResourcepeerExpressRouteCircuitPeering()Get the peerExpressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the peered circuit.ProvisioningStateprovisioningState()Get the provisioningState property: The provisioning state of the peer express route circuit connection resource.voidvalidate()Validates the instance.PeerExpressRouteCircuitConnectionPropertiesFormatwithAddressPrefix(String addressPrefix)Set the addressPrefix property: /29 IP address space to carve out Customer addresses for tunnels.PeerExpressRouteCircuitConnectionPropertiesFormatwithAuthResourceGuid(String authResourceGuid)Set the authResourceGuid property: The resource guid of the authorization used for the express route circuit connection.PeerExpressRouteCircuitConnectionPropertiesFormatwithConnectionName(String connectionName)Set the connectionName property: The name of the express route circuit connection resource.PeerExpressRouteCircuitConnectionPropertiesFormatwithExpressRouteCircuitPeering(com.azure.core.management.SubResource expressRouteCircuitPeering)Set the expressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the circuit.PeerExpressRouteCircuitConnectionPropertiesFormatwithPeerExpressRouteCircuitPeering(com.azure.core.management.SubResource peerExpressRouteCircuitPeering)Set the peerExpressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the peered circuit.
-
-
-
Method Detail
-
expressRouteCircuitPeering
public com.azure.core.management.SubResource expressRouteCircuitPeering()
Get the expressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the circuit.- Returns:
- the expressRouteCircuitPeering value.
-
withExpressRouteCircuitPeering
public PeerExpressRouteCircuitConnectionPropertiesFormat withExpressRouteCircuitPeering(com.azure.core.management.SubResource expressRouteCircuitPeering)
Set the expressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the circuit.- Parameters:
expressRouteCircuitPeering- the expressRouteCircuitPeering value to set.- Returns:
- the PeerExpressRouteCircuitConnectionPropertiesFormat object itself.
-
peerExpressRouteCircuitPeering
public com.azure.core.management.SubResource peerExpressRouteCircuitPeering()
Get the peerExpressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the peered circuit.- Returns:
- the peerExpressRouteCircuitPeering value.
-
withPeerExpressRouteCircuitPeering
public PeerExpressRouteCircuitConnectionPropertiesFormat withPeerExpressRouteCircuitPeering(com.azure.core.management.SubResource peerExpressRouteCircuitPeering)
Set the peerExpressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the peered circuit.- Parameters:
peerExpressRouteCircuitPeering- the peerExpressRouteCircuitPeering value to set.- Returns:
- the PeerExpressRouteCircuitConnectionPropertiesFormat object itself.
-
addressPrefix
public String addressPrefix()
Get the addressPrefix property: /29 IP address space to carve out Customer addresses for tunnels.- Returns:
- the addressPrefix value.
-
withAddressPrefix
public PeerExpressRouteCircuitConnectionPropertiesFormat withAddressPrefix(String addressPrefix)
Set the addressPrefix property: /29 IP address space to carve out Customer addresses for tunnels.- Parameters:
addressPrefix- the addressPrefix value to set.- Returns:
- the PeerExpressRouteCircuitConnectionPropertiesFormat object itself.
-
circuitConnectionStatus
public CircuitConnectionStatus circuitConnectionStatus()
Get the circuitConnectionStatus property: Express Route Circuit connection state.- Returns:
- the circuitConnectionStatus value.
-
connectionName
public String connectionName()
Get the connectionName property: The name of the express route circuit connection resource.- Returns:
- the connectionName value.
-
withConnectionName
public PeerExpressRouteCircuitConnectionPropertiesFormat withConnectionName(String connectionName)
Set the connectionName property: The name of the express route circuit connection resource.- Parameters:
connectionName- the connectionName value to set.- Returns:
- the PeerExpressRouteCircuitConnectionPropertiesFormat object itself.
-
authResourceGuid
public String authResourceGuid()
Get the authResourceGuid property: The resource guid of the authorization used for the express route circuit connection.- Returns:
- the authResourceGuid value.
-
withAuthResourceGuid
public PeerExpressRouteCircuitConnectionPropertiesFormat withAuthResourceGuid(String authResourceGuid)
Set the authResourceGuid property: The resource guid of the authorization used for the express route circuit connection.- Parameters:
authResourceGuid- the authResourceGuid value to set.- Returns:
- the PeerExpressRouteCircuitConnectionPropertiesFormat object itself.
-
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the peer express route circuit connection resource.- Returns:
- the provisioningState value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-