public class com.microsoft.azure.management.batch.InboundNatPool
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batch.InboundNatPool
  super_class: java.lang.Object
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "name", required = true)

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

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

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

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

  private java.util.List<com.microsoft.azure.management.batch.NetworkSecurityGroupRule> networkSecurityGroupRules;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRule;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "networkSecurityGroupRules")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.InboundNatPool this
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.batch.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/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.batch.InboundNatPool this
         0: .line 88
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.InboundNatPool.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batch.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/InboundNatPool;

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

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

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

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

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

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

  public com.microsoft.azure.management.batch.InboundNatPool withFrontendPortRangeStart(int);
    descriptor: (I)Lcom/microsoft/azure/management/batch/InboundNatPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.InboundNatPool this
        start local 1 // int frontendPortRangeStart
         0: .line 158
            aload 0 /* this */
            iload 1 /* frontendPortRangeStart */
            putfield com.microsoft.azure.management.batch.InboundNatPool.frontendPortRangeStart:I
         1: .line 159
            aload 0 /* this */
            areturn
        end local 1 // int frontendPortRangeStart
        end local 0 // com.microsoft.azure.management.batch.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/batch/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.batch.InboundNatPool this
         0: .line 168
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.InboundNatPool.frontendPortRangeEnd:I
            ireturn
        end local 0 // com.microsoft.azure.management.batch.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/InboundNatPool;

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

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

  public com.microsoft.azure.management.batch.InboundNatPool withNetworkSecurityGroupRules(java.util.List<com.microsoft.azure.management.batch.NetworkSecurityGroupRule>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batch/InboundNatPool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.InboundNatPool this
        start local 1 // java.util.List networkSecurityGroupRules
         0: .line 198
            aload 0 /* this */
            aload 1 /* networkSecurityGroupRules */
            putfield com.microsoft.azure.management.batch.InboundNatPool.networkSecurityGroupRules:Ljava/util/List;
         1: .line 199
            aload 0 /* this */
            areturn
        end local 1 // java.util.List networkSecurityGroupRules
        end local 0 // com.microsoft.azure.management.batch.InboundNatPool this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lcom/microsoft/azure/management/batch/InboundNatPool;
            0    2     1  networkSecurityGroupRules  Ljava/util/List<Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRule;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/batch/NetworkSecurityGroupRule;>;)Lcom/microsoft/azure/management/batch/InboundNatPool;
    MethodParameters:
                           Name  Flags
      networkSecurityGroupRules  
}
SourceFile: "InboundNatPool.java"