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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner this
         0: .line 24
            aload 0 /* this */
            invokespecial com.microsoft.azure.SubResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;

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

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

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

  public com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner withRoutingWeight(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner this
        start local 1 // java.lang.Integer routingWeight
         0: .line 167
            aload 0 /* this */
            aload 1 /* routingWeight */
            putfield com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner.routingWeight:Ljava/lang/Integer;
         1: .line 168
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer routingWeight
        end local 0 // com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
            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.VpnSiteLinkConnectionInner this
         0: .line 177
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner.connectionStatus:Lcom/microsoft/azure/management/network/VpnConnectionStatus;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;

  public com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner withConnectionStatus(com.microsoft.azure.management.network.VpnConnectionStatus);
    descriptor: (Lcom/microsoft/azure/management/network/VpnConnectionStatus;)Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner this
        start local 1 // com.microsoft.azure.management.network.VpnConnectionStatus connectionStatus
         0: .line 187
            aload 0 /* this */
            aload 1 /* connectionStatus */
            putfield com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner.connectionStatus:Lcom/microsoft/azure/management/network/VpnConnectionStatus;
         1: .line 188
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.VpnConnectionStatus connectionStatus
        end local 0 // com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
            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.VpnSiteLinkConnectionInner this
         0: .line 197
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner.vpnConnectionProtocolType:Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnectionProtocol;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;

  public com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner withVpnConnectionProtocolType(com.microsoft.azure.management.network.VirtualNetworkGatewayConnectionProtocol);
    descriptor: (Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnectionProtocol;)Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner this
        start local 1 // com.microsoft.azure.management.network.VirtualNetworkGatewayConnectionProtocol vpnConnectionProtocolType
         0: .line 207
            aload 0 /* this */
            aload 1 /* vpnConnectionProtocolType */
            putfield com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner.vpnConnectionProtocolType:Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnectionProtocol;
         1: .line 208
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.VirtualNetworkGatewayConnectionProtocol vpnConnectionProtocolType
        end local 0 // com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
            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.VpnSiteLinkConnectionInner this
         0: .line 217
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner.ingressBytesTransferred:Ljava/lang/Long;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;

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

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

  public com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner withConnectionBandwidth(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner this
        start local 1 // java.lang.Integer connectionBandwidth
         0: .line 245
            aload 0 /* this */
            aload 1 /* connectionBandwidth */
            putfield com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner.connectionBandwidth:Ljava/lang/Integer;
         1: .line 246
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer connectionBandwidth
        end local 0 // com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
            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.VpnSiteLinkConnectionInner this
         0: .line 255
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner.sharedKey:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;

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

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

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

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

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

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

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

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

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

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