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 0: aload 0
invokespecial com.microsoft.azure.Resource.<init>:()V
return
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.ipConfigurations:Ljava/util/List;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.ipConfigurations:Ljava/util/List;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.gatewayType:Lcom/microsoft/azure/management/network/VirtualNetworkGatewayType;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.gatewayType:Lcom/microsoft/azure/management/network/VirtualNetworkGatewayType;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.vpnType:Lcom/microsoft/azure/management/network/VpnType;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.vpnType:Lcom/microsoft/azure/management/network/VpnType;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.vpnGatewayGeneration:Lcom/microsoft/azure/management/network/VpnGatewayGeneration;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.vpnGatewayGeneration:Lcom/microsoft/azure/management/network/VpnGatewayGeneration;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.enableBgp:Ljava/lang/Boolean;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.enableBgp:Ljava/lang/Boolean;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.activeActive:Ljava/lang/Boolean;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.activeActive:Ljava/lang/Boolean;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.gatewayDefaultSite:Lcom/microsoft/azure/SubResource;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.gatewayDefaultSite:Lcom/microsoft/azure/SubResource;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.sku:Lcom/microsoft/azure/management/network/VirtualNetworkGatewaySku;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.sku:Lcom/microsoft/azure/management/network/VirtualNetworkGatewaySku;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.vpnClientConfiguration:Lcom/microsoft/azure/management/network/VpnClientConfiguration;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.vpnClientConfiguration:Lcom/microsoft/azure/management/network/VpnClientConfiguration;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.bgpSettings:Lcom/microsoft/azure/management/network/BgpSettings;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.bgpSettings:Lcom/microsoft/azure/management/network/BgpSettings;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.customRoutes:Lcom/microsoft/azure/management/network/AddressSpace;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.customRoutes:Lcom/microsoft/azure/management/network/AddressSpace;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.resourceGuid:Ljava/lang/String;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.provisioningState:Lcom/microsoft/azure/management/network/ProvisioningState;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.enableDnsForwarding:Ljava/lang/Boolean;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.enableDnsForwarding:Ljava/lang/Boolean;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.inboundDnsForwardingEndpoint:Ljava/lang/String;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.etag:Ljava/lang/String;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.id:Ljava/lang/String;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayInner.id:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 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()