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

  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 com.microsoft.azure.SubResource vpnServerConfiguration;
    descriptor: Lcom/microsoft/azure/SubResource;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.vpnServerConfiguration")

  private com.microsoft.azure.management.network.VpnClientConnectionHealth vpnClientConnectionHealth;
    descriptor: Lcom/microsoft/azure/management/network/VpnClientConnectionHealth;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.vpnClientConnectionHealth", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

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

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

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

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

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

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

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

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

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

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

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