public class com.microsoft.azure.management.network.implementation.InboundNatRuleInner 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.InboundNatRuleInner
  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.implementation.NetworkInterfaceIPConfigurationInner backendIPConfiguration;
    descriptor: Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.backendIPConfiguration", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.network.implementation.InboundNatRuleInner withBackendPort(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/implementation/InboundNatRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.InboundNatRuleInner this
        start local 1 // java.lang.Integer backendPort
         0: .line 195
            aload 0 /* this */
            aload 1 /* backendPort */
            putfield com.microsoft.azure.management.network.implementation.InboundNatRuleInner.backendPort:Ljava/lang/Integer;
         1: .line 196
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer backendPort
        end local 0 // com.microsoft.azure.management.network.implementation.InboundNatRuleInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/network/implementation/InboundNatRuleInner;
            0    2     1  backendPort  Ljava/lang/Integer;
    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.implementation.InboundNatRuleInner this
         0: .line 205
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.InboundNatRuleInner.idleTimeoutInMinutes:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.InboundNatRuleInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/InboundNatRuleInner;

  public com.microsoft.azure.management.network.implementation.InboundNatRuleInner withIdleTimeoutInMinutes(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/implementation/InboundNatRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.InboundNatRuleInner this
        start local 1 // java.lang.Integer idleTimeoutInMinutes
         0: .line 215
            aload 0 /* this */
            aload 1 /* idleTimeoutInMinutes */
            putfield com.microsoft.azure.management.network.implementation.InboundNatRuleInner.idleTimeoutInMinutes:Ljava/lang/Integer;
         1: .line 216
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer idleTimeoutInMinutes
        end local 0 // com.microsoft.azure.management.network.implementation.InboundNatRuleInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/network/implementation/InboundNatRuleInner;
            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.implementation.InboundNatRuleInner this
         0: .line 225
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.InboundNatRuleInner.enableFloatingIP:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.InboundNatRuleInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/InboundNatRuleInner;

  public com.microsoft.azure.management.network.implementation.InboundNatRuleInner withEnableFloatingIP(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/implementation/InboundNatRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.InboundNatRuleInner this
        start local 1 // java.lang.Boolean enableFloatingIP
         0: .line 235
            aload 0 /* this */
            aload 1 /* enableFloatingIP */
            putfield com.microsoft.azure.management.network.implementation.InboundNatRuleInner.enableFloatingIP:Ljava/lang/Boolean;
         1: .line 236
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enableFloatingIP
        end local 0 // com.microsoft.azure.management.network.implementation.InboundNatRuleInner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/network/implementation/InboundNatRuleInner;
            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.implementation.InboundNatRuleInner this
         0: .line 245
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.InboundNatRuleInner.enableTcpReset:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.InboundNatRuleInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/InboundNatRuleInner;

  public com.microsoft.azure.management.network.implementation.InboundNatRuleInner withEnableTcpReset(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/implementation/InboundNatRuleInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.InboundNatRuleInner this
        start local 1 // java.lang.Boolean enableTcpReset
         0: .line 255
            aload 0 /* this */
            aload 1 /* enableTcpReset */
            putfield com.microsoft.azure.management.network.implementation.InboundNatRuleInner.enableTcpReset:Ljava/lang/Boolean;
         1: .line 256
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enableTcpReset
        end local 0 // com.microsoft.azure.management.network.implementation.InboundNatRuleInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/network/implementation/InboundNatRuleInner;
            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.implementation.InboundNatRuleInner this
         0: .line 265
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.InboundNatRuleInner.provisioningState:Lcom/microsoft/azure/management/network/ProvisioningState;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.InboundNatRuleInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/InboundNatRuleInner;

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

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

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