public interface com.microsoft.azure.management.network.VirtualNetworkGateway extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager, com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.network.VirtualNetworkGateway>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<com.microsoft.azure.management.network.VirtualNetworkGateway$Update>, com.microsoft.azure.management.network.model.UpdatableWithTags<com.microsoft.azure.management.network.VirtualNetworkGateway>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.network.VirtualNetworkGateway
  super_class: java.lang.Object
{
  public abstract void reset();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract rx.Completable resetAsync();
    descriptor: ()Lrx/Completable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.PagedList<com.microsoft.azure.management.network.VirtualNetworkGatewayConnection> listConnections();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnection;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract rx.Observable<com.microsoft.azure.management.network.VirtualNetworkGatewayConnection> listConnectionsAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnection;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract java.lang.String generateVpnProfile();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract rx.Observable<java.lang.String> generateVpnProfileAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lrx/Observable<Ljava/lang/String;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.management.network.VirtualNetworkGatewayConnections connections();
    descriptor: ()Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnections;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.network.VirtualNetworkGatewayType gatewayType();
    descriptor: ()Lcom/microsoft/azure/management/network/VirtualNetworkGatewayType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.network.VpnType vpnType();
    descriptor: ()Lcom/microsoft/azure/management/network/VpnType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isBgpEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean activeActive();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String gatewayDefaultSiteResourceId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.network.VirtualNetworkGatewaySku sku();
    descriptor: ()Lcom/microsoft/azure/management/network/VirtualNetworkGatewaySku;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.network.VpnClientConfiguration vpnClientConfiguration();
    descriptor: ()Lcom/microsoft/azure/management/network/VpnClientConfiguration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.network.BgpSettings bgpSettings();
    descriptor: ()Lcom/microsoft/azure/management/network/BgpSettings;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.Collection<com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration> ipConfigurations();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Collection<Lcom/microsoft/azure/management/network/VirtualNetworkGatewayIPConfiguration;>;
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/GroupableResource<Lcom/microsoft/azure/management/network/implementation/NetworkManager;Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayInner;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<Lcom/microsoft/azure/management/network/VirtualNetworkGateway;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Updatable<Lcom/microsoft/azure/management/network/VirtualNetworkGateway$Update;>;Lcom/microsoft/azure/management/network/model/UpdatableWithTags<Lcom/microsoft/azure/management/network/VirtualNetworkGateway;>;
SourceFile: "VirtualNetworkGateway.java"
NestMembers:
  com.microsoft.azure.management.network.VirtualNetworkGateway$Definition  com.microsoft.azure.management.network.VirtualNetworkGateway$DefinitionStages  com.microsoft.azure.management.network.VirtualNetworkGateway$DefinitionStages$Blank  com.microsoft.azure.management.network.VirtualNetworkGateway$DefinitionStages$WithBgp  com.microsoft.azure.management.network.VirtualNetworkGateway$DefinitionStages$WithCreate  com.microsoft.azure.management.network.VirtualNetworkGateway$DefinitionStages$WithGatewayType  com.microsoft.azure.management.network.VirtualNetworkGateway$DefinitionStages$WithGroup  com.microsoft.azure.management.network.VirtualNetworkGateway$DefinitionStages$WithNetwork  com.microsoft.azure.management.network.VirtualNetworkGateway$DefinitionStages$WithPublicIPAddress  com.microsoft.azure.management.network.VirtualNetworkGateway$DefinitionStages$WithSku  com.microsoft.azure.management.network.VirtualNetworkGateway$Update  com.microsoft.azure.management.network.VirtualNetworkGateway$UpdateStages  com.microsoft.azure.management.network.VirtualNetworkGateway$UpdateStages$WithBgp  com.microsoft.azure.management.network.VirtualNetworkGateway$UpdateStages$WithPointToSiteConfiguration  com.microsoft.azure.management.network.VirtualNetworkGateway$UpdateStages$WithSku
InnerClasses:
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
  public abstract Definition = com.microsoft.azure.management.network.VirtualNetworkGateway$Definition of com.microsoft.azure.management.network.VirtualNetworkGateway
  public abstract DefinitionStages = com.microsoft.azure.management.network.VirtualNetworkGateway$DefinitionStages of com.microsoft.azure.management.network.VirtualNetworkGateway
  public abstract Update = com.microsoft.azure.management.network.VirtualNetworkGateway$Update of com.microsoft.azure.management.network.VirtualNetworkGateway
  public abstract UpdateStages = com.microsoft.azure.management.network.VirtualNetworkGateway$UpdateStages of com.microsoft.azure.management.network.VirtualNetworkGateway
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_3_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)