class com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl extends com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ChildResourceImpl<com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner, com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayImpl, com.microsoft.azure.management.network.VirtualNetworkGateway> implements com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration, com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$Definition<com.microsoft.azure.management.network.VirtualNetworkGateway$DefinitionStages$WithCreate>, com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$UpdateDefinition<com.microsoft.azure.management.network.VirtualNetworkGateway$Update>, com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$Update
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ChildResourceImpl
{
  void <init>(com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner, com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayImpl);
    descriptor: (Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationInner;Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayImpl;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
        start local 1 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner inner
        start local 2 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayImpl parent
         0: .line 32
            aload 0 /* this */
            aload 1 /* inner */
            aload 2 /* parent */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ChildResourceImpl.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 33
            return
        end local 2 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayImpl parent
        end local 1 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner inner
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
            0    2     1   inner  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationInner;
            0    2     2  parent  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayImpl;
    MethodParameters:
        Name  Flags
      inner   
      parent  

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
         0: .line 37
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner.name:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;

  public java.lang.String publicIPAddressId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
         0: .line 42
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner.publicIPAddress:()Lcom/microsoft/azure/SubResource;
            ifnull 2
         1: .line 43
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner.publicIPAddress:()Lcom/microsoft/azure/SubResource;
            invokevirtual com.microsoft.azure.SubResource.id:()Ljava/lang/String;
            areturn
         2: .line 45
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;

  public java.lang.String networkId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
         0: .line 51
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner.subnet:()Lcom/microsoft/azure/SubResource;
            astore 1 /* subnetRef */
        start local 1 // com.microsoft.azure.SubResource subnetRef
         1: .line 52
            aload 1 /* subnetRef */
            ifnull 3
         2: .line 53
            aload 1 /* subnetRef */
            invokevirtual com.microsoft.azure.SubResource.id:()Ljava/lang/String;
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.parentResourceIdFromResourceId:(Ljava/lang/String;)Ljava/lang/String;
            areturn
         3: .line 55
      StackMap locals: com.microsoft.azure.SubResource
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.microsoft.azure.SubResource subnetRef
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
            1    4     1  subnetRef  Lcom/microsoft/azure/SubResource;

  public java.lang.String subnetName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
         0: .line 61
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner.subnet:()Lcom/microsoft/azure/SubResource;
            astore 1 /* subnetRef */
        start local 1 // com.microsoft.azure.SubResource subnetRef
         1: .line 62
            aload 1 /* subnetRef */
            ifnull 3
         2: .line 63
            aload 1 /* subnetRef */
            invokevirtual com.microsoft.azure.SubResource.id:()Ljava/lang/String;
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.nameFromResourceId:(Ljava/lang/String;)Ljava/lang/String;
            areturn
         3: .line 65
      StackMap locals: com.microsoft.azure.SubResource
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.microsoft.azure.SubResource subnetRef
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
            1    4     1  subnetRef  Lcom/microsoft/azure/SubResource;

  public com.microsoft.azure.management.network.IPAllocationMethod privateIPAllocationMethod();
    descriptor: ()Lcom/microsoft/azure/management/network/IPAllocationMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
         0: .line 71
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner.privateIPAllocationMethod:()Lcom/microsoft/azure/management/network/IPAllocationMethod;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;

  public com.microsoft.azure.management.network.Subnet getSubnet();
    descriptor: ()Lcom/microsoft/azure/management/network/Subnet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
         0: .line 76
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayImpl
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.network.implementation.NetworkManager
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner.subnet:()Lcom/microsoft/azure/SubResource;
            invokevirtual com.microsoft.azure.management.network.implementation.NetworkManager.getAssociatedSubnet:(Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/Subnet;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl withExistingSubnet(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
        start local 1 // java.lang.String networkId
        start local 2 // java.lang.String subnetName
         0: .line 81
            new com.microsoft.azure.SubResource
            dup
            invokespecial com.microsoft.azure.SubResource.<init>:()V
            new java.lang.StringBuilder
            dup
            aload 1 /* networkId */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "/subnets/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* subnetName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.SubResource.withId:(Ljava/lang/String;)Lcom/microsoft/azure/SubResource;
            astore 3 /* subnetRef */
        start local 3 // com.microsoft.azure.SubResource subnetRef
         1: .line 82
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner
            aload 3 /* subnetRef */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner.withSubnet:(Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationInner;
            pop
         2: .line 83
            aload 0 /* this */
            areturn
        end local 3 // com.microsoft.azure.SubResource subnetRef
        end local 2 // java.lang.String subnetName
        end local 1 // java.lang.String networkId
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
            0    3     1   networkId  Ljava/lang/String;
            0    3     2  subnetName  Ljava/lang/String;
            1    3     3   subnetRef  Lcom/microsoft/azure/SubResource;
    MethodParameters:
            Name  Flags
      networkId   
      subnetName  

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl withExistingSubnet(com.microsoft.azure.management.network.Subnet);
    descriptor: (Lcom/microsoft/azure/management/network/Subnet;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
        start local 1 // com.microsoft.azure.management.network.Subnet subnet
         0: .line 88
            aload 0 /* this */
            aload 1 /* subnet */
            invokeinterface com.microsoft.azure.management.network.Subnet.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.Network
            invokeinterface com.microsoft.azure.management.network.Network.id:()Ljava/lang/String;
            aload 1 /* subnet */
            invokeinterface com.microsoft.azure.management.network.Subnet.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.withExistingSubnet:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
            areturn
        end local 1 // com.microsoft.azure.management.network.Subnet subnet
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
            0    1     1  subnet  Lcom/microsoft/azure/management/network/Subnet;
    MethodParameters:
        Name  Flags
      subnet  

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl withExistingSubnet(com.microsoft.azure.management.network.Network, java.lang.String);
    descriptor: (Lcom/microsoft/azure/management/network/Network;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
        start local 1 // com.microsoft.azure.management.network.Network network
        start local 2 // java.lang.String subnetName
         0: .line 93
            aload 0 /* this */
            aload 1 /* network */
            invokeinterface com.microsoft.azure.management.network.Network.id:()Ljava/lang/String;
            aload 2 /* subnetName */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.withExistingSubnet:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
            areturn
        end local 2 // java.lang.String subnetName
        end local 1 // com.microsoft.azure.management.network.Network network
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
            0    1     1     network  Lcom/microsoft/azure/management/network/Network;
            0    1     2  subnetName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      network     
      subnetName  

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayImpl attach();
    descriptor: ()Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
         0: .line 98
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayImpl
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayImpl.withConfig:(Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayImpl;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl withExistingPublicIPAddress(com.microsoft.azure.management.network.PublicIPAddress);
    descriptor: (Lcom/microsoft/azure/management/network/PublicIPAddress;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
        start local 1 // com.microsoft.azure.management.network.PublicIPAddress pip
         0: .line 103
            aload 0 /* this */
            aload 1 /* pip */
            invokeinterface com.microsoft.azure.management.network.PublicIPAddress.id:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.withExistingPublicIPAddress:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
            areturn
        end local 1 // com.microsoft.azure.management.network.PublicIPAddress pip
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
            0    1     1   pip  Lcom/microsoft/azure/management/network/PublicIPAddress;
    MethodParameters:
      Name  Flags
      pip   

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl withExistingPublicIPAddress(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
        start local 1 // java.lang.String resourceId
         0: .line 108
            new com.microsoft.azure.SubResource
            dup
            invokespecial com.microsoft.azure.SubResource.<init>:()V
            aload 1 /* resourceId */
            invokevirtual com.microsoft.azure.SubResource.withId:(Ljava/lang/String;)Lcom/microsoft/azure/SubResource;
            astore 2 /* pipRef */
        start local 2 // com.microsoft.azure.SubResource pipRef
         1: .line 109
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner
            aload 2 /* pipRef */
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner.withPublicIPAddress:(Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationInner;
            pop
         2: .line 110
            aload 0 /* this */
            areturn
        end local 2 // com.microsoft.azure.SubResource pipRef
        end local 1 // java.lang.String resourceId
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
            0    3     1  resourceId  Ljava/lang/String;
            1    3     2      pipRef  Lcom/microsoft/azure/SubResource;
    MethodParameters:
            Name  Flags
      resourceId  

  public com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$DefinitionStages$WithAttach withExistingSubnet(com.microsoft.azure.management.network.Network, java.lang.String);
    descriptor: (Lcom/microsoft/azure/management/network/Network;Ljava/lang/String;)Lcom/microsoft/azure/management/network/VirtualNetworkGatewayIPConfiguration$DefinitionStages$WithAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.withExistingSubnet:(Lcom/microsoft/azure/management/network/Network;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$DefinitionStages$WithAttach withExistingSubnet(com.microsoft.azure.management.network.Subnet);
    descriptor: (Lcom/microsoft/azure/management/network/Subnet;)Lcom/microsoft/azure/management/network/VirtualNetworkGatewayIPConfiguration$DefinitionStages$WithAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.withExistingSubnet:(Lcom/microsoft/azure/management/network/Subnet;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withExistingSubnet(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.withExistingSubnet:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object attach();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.attach:()Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withExistingPublicIPAddress(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.withExistingPublicIPAddress:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withExistingPublicIPAddress(com.microsoft.azure.management.network.PublicIPAddress);
    descriptor: (Lcom/microsoft/azure/management/network/PublicIPAddress;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationImpl.withExistingPublicIPAddress:(Lcom/microsoft/azure/management/network/PublicIPAddress;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ChildResourceImpl<Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationInner;Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayImpl;Lcom/microsoft/azure/management/network/VirtualNetworkGateway;>;Lcom/microsoft/azure/management/network/VirtualNetworkGatewayIPConfiguration;Lcom/microsoft/azure/management/network/VirtualNetworkGatewayIPConfiguration$Definition<Lcom/microsoft/azure/management/network/VirtualNetworkGateway$DefinitionStages$WithCreate;>;Lcom/microsoft/azure/management/network/VirtualNetworkGatewayIPConfiguration$UpdateDefinition<Lcom/microsoft/azure/management/network/VirtualNetworkGateway$Update;>;Lcom/microsoft/azure/management/network/VirtualNetworkGatewayIPConfiguration$Update;
SourceFile: "VirtualNetworkGatewayIPConfigurationImpl.java"
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.network.VirtualNetworkGateway$DefinitionStages of com.microsoft.azure.management.network.VirtualNetworkGateway
  public abstract WithCreate = com.microsoft.azure.management.network.VirtualNetworkGateway$DefinitionStages$WithCreate of com.microsoft.azure.management.network.VirtualNetworkGateway$DefinitionStages
  public abstract Update = com.microsoft.azure.management.network.VirtualNetworkGateway$Update of com.microsoft.azure.management.network.VirtualNetworkGateway
  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 WithAttach = com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$DefinitionStages$WithAttach of com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration$DefinitionStages
  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
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()