public class com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner extends com.microsoft.azure.Resource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner
  super_class: com.microsoft.azure.Resource
{
  private java.lang.String authorizationKey;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.authorizationKey")

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

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

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

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

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

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

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

  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 = "properties.connectionStatus", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.management.network.TunnelConnectionHealth> tunnelConnectionStatus;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/TunnelConnectionHealth;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.tunnelConnectionStatus", 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 = "properties.egressBytesTransferred", 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 = "properties.ingressBytesTransferred", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

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

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

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

  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.Boolean expressRouteGatewayBypass;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.expressRouteGatewayBypass")

  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 id;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "id")

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

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

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

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

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner withVirtualNetworkGateway1(com.microsoft.azure.management.network.VirtualNetworkConnectionGatewayReference);
    descriptor: (Lcom/microsoft/azure/management/network/VirtualNetworkConnectionGatewayReference;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
        start local 1 // com.microsoft.azure.management.network.VirtualNetworkConnectionGatewayReference virtualNetworkGateway1
         0: .line 206
            aload 0 /* this */
            aload 1 /* virtualNetworkGateway1 */
            putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner.virtualNetworkGateway1:Lcom/microsoft/azure/management/network/VirtualNetworkConnectionGatewayReference;
         1: .line 207
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.VirtualNetworkConnectionGatewayReference virtualNetworkGateway1
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
            0    2     1  virtualNetworkGateway1  Lcom/microsoft/azure/management/network/VirtualNetworkConnectionGatewayReference;
    MethodParameters:
                        Name  Flags
      virtualNetworkGateway1  

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

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner withVirtualNetworkGateway2(com.microsoft.azure.management.network.VirtualNetworkConnectionGatewayReference);
    descriptor: (Lcom/microsoft/azure/management/network/VirtualNetworkConnectionGatewayReference;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
        start local 1 // com.microsoft.azure.management.network.VirtualNetworkConnectionGatewayReference virtualNetworkGateway2
         0: .line 226
            aload 0 /* this */
            aload 1 /* virtualNetworkGateway2 */
            putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner.virtualNetworkGateway2:Lcom/microsoft/azure/management/network/VirtualNetworkConnectionGatewayReference;
         1: .line 227
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.VirtualNetworkConnectionGatewayReference virtualNetworkGateway2
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
            0    2     1  virtualNetworkGateway2  Lcom/microsoft/azure/management/network/VirtualNetworkConnectionGatewayReference;
    MethodParameters:
                        Name  Flags
      virtualNetworkGateway2  

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

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner withLocalNetworkGateway2(com.microsoft.azure.management.network.VirtualNetworkConnectionGatewayReference);
    descriptor: (Lcom/microsoft/azure/management/network/VirtualNetworkConnectionGatewayReference;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
        start local 1 // com.microsoft.azure.management.network.VirtualNetworkConnectionGatewayReference localNetworkGateway2
         0: .line 246
            aload 0 /* this */
            aload 1 /* localNetworkGateway2 */
            putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner.localNetworkGateway2:Lcom/microsoft/azure/management/network/VirtualNetworkConnectionGatewayReference;
         1: .line 247
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.VirtualNetworkConnectionGatewayReference localNetworkGateway2
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
            0    2     1  localNetworkGateway2  Lcom/microsoft/azure/management/network/VirtualNetworkConnectionGatewayReference;
    MethodParameters:
                      Name  Flags
      localNetworkGateway2  

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

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner withConnectionType(com.microsoft.azure.management.network.VirtualNetworkGatewayConnectionType);
    descriptor: (Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnectionType;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
        start local 1 // com.microsoft.azure.management.network.VirtualNetworkGatewayConnectionType connectionType
         0: .line 266
            aload 0 /* this */
            aload 1 /* connectionType */
            putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner.connectionType:Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnectionType;
         1: .line 267
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.VirtualNetworkGatewayConnectionType connectionType
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
            0    2     1  connectionType  Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnectionType;
    MethodParameters:
                Name  Flags
      connectionType  

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

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner withConnectionProtocol(com.microsoft.azure.management.network.VirtualNetworkGatewayConnectionProtocol);
    descriptor: (Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnectionProtocol;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
        start local 1 // com.microsoft.azure.management.network.VirtualNetworkGatewayConnectionProtocol connectionProtocol
         0: .line 286
            aload 0 /* this */
            aload 1 /* connectionProtocol */
            putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner.connectionProtocol:Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnectionProtocol;
         1: .line 287
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.VirtualNetworkGatewayConnectionProtocol connectionProtocol
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
            0    2     1  connectionProtocol  Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnectionProtocol;
    MethodParameters:
                    Name  Flags
      connectionProtocol  

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

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

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

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

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

  public java.util.List<com.microsoft.azure.management.network.TunnelConnectionHealth> tunnelConnectionStatus();
    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.VirtualNetworkGatewayConnectionListEntityInner this
         0: .line 345
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner.tunnelConnectionStatus:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
    Signature: ()Ljava/util/List<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.implementation.VirtualNetworkGatewayConnectionListEntityInner this
         0: .line 354
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner.egressBytesTransferred:Ljava/lang/Long;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;

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

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

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

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

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

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

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

  public java.util.List<com.microsoft.azure.management.network.IpsecPolicy> ipsecPolicies();
    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.VirtualNetworkGatewayConnectionListEntityInner this
         0: .line 432
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner.ipsecPolicies:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/IpsecPolicy;>;

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner withIpsecPolicies(java.util.List<com.microsoft.azure.management.network.IpsecPolicy>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
        start local 1 // java.util.List ipsecPolicies
         0: .line 442
            aload 0 /* this */
            aload 1 /* ipsecPolicies */
            putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner.ipsecPolicies:Ljava/util/List;
         1: .line 443
            aload 0 /* this */
            areturn
        end local 1 // java.util.List ipsecPolicies
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
            0    2     1  ipsecPolicies  Ljava/util/List<Lcom/microsoft/azure/management/network/IpsecPolicy;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/IpsecPolicy;>;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
    MethodParameters:
               Name  Flags
      ipsecPolicies  

  public java.util.List<com.microsoft.azure.management.network.TrafficSelectorPolicy> trafficSelectorPolicies();
    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.VirtualNetworkGatewayConnectionListEntityInner this
         0: .line 452
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner.trafficSelectorPolicies:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/TrafficSelectorPolicy;>;

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner withTrafficSelectorPolicies(java.util.List<com.microsoft.azure.management.network.TrafficSelectorPolicy>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
        start local 1 // java.util.List trafficSelectorPolicies
         0: .line 462
            aload 0 /* this */
            aload 1 /* trafficSelectorPolicies */
            putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner.trafficSelectorPolicies:Ljava/util/List;
         1: .line 463
            aload 0 /* this */
            areturn
        end local 1 // java.util.List trafficSelectorPolicies
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayConnectionListEntityInner this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
            0    2     1  trafficSelectorPolicies  Ljava/util/List<Lcom/microsoft/azure/management/network/TrafficSelectorPolicy;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/TrafficSelectorPolicy;>;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayConnectionListEntityInner;
    MethodParameters:
                         Name  Flags
      trafficSelectorPolicies  

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

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

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

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

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

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

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