public class com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner 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.VirtualNetworkGatewayInner
  super_class: com.microsoft.azure.Resource
{
  private java.util.List<com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner> ipConfigurations;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayIPConfigurationInner;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.ipConfigurations")

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

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

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

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

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

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

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

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

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

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

  private java.lang.String inboundDnsForwardingEndpoint;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.inboundDnsForwardingEndpoint", 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.VirtualNetworkGatewayInner this
         0: .line 31
            aload 0 /* this */
            invokespecial com.microsoft.azure.Resource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayInner;

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

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

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

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner withGatewayType(com.microsoft.azure.management.network.VirtualNetworkGatewayType);
    descriptor: (Lcom/microsoft/azure/management/network/VirtualNetworkGatewayType;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner this
        start local 1 // com.microsoft.azure.management.network.VirtualNetworkGatewayType gatewayType
         0: .line 182
            aload 0 /* this */
            aload 1 /* gatewayType */
            putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.gatewayType:Lcom/microsoft/azure/management/network/VirtualNetworkGatewayType;
         1: .line 183
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.VirtualNetworkGatewayType gatewayType
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayInner;
            0    2     1  gatewayType  Lcom/microsoft/azure/management/network/VirtualNetworkGatewayType;
    MethodParameters:
             Name  Flags
      gatewayType  

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

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner withVpnType(com.microsoft.azure.management.network.VpnType);
    descriptor: (Lcom/microsoft/azure/management/network/VpnType;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner this
        start local 1 // com.microsoft.azure.management.network.VpnType vpnType
         0: .line 202
            aload 0 /* this */
            aload 1 /* vpnType */
            putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.vpnType:Lcom/microsoft/azure/management/network/VpnType;
         1: .line 203
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.VpnType vpnType
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayInner;
            0    2     1  vpnType  Lcom/microsoft/azure/management/network/VpnType;
    MethodParameters:
         Name  Flags
      vpnType  

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

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner withVpnGatewayGeneration(com.microsoft.azure.management.network.VpnGatewayGeneration);
    descriptor: (Lcom/microsoft/azure/management/network/VpnGatewayGeneration;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner this
        start local 1 // com.microsoft.azure.management.network.VpnGatewayGeneration vpnGatewayGeneration
         0: .line 222
            aload 0 /* this */
            aload 1 /* vpnGatewayGeneration */
            putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.vpnGatewayGeneration:Lcom/microsoft/azure/management/network/VpnGatewayGeneration;
         1: .line 223
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.VpnGatewayGeneration vpnGatewayGeneration
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayInner;
            0    2     1  vpnGatewayGeneration  Lcom/microsoft/azure/management/network/VpnGatewayGeneration;
    MethodParameters:
                      Name  Flags
      vpnGatewayGeneration  

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

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

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

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

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

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

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

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner withSku(com.microsoft.azure.management.network.VirtualNetworkGatewaySku);
    descriptor: (Lcom/microsoft/azure/management/network/VirtualNetworkGatewaySku;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner this
        start local 1 // com.microsoft.azure.management.network.VirtualNetworkGatewaySku sku
         0: .line 302
            aload 0 /* this */
            aload 1 /* sku */
            putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.sku:Lcom/microsoft/azure/management/network/VirtualNetworkGatewaySku;
         1: .line 303
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.VirtualNetworkGatewaySku sku
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayInner;
            0    2     1   sku  Lcom/microsoft/azure/management/network/VirtualNetworkGatewaySku;
    MethodParameters:
      Name  Flags
      sku   

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

  public com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner withVpnClientConfiguration(com.microsoft.azure.management.network.VpnClientConfiguration);
    descriptor: (Lcom/microsoft/azure/management/network/VpnClientConfiguration;)Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner this
        start local 1 // com.microsoft.azure.management.network.VpnClientConfiguration vpnClientConfiguration
         0: .line 322
            aload 0 /* this */
            aload 1 /* vpnClientConfiguration */
            putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.vpnClientConfiguration:Lcom/microsoft/azure/management/network/VpnClientConfiguration;
         1: .line 323
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.VpnClientConfiguration vpnClientConfiguration
        end local 0 // com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/network/implementation/VirtualNetworkGatewayInner;
            0    2     1  vpnClientConfiguration  Lcom/microsoft/azure/management/network/VpnClientConfiguration;
    MethodParameters:
                        Name  Flags
      vpnClientConfiguration  

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

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

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

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

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

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

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

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

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

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

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

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