@Beta(value=V1_3_0) public interface NetworkPeering extends IndependentChild<com.microsoft.azure.management.network.implementation.NetworkManager>, HasInner<com.microsoft.azure.management.network.implementation.VirtualNetworkPeeringInner>, Refreshable<NetworkPeering>, Updatable<NetworkPeering.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
NetworkPeering.Definition
The entirety of the network peering definition.
|
static interface |
NetworkPeering.DefinitionStages
Grouping of all the network peering definition stages.
|
static interface |
NetworkPeering.Update
The template for a network peering update operation, containing all the settings that
can be modified.
|
static interface |
NetworkPeering.UpdateStages
Grouping of all the network peering update stages.
|
Modifier and Type | Method and Description |
---|---|
boolean |
checkAccessBetweenNetworks() |
NetworkPeeringGatewayUse |
gatewayUse() |
Network |
getRemoteNetwork() |
rx.Observable<Network> |
getRemoteNetworkAsync()
Gets the remote network associated with this peering asynchronously.
|
NetworkPeering |
getRemotePeering() |
rx.Observable<NetworkPeering> |
getRemotePeeringAsync()
Gets the associated matching peering on the remote network if it is in the same subscription.
|
boolean |
isSameSubscription() |
boolean |
isTrafficForwardingFromRemoteNetworkAllowed() |
String |
networkId() |
List<String> |
remoteAddressSpaces() |
String |
remoteNetworkId() |
VirtualNetworkPeeringState |
state() |
name
id
key
resourceGroupName
manager
inner
refresh, refreshAsync
String networkId()
@Beta(value=V1_10_0) List<String> remoteAddressSpaces()
boolean checkAccessBetweenNetworks()
(Note this method makes a separate call to Azure.)
String remoteNetworkId()
Network getRemoteNetwork()
rx.Observable<Network> getRemoteNetworkAsync()
NetworkPeering getRemotePeering()
rx.Observable<NetworkPeering> getRemotePeeringAsync()
VirtualNetworkPeeringState state()
NetworkPeeringGatewayUse gatewayUse()
boolean isTrafficForwardingFromRemoteNetworkAllowed()
boolean isSameSubscription()
Copyright © 2019. All rights reserved.