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

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

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

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.network.implementation.VpnSiteInner withDeviceProperties(com.microsoft.azure.management.network.DeviceProperties);
    descriptor: (Lcom/microsoft/azure/management/network/DeviceProperties;)Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VpnSiteInner this
        start local 1 // com.microsoft.azure.management.network.DeviceProperties deviceProperties
         0: .line 131
            aload 0 /* this */
            aload 1 /* deviceProperties */
            putfield com.microsoft.azure.management.network.implementation.VpnSiteInner.deviceProperties:Lcom/microsoft/azure/management/network/DeviceProperties;
         1: .line 132
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.DeviceProperties deviceProperties
        end local 0 // com.microsoft.azure.management.network.implementation.VpnSiteInner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
            0    2     1  deviceProperties  Lcom/microsoft/azure/management/network/DeviceProperties;
    MethodParameters:
                  Name  Flags
      deviceProperties  

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

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

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

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

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

  public com.microsoft.azure.management.network.implementation.VpnSiteInner withAddressSpace(com.microsoft.azure.management.network.AddressSpace);
    descriptor: (Lcom/microsoft/azure/management/network/AddressSpace;)Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VpnSiteInner this
        start local 1 // com.microsoft.azure.management.network.AddressSpace addressSpace
         0: .line 191
            aload 0 /* this */
            aload 1 /* addressSpace */
            putfield com.microsoft.azure.management.network.implementation.VpnSiteInner.addressSpace:Lcom/microsoft/azure/management/network/AddressSpace;
         1: .line 192
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.AddressSpace addressSpace
        end local 0 // com.microsoft.azure.management.network.implementation.VpnSiteInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
            0    2     1  addressSpace  Lcom/microsoft/azure/management/network/AddressSpace;
    MethodParameters:
              Name  Flags
      addressSpace  

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

  public com.microsoft.azure.management.network.implementation.VpnSiteInner withBgpProperties(com.microsoft.azure.management.network.BgpSettings);
    descriptor: (Lcom/microsoft/azure/management/network/BgpSettings;)Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VpnSiteInner this
        start local 1 // com.microsoft.azure.management.network.BgpSettings bgpProperties
         0: .line 211
            aload 0 /* this */
            aload 1 /* bgpProperties */
            putfield com.microsoft.azure.management.network.implementation.VpnSiteInner.bgpProperties:Lcom/microsoft/azure/management/network/BgpSettings;
         1: .line 212
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.BgpSettings bgpProperties
        end local 0 // com.microsoft.azure.management.network.implementation.VpnSiteInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
            0    2     1  bgpProperties  Lcom/microsoft/azure/management/network/BgpSettings;
    MethodParameters:
               Name  Flags
      bgpProperties  

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

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

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

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

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

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

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

  public com.microsoft.azure.management.network.implementation.VpnSiteInner withId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VpnSiteInner this
        start local 1 // java.lang.String id
         0: .line 289
            aload 0 /* this */
            aload 1 /* id */
            putfield com.microsoft.azure.management.network.implementation.VpnSiteInner.id:Ljava/lang/String;
         1: .line 290
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.network.implementation.VpnSiteInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    
}
SourceFile: "VpnSiteInner.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()