public class com.microsoft.azure.management.network.TunnelConnectionHealth
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.TunnelConnectionHealth
  super_class: java.lang.Object
{
  private java.lang.String tunnel;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "tunnel", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

  private java.lang.String lastConnectionEstablishedUtcTime;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "lastConnectionEstablishedUtcTime", 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.TunnelConnectionHealth this
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.TunnelConnectionHealth this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/TunnelConnectionHealth;

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

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

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

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

  public java.lang.String lastConnectionEstablishedUtcTime();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.TunnelConnectionHealth this
         0: .line 90
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.TunnelConnectionHealth.lastConnectionEstablishedUtcTime:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.TunnelConnectionHealth this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/TunnelConnectionHealth;
}
SourceFile: "TunnelConnectionHealth.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty