public class com.microsoft.azure.management.network.InboundNatPool 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.InboundNatPool
  super_class: com.microsoft.azure.SubResource
{
  private com.microsoft.azure.SubResource frontendIPConfiguration;
    descriptor: Lcom/microsoft/azure/SubResource;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.frontendIPConfiguration")

  private com.microsoft.azure.management.network.TransportProtocol protocol;
    descriptor: Lcom/microsoft/azure/management/network/TransportProtocol;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.protocol", required = true)

  private int frontendPortRangeStart;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.frontendPortRangeStart", required = true)

  private int frontendPortRangeEnd;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.frontendPortRangeEnd", required = true)

  private int backendPort;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.backendPort", required = true)

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

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

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

  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;)

  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.InboundNatPool this
         0: .line 19
            aload 0 /* this */
            invokespecial com.microsoft.azure.SubResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/InboundNatPool;

  public com.microsoft.azure.SubResource frontendIPConfiguration();
    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.InboundNatPool this
         0: .line 114
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.InboundNatPool.frontendIPConfiguration:Lcom/microsoft/azure/SubResource;
            areturn
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/InboundNatPool;

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

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

  public com.microsoft.azure.management.network.InboundNatPool withProtocol(com.microsoft.azure.management.network.TransportProtocol);
    descriptor: (Lcom/microsoft/azure/management/network/TransportProtocol;)Lcom/microsoft/azure/management/network/InboundNatPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.InboundNatPool this
        start local 1 // com.microsoft.azure.management.network.TransportProtocol protocol
         0: .line 144
            aload 0 /* this */
            aload 1 /* protocol */
            putfield com.microsoft.azure.management.network.InboundNatPool.protocol:Lcom/microsoft/azure/management/network/TransportProtocol;
         1: .line 145
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.TransportProtocol protocol
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/network/InboundNatPool;
            0    2     1  protocol  Lcom/microsoft/azure/management/network/TransportProtocol;
    MethodParameters:
          Name  Flags
      protocol  

  public int frontendPortRangeStart();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.InboundNatPool this
         0: .line 154
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.InboundNatPool.frontendPortRangeStart:I
            ireturn
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/InboundNatPool;

  public com.microsoft.azure.management.network.InboundNatPool withFrontendPortRangeStart(int);
    descriptor: (I)Lcom/microsoft/azure/management/network/InboundNatPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.InboundNatPool this
        start local 1 // int frontendPortRangeStart
         0: .line 164
            aload 0 /* this */
            iload 1 /* frontendPortRangeStart */
            putfield com.microsoft.azure.management.network.InboundNatPool.frontendPortRangeStart:I
         1: .line 165
            aload 0 /* this */
            areturn
        end local 1 // int frontendPortRangeStart
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/network/InboundNatPool;
            0    2     1  frontendPortRangeStart  I
    MethodParameters:
                        Name  Flags
      frontendPortRangeStart  

  public int frontendPortRangeEnd();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.InboundNatPool this
         0: .line 174
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.InboundNatPool.frontendPortRangeEnd:I
            ireturn
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/InboundNatPool;

  public com.microsoft.azure.management.network.InboundNatPool withFrontendPortRangeEnd(int);
    descriptor: (I)Lcom/microsoft/azure/management/network/InboundNatPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.InboundNatPool this
        start local 1 // int frontendPortRangeEnd
         0: .line 184
            aload 0 /* this */
            iload 1 /* frontendPortRangeEnd */
            putfield com.microsoft.azure.management.network.InboundNatPool.frontendPortRangeEnd:I
         1: .line 185
            aload 0 /* this */
            areturn
        end local 1 // int frontendPortRangeEnd
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/network/InboundNatPool;
            0    2     1  frontendPortRangeEnd  I
    MethodParameters:
                      Name  Flags
      frontendPortRangeEnd  

  public int backendPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.InboundNatPool this
         0: .line 194
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.InboundNatPool.backendPort:I
            ireturn
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/InboundNatPool;

  public com.microsoft.azure.management.network.InboundNatPool withBackendPort(int);
    descriptor: (I)Lcom/microsoft/azure/management/network/InboundNatPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.InboundNatPool this
        start local 1 // int backendPort
         0: .line 204
            aload 0 /* this */
            iload 1 /* backendPort */
            putfield com.microsoft.azure.management.network.InboundNatPool.backendPort:I
         1: .line 205
            aload 0 /* this */
            areturn
        end local 1 // int backendPort
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/network/InboundNatPool;
            0    2     1  backendPort  I
    MethodParameters:
             Name  Flags
      backendPort  

  public java.lang.Integer idleTimeoutInMinutes();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.InboundNatPool this
         0: .line 214
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.InboundNatPool.idleTimeoutInMinutes:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/InboundNatPool;

  public com.microsoft.azure.management.network.InboundNatPool withIdleTimeoutInMinutes(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/InboundNatPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.InboundNatPool this
        start local 1 // java.lang.Integer idleTimeoutInMinutes
         0: .line 224
            aload 0 /* this */
            aload 1 /* idleTimeoutInMinutes */
            putfield com.microsoft.azure.management.network.InboundNatPool.idleTimeoutInMinutes:Ljava/lang/Integer;
         1: .line 225
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer idleTimeoutInMinutes
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/network/InboundNatPool;
            0    2     1  idleTimeoutInMinutes  Ljava/lang/Integer;
    MethodParameters:
                      Name  Flags
      idleTimeoutInMinutes  

  public java.lang.Boolean enableFloatingIP();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.InboundNatPool this
         0: .line 234
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.InboundNatPool.enableFloatingIP:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/InboundNatPool;

  public com.microsoft.azure.management.network.InboundNatPool withEnableFloatingIP(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/InboundNatPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.InboundNatPool this
        start local 1 // java.lang.Boolean enableFloatingIP
         0: .line 244
            aload 0 /* this */
            aload 1 /* enableFloatingIP */
            putfield com.microsoft.azure.management.network.InboundNatPool.enableFloatingIP:Ljava/lang/Boolean;
         1: .line 245
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enableFloatingIP
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/network/InboundNatPool;
            0    2     1  enableFloatingIP  Ljava/lang/Boolean;
    MethodParameters:
                  Name  Flags
      enableFloatingIP  

  public java.lang.Boolean enableTcpReset();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.InboundNatPool this
         0: .line 254
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.InboundNatPool.enableTcpReset:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/InboundNatPool;

  public com.microsoft.azure.management.network.InboundNatPool withEnableTcpReset(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/InboundNatPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.InboundNatPool this
        start local 1 // java.lang.Boolean enableTcpReset
         0: .line 264
            aload 0 /* this */
            aload 1 /* enableTcpReset */
            putfield com.microsoft.azure.management.network.InboundNatPool.enableTcpReset:Ljava/lang/Boolean;
         1: .line 265
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enableTcpReset
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/network/InboundNatPool;
            0    2     1  enableTcpReset  Ljava/lang/Boolean;
    MethodParameters:
                Name  Flags
      enableTcpReset  

  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.InboundNatPool this
         0: .line 274
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.InboundNatPool.provisioningState:Lcom/microsoft/azure/management/network/ProvisioningState;
            areturn
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/InboundNatPool;

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

  public com.microsoft.azure.management.network.InboundNatPool withName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/InboundNatPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.InboundNatPool this
        start local 1 // java.lang.String name
         0: .line 293
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.network.InboundNatPool.name:Ljava/lang/String;
         1: .line 294
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/InboundNatPool;
            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.InboundNatPool this
         0: .line 303
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.InboundNatPool.etag:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/InboundNatPool;

  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.InboundNatPool this
         0: .line 312
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.InboundNatPool.type:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/InboundNatPool;
}
SourceFile: "InboundNatPool.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()