VirtualNetworkGateway Interface
public interface VirtualNetworkGateway extends GroupableResource<NetworkManager, VirtualNetworkGatewayInner>,Refreshable,Updatable<VirtualNetworkGateway.Update>
Entry point for Virtual Network Gateway management API in Azure.
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | activeActive() |
Bgp |
bgpSettings() |
Virtual |
connections() |
String | gatewayDefaultSiteResourceId() |
Virtual |
gatewayType() |
Collection<Virtual |
ipConfigurations() |
boolean | isBgpEnabled() |
PagedList<Virtual |
listConnections() |
Observable<Virtual |
listConnectionsAsync()
Get all the connections associated with this virtual network gateway asynchronously. |
void |
reset()
Resets the primary of the virtual network gateway. |
Completable |
resetAsync()
Resets the primary of the virtual network gateway asynchronously. |
Virtual |
sku() |
Vpn |
vpnClientConfiguration() |
Vpn |
vpnType() |
Inherited Members
Method Details
activeActive
public boolean activeActive()
Returns:
bgpSettings
public BgpSettings bgpSettings()
Returns:
connections
public VirtualNetworkGatewayConnections connections()
Returns:
gatewayDefaultSiteResourceId
public String gatewayDefaultSiteResourceId()
Returns:
gatewayType
public VirtualNetworkGatewayType gatewayType()
Returns:
ipConfigurations
public Collection
Returns:
isBgpEnabled
public boolean isBgpEnabled()
Returns:
listConnections
public PagedList
Returns:
listConnectionsAsync
public Observable
Get all the connections associated with this virtual network gateway asynchronously.
Returns:
reset
public void reset()
Resets the primary of the virtual network gateway.
resetAsync
public Completable resetAsync()
Resets the primary of the virtual network gateway asynchronously.
Returns:
sku
public VirtualNetworkGatewaySku sku()
Returns:
vpnClientConfiguration
public VpnClientConfiguration vpnClientConfiguration()
Returns:
vpnType
public VpnType vpnType()
Returns:
Applies to
Azure SDK for Java