public interface com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<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.VirtualNetworkGatewayIPConfiguration
  super_class: java.lang.Object
{
  public abstract java.lang.String networkId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

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

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

  public abstract com.microsoft.azure.management.network.Subnet getSubnet();
    descriptor: ()Lcom/microsoft/azure/management/network/Subnet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationInner;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/ChildResource<Lcom/microsoft/azure/management/network/VirtualNetworkGateway;>;
SourceFile: "VirtualNetworkGatewayIPConfiguration.java"
NestMembers:
  com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$Definition  com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$DefinitionStages  com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$DefinitionStages$Blank  com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$DefinitionStages$WithAttach  com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$DefinitionStages$WithPublicIPAddress  com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$DefinitionStages$WithSubnet  com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$Update  com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$UpdateDefinition  com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$UpdateDefinitionStages  com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$UpdateDefinitionStages$Blank  com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$UpdateDefinitionStages$WithAttach  com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$UpdateStages
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.VirtualNetworkGatewayIPConfiguration$Definition of com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration
  public abstract DefinitionStages = com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$DefinitionStages of com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration
  public abstract Update = com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$Update of com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration
  public abstract UpdateDefinition = com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$UpdateDefinition of com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration
  public abstract UpdateDefinitionStages = com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$UpdateDefinitionStages of com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration
  public abstract UpdateStages = com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$UpdateStages of com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration
    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;)