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

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

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

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

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

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

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

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

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

  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.util.List<com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner> vpnLinkConnections;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.vpnLinkConnections")

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

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

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

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

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

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

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

  public com.microsoft.azure.management.network.implementation.VpnConnectionInner withConnectionStatus(com.microsoft.azure.management.network.VpnConnectionStatus);
    descriptor: (Lcom/microsoft/azure/management/network/VpnConnectionStatus;)Lcom/microsoft/azure/management/network/implementation/VpnConnectionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VpnConnectionInner this
        start local 1 // com.microsoft.azure.management.network.VpnConnectionStatus connectionStatus
         0: .line 193
            aload 0 /* this */
            aload 1 /* connectionStatus */
            putfield com.microsoft.azure.management.network.implementation.VpnConnectionInner.connectionStatus:Lcom/microsoft/azure/management/network/VpnConnectionStatus;
         1: .line 194
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.VpnConnectionStatus connectionStatus
        end local 0 // com.microsoft.azure.management.network.implementation.VpnConnectionInner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/network/implementation/VpnConnectionInner;
            0    2     1  connectionStatus  Lcom/microsoft/azure/management/network/VpnConnectionStatus;
    MethodParameters:
                  Name  Flags
      connectionStatus  

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.network.implementation.VpnConnectionInner withEnableBgp(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/implementation/VpnConnectionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VpnConnectionInner this
        start local 1 // java.lang.Boolean enableBgp
         0: .line 291
            aload 0 /* this */
            aload 1 /* enableBgp */
            putfield com.microsoft.azure.management.network.implementation.VpnConnectionInner.enableBgp:Ljava/lang/Boolean;
         1: .line 292
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enableBgp
        end local 0 // com.microsoft.azure.management.network.implementation.VpnConnectionInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/network/implementation/VpnConnectionInner;
            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.VpnConnectionInner this
         0: .line 301
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VpnConnectionInner.usePolicyBasedTrafficSelectors:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.VpnConnectionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VpnConnectionInner;

  public com.microsoft.azure.management.network.implementation.VpnConnectionInner withUsePolicyBasedTrafficSelectors(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/implementation/VpnConnectionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VpnConnectionInner this
        start local 1 // java.lang.Boolean usePolicyBasedTrafficSelectors
         0: .line 311
            aload 0 /* this */
            aload 1 /* usePolicyBasedTrafficSelectors */
            putfield com.microsoft.azure.management.network.implementation.VpnConnectionInner.usePolicyBasedTrafficSelectors:Ljava/lang/Boolean;
         1: .line 312
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean usePolicyBasedTrafficSelectors
        end local 0 // com.microsoft.azure.management.network.implementation.VpnConnectionInner this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0    2     0                            this  Lcom/microsoft/azure/management/network/implementation/VpnConnectionInner;
            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.VpnConnectionInner this
         0: .line 321
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VpnConnectionInner.ipsecPolicies:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.VpnConnectionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VpnConnectionInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/IpsecPolicy;>;

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

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

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.network.implementation.VpnConnectionInner withName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VpnConnectionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VpnConnectionInner this
        start local 1 // java.lang.String name
         0: .line 440
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.network.implementation.VpnConnectionInner.name:Ljava/lang/String;
         1: .line 441
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.network.implementation.VpnConnectionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/implementation/VpnConnectionInner;
            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.VpnConnectionInner this
         0: .line 450
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VpnConnectionInner.etag:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.VpnConnectionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VpnConnectionInner;
}
SourceFile: "VpnConnectionInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()