public class com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner extends com.microsoft.azure.SubResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner
  super_class: com.microsoft.azure.SubResource
{
  private java.util.List<com.microsoft.azure.SubResource> inboundNatRules;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/SubResource;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.inboundNatRules", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.SubResource> inboundNatPools;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/SubResource;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.inboundNatPools", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.SubResource> outboundRules;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/SubResource;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.outboundRules", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.SubResource> loadBalancingRules;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/SubResource;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.loadBalancingRules", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String privateIPAddress;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.privateIPAddress")

  private com.microsoft.azure.management.network.IPAllocationMethod privateIPAllocationMethod;
    descriptor: Lcom/microsoft/azure/management/network/IPAllocationMethod;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.privateIPAllocationMethod")

  private com.microsoft.azure.management.network.IPVersion privateIPAddressVersion;
    descriptor: Lcom/microsoft/azure/management/network/IPVersion;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.privateIPAddressVersion")

  private com.microsoft.azure.management.network.implementation.SubnetInner subnet;
    descriptor: Lcom/microsoft/azure/management/network/implementation/SubnetInner;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.subnet")

  private com.microsoft.azure.management.network.implementation.PublicIPAddressInner publicIPAddress;
    descriptor: Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.publicIPAddress")

  private com.microsoft.azure.SubResource publicIPPrefix;
    descriptor: Lcom/microsoft/azure/SubResource;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.publicIPPrefix")

  private com.microsoft.azure.management.network.ProvisioningState provisioningState;
    descriptor: Lcom/microsoft/azure/management/network/ProvisioningState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "name")

  private java.lang.String etag;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "etag", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "type", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<java.lang.String> zones;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "zones")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
         0: .line 23
            aload 0 /* this */
            invokespecial com.microsoft.azure.SubResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;

  public java.util.List<com.microsoft.azure.SubResource> inboundNatRules();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
         0: .line 127
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.inboundNatRules:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/SubResource;>;

  public java.util.List<com.microsoft.azure.SubResource> inboundNatPools();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
         0: .line 136
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.inboundNatPools:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/SubResource;>;

  public java.util.List<com.microsoft.azure.SubResource> outboundRules();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
         0: .line 145
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.outboundRules:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/SubResource;>;

  public java.util.List<com.microsoft.azure.SubResource> loadBalancingRules();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
         0: .line 154
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.loadBalancingRules:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/SubResource;>;

  public java.lang.String privateIPAddress();
    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.FrontendIPConfigurationInner this
         0: .line 163
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.privateIPAddress:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;

  public com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner withPrivateIPAddress(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
        start local 1 // java.lang.String privateIPAddress
         0: .line 173
            aload 0 /* this */
            aload 1 /* privateIPAddress */
            putfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.privateIPAddress:Ljava/lang/String;
         1: .line 174
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String privateIPAddress
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
            0    2     1  privateIPAddress  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      privateIPAddress  

  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.FrontendIPConfigurationInner this
         0: .line 183
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.privateIPAllocationMethod:Lcom/microsoft/azure/management/network/IPAllocationMethod;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;

  public com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner withPrivateIPAllocationMethod(com.microsoft.azure.management.network.IPAllocationMethod);
    descriptor: (Lcom/microsoft/azure/management/network/IPAllocationMethod;)Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
        start local 1 // com.microsoft.azure.management.network.IPAllocationMethod privateIPAllocationMethod
         0: .line 193
            aload 0 /* this */
            aload 1 /* privateIPAllocationMethod */
            putfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.privateIPAllocationMethod:Lcom/microsoft/azure/management/network/IPAllocationMethod;
         1: .line 194
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.IPAllocationMethod privateIPAllocationMethod
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
            0    2     1  privateIPAllocationMethod  Lcom/microsoft/azure/management/network/IPAllocationMethod;
    MethodParameters:
                           Name  Flags
      privateIPAllocationMethod  

  public com.microsoft.azure.management.network.IPVersion privateIPAddressVersion();
    descriptor: ()Lcom/microsoft/azure/management/network/IPVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
         0: .line 203
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.privateIPAddressVersion:Lcom/microsoft/azure/management/network/IPVersion;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;

  public com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner withPrivateIPAddressVersion(com.microsoft.azure.management.network.IPVersion);
    descriptor: (Lcom/microsoft/azure/management/network/IPVersion;)Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
        start local 1 // com.microsoft.azure.management.network.IPVersion privateIPAddressVersion
         0: .line 213
            aload 0 /* this */
            aload 1 /* privateIPAddressVersion */
            putfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.privateIPAddressVersion:Lcom/microsoft/azure/management/network/IPVersion;
         1: .line 214
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.IPVersion privateIPAddressVersion
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
            0    2     1  privateIPAddressVersion  Lcom/microsoft/azure/management/network/IPVersion;
    MethodParameters:
                         Name  Flags
      privateIPAddressVersion  

  public com.microsoft.azure.management.network.implementation.SubnetInner subnet();
    descriptor: ()Lcom/microsoft/azure/management/network/implementation/SubnetInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
         0: .line 223
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.subnet:Lcom/microsoft/azure/management/network/implementation/SubnetInner;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;

  public com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner);
    descriptor: (Lcom/microsoft/azure/management/network/implementation/SubnetInner;)Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
        start local 1 // com.microsoft.azure.management.network.implementation.SubnetInner subnet
         0: .line 233
            aload 0 /* this */
            aload 1 /* subnet */
            putfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.subnet:Lcom/microsoft/azure/management/network/implementation/SubnetInner;
         1: .line 234
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.implementation.SubnetInner subnet
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
            0    2     1  subnet  Lcom/microsoft/azure/management/network/implementation/SubnetInner;
    MethodParameters:
        Name  Flags
      subnet  

  public com.microsoft.azure.management.network.implementation.PublicIPAddressInner publicIPAddress();
    descriptor: ()Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
         0: .line 243
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.publicIPAddress:Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;

  public com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner withPublicIPAddress(com.microsoft.azure.management.network.implementation.PublicIPAddressInner);
    descriptor: (Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;)Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
        start local 1 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner publicIPAddress
         0: .line 253
            aload 0 /* this */
            aload 1 /* publicIPAddress */
            putfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.publicIPAddress:Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
         1: .line 254
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.implementation.PublicIPAddressInner publicIPAddress
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
            0    2     1  publicIPAddress  Lcom/microsoft/azure/management/network/implementation/PublicIPAddressInner;
    MethodParameters:
                 Name  Flags
      publicIPAddress  

  public com.microsoft.azure.SubResource publicIPPrefix();
    descriptor: ()Lcom/microsoft/azure/SubResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
         0: .line 263
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.publicIPPrefix:Lcom/microsoft/azure/SubResource;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;

  public com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner withPublicIPPrefix(com.microsoft.azure.SubResource);
    descriptor: (Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
        start local 1 // com.microsoft.azure.SubResource publicIPPrefix
         0: .line 273
            aload 0 /* this */
            aload 1 /* publicIPPrefix */
            putfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.publicIPPrefix:Lcom/microsoft/azure/SubResource;
         1: .line 274
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.SubResource publicIPPrefix
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
            0    2     1  publicIPPrefix  Lcom/microsoft/azure/SubResource;
    MethodParameters:
                Name  Flags
      publicIPPrefix  

  public com.microsoft.azure.management.network.ProvisioningState provisioningState();
    descriptor: ()Lcom/microsoft/azure/management/network/ProvisioningState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
         0: .line 283
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.provisioningState:Lcom/microsoft/azure/management/network/ProvisioningState;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;

  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.FrontendIPConfigurationInner this
         0: .line 292
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;

  public com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner withName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
        start local 1 // java.lang.String name
         0: .line 302
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.name:Ljava/lang/String;
         1: .line 303
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String etag();
    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.FrontendIPConfigurationInner this
         0: .line 312
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.etag:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;

  public java.lang.String type();
    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.FrontendIPConfigurationInner this
         0: .line 321
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.type:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;

  public java.util.List<java.lang.String> zones();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
         0: .line 330
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.zones:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner withZones(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
        start local 1 // java.util.List zones
         0: .line 340
            aload 0 /* this */
            aload 1 /* zones */
            putfield com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner.zones:Ljava/util/List;
         1: .line 341
            aload 0 /* this */
            areturn
        end local 1 // java.util.List zones
        end local 0 // com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
            0    2     1  zones  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/implementation/FrontendIPConfigurationInner;
    MethodParameters:
       Name  Flags
      zones  
}
SourceFile: "FrontendIPConfigurationInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()