public class com.microsoft.azure.management.network.implementation.VpnSiteInner extends com.microsoft.azure.Resource
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.microsoft.azure.management.network.implementation.VpnSiteInner
super_class: com.microsoft.azure.Resource
{
private com.microsoft.azure.SubResource virtualWan;
descriptor: Lcom/microsoft/azure/SubResource;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.virtualWan")
private com.microsoft.azure.management.network.DeviceProperties deviceProperties;
descriptor: Lcom/microsoft/azure/management/network/DeviceProperties;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.deviceProperties")
private java.lang.String ipAddress;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.ipAddress")
private java.lang.String siteKey;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.siteKey")
private com.microsoft.azure.management.network.AddressSpace addressSpace;
descriptor: Lcom/microsoft/azure/management/network/AddressSpace;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.addressSpace")
private com.microsoft.azure.management.network.BgpSettings bgpProperties;
descriptor: Lcom/microsoft/azure/management/network/BgpSettings;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.bgpProperties")
private com.microsoft.azure.management.network.ProvisioningState provisioningState;
descriptor: Lcom/microsoft/azure/management/network/ProvisioningState;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private java.lang.Boolean isSecuritySite;
descriptor: Ljava/lang/Boolean;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.isSecuritySite")
private java.util.List<com.microsoft.azure.management.network.implementation.VpnSiteLinkInner> vpnSiteLinks;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkInner;>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.vpnSiteLinks")
private java.lang.String etag;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "etag", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private java.lang.String id;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "id")
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 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/VpnSiteInner;
public com.microsoft.azure.SubResource virtualWan();
descriptor: ()Lcom/microsoft/azure/SubResource;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VpnSiteInner.virtualWan:Lcom/microsoft/azure/SubResource;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
public com.microsoft.azure.management.network.implementation.VpnSiteInner withVirtualWan(com.microsoft.azure.SubResource);
descriptor: (Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VpnSiteInner.virtualWan: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/VpnSiteInner;
0 2 1 virtualWan Lcom/microsoft/azure/SubResource;
MethodParameters:
Name Flags
virtualWan
public com.microsoft.azure.management.network.DeviceProperties deviceProperties();
descriptor: ()Lcom/microsoft/azure/management/network/DeviceProperties;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VpnSiteInner.deviceProperties:Lcom/microsoft/azure/management/network/DeviceProperties;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
public com.microsoft.azure.management.network.implementation.VpnSiteInner withDeviceProperties(com.microsoft.azure.management.network.DeviceProperties);
descriptor: (Lcom/microsoft/azure/management/network/DeviceProperties;)Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VpnSiteInner.deviceProperties:Lcom/microsoft/azure/management/network/DeviceProperties;
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/VpnSiteInner;
0 2 1 deviceProperties Lcom/microsoft/azure/management/network/DeviceProperties;
MethodParameters:
Name Flags
deviceProperties
public java.lang.String ipAddress();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VpnSiteInner.ipAddress:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
public com.microsoft.azure.management.network.implementation.VpnSiteInner withIpAddress(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VpnSiteInner.ipAddress: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/VpnSiteInner;
0 2 1 ipAddress Ljava/lang/String;
MethodParameters:
Name Flags
ipAddress
public java.lang.String siteKey();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VpnSiteInner.siteKey:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
public com.microsoft.azure.management.network.implementation.VpnSiteInner withSiteKey(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VpnSiteInner.siteKey: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/VpnSiteInner;
0 2 1 siteKey Ljava/lang/String;
MethodParameters:
Name Flags
siteKey
public com.microsoft.azure.management.network.AddressSpace addressSpace();
descriptor: ()Lcom/microsoft/azure/management/network/AddressSpace;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VpnSiteInner.addressSpace: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/VpnSiteInner;
public com.microsoft.azure.management.network.implementation.VpnSiteInner withAddressSpace(com.microsoft.azure.management.network.AddressSpace);
descriptor: (Lcom/microsoft/azure/management/network/AddressSpace;)Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VpnSiteInner.addressSpace: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/VpnSiteInner;
0 2 1 addressSpace Lcom/microsoft/azure/management/network/AddressSpace;
MethodParameters:
Name Flags
addressSpace
public com.microsoft.azure.management.network.BgpSettings bgpProperties();
descriptor: ()Lcom/microsoft/azure/management/network/BgpSettings;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VpnSiteInner.bgpProperties: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/VpnSiteInner;
public com.microsoft.azure.management.network.implementation.VpnSiteInner withBgpProperties(com.microsoft.azure.management.network.BgpSettings);
descriptor: (Lcom/microsoft/azure/management/network/BgpSettings;)Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VpnSiteInner.bgpProperties: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/VpnSiteInner;
0 2 1 bgpProperties Lcom/microsoft/azure/management/network/BgpSettings;
MethodParameters:
Name Flags
bgpProperties
public com.microsoft.azure.management.network.ProvisioningState provisioningState();
descriptor: ()Lcom/microsoft/azure/management/network/ProvisioningState;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VpnSiteInner.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/VpnSiteInner;
public java.lang.Boolean isSecuritySite();
descriptor: ()Ljava/lang/Boolean;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VpnSiteInner.isSecuritySite:Ljava/lang/Boolean;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
public com.microsoft.azure.management.network.implementation.VpnSiteInner withIsSecuritySite(java.lang.Boolean);
descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VpnSiteInner.isSecuritySite: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/VpnSiteInner;
0 2 1 isSecuritySite Ljava/lang/Boolean;
MethodParameters:
Name Flags
isSecuritySite
public java.util.List<com.microsoft.azure.management.network.implementation.VpnSiteLinkInner> vpnSiteLinks();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VpnSiteInner.vpnSiteLinks:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkInner;>;
public com.microsoft.azure.management.network.implementation.VpnSiteInner withVpnSiteLinks(java.util.List<com.microsoft.azure.management.network.implementation.VpnSiteLinkInner>);
descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VpnSiteInner.vpnSiteLinks: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/VpnSiteInner;
0 2 1 vpnSiteLinks Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkInner;>;
Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkInner;>;)Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
MethodParameters:
Name Flags
vpnSiteLinks
public java.lang.String etag();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VpnSiteInner.etag:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
public java.lang.String id();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.VpnSiteInner.id:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
public com.microsoft.azure.management.network.implementation.VpnSiteInner withId(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VpnSiteInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.VpnSiteInner.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/VpnSiteInner;
0 2 1 id Ljava/lang/String;
MethodParameters:
Name Flags
id
}
SourceFile: "VpnSiteInner.java"
InnerClasses:
public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
RuntimeVisibleAnnotations:
com.microsoft.rest.serializer.JsonFlatten()
com.microsoft.rest.SkipParentValidation()