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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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