public class com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner extends com.microsoft.azure.SubResource
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner
super_class: com.microsoft.azure.SubResource
{
private com.microsoft.azure.SubResource vpnSiteLink;
descriptor: Lcom/microsoft/azure/SubResource;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.vpnSiteLink")
private java.lang.Integer routingWeight;
descriptor: Ljava/lang/Integer;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.routingWeight")
private com.microsoft.azure.management.network.VpnConnectionStatus connectionStatus;
descriptor: Lcom/microsoft/azure/management/network/VpnConnectionStatus;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.connectionStatus")
private com.microsoft.azure.management.network.VirtualNetworkGatewayConnectionProtocol vpnConnectionProtocolType;
descriptor: Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnectionProtocol;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.vpnConnectionProtocolType")
private java.lang.Long ingressBytesTransferred;
descriptor: Ljava/lang/Long;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.ingressBytesTransferred", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private java.lang.Long egressBytesTransferred;
descriptor: Ljava/lang/Long;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.egressBytesTransferred", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private java.lang.Integer connectionBandwidth;
descriptor: Ljava/lang/Integer;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.connectionBandwidth")
private java.lang.String sharedKey;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.sharedKey")
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 usePolicyBasedTrafficSelectors;
descriptor: Ljava/lang/Boolean;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.usePolicyBasedTrafficSelectors")
private java.util.List<com.microsoft.azure.management.network.IpsecPolicy> ipsecPolicies;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/IpsecPolicy;>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.ipsecPolicies")
private java.lang.Boolean enableRateLimiting;
descriptor: Ljava/lang/Boolean;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.enableRateLimiting")
private java.lang.Boolean useLocalAzureIpAddress;
descriptor: Ljava/lang/Boolean;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.useLocalAzureIpAddress")
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.String name;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "name")
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 type;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "type", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
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.SubResource.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
public com.microsoft.azure.SubResource vpnSiteLink();
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.VpnSiteLinkConnectionInner.vpnSiteLink:Lcom/microsoft/azure/SubResource;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
public com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner withVpnSiteLink(com.microsoft.azure.SubResource);
descriptor: (Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
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.VpnSiteLinkConnectionInner.vpnSiteLink: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/VpnSiteLinkConnectionInner;
0 2 1 vpnSiteLink Lcom/microsoft/azure/SubResource;
MethodParameters:
Name Flags
vpnSiteLink
public java.lang.Integer routingWeight();
descriptor: ()Ljava/lang/Integer;
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.VpnSiteLinkConnectionInner.routingWeight:Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
public com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner withRoutingWeight(java.lang.Integer);
descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
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.VpnSiteLinkConnectionInner.routingWeight:Ljava/lang/Integer;
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/VpnSiteLinkConnectionInner;
0 2 1 routingWeight Ljava/lang/Integer;
MethodParameters:
Name Flags
routingWeight
public com.microsoft.azure.management.network.VpnConnectionStatus connectionStatus();
descriptor: ()Lcom/microsoft/azure/management/network/VpnConnectionStatus;
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.VpnSiteLinkConnectionInner.connectionStatus:Lcom/microsoft/azure/management/network/VpnConnectionStatus;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
public com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner withConnectionStatus(com.microsoft.azure.management.network.VpnConnectionStatus);
descriptor: (Lcom/microsoft/azure/management/network/VpnConnectionStatus;)Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
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.VpnSiteLinkConnectionInner.connectionStatus:Lcom/microsoft/azure/management/network/VpnConnectionStatus;
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/VpnSiteLinkConnectionInner;
0 2 1 connectionStatus Lcom/microsoft/azure/management/network/VpnConnectionStatus;
MethodParameters:
Name Flags
connectionStatus
public com.microsoft.azure.management.network.VirtualNetworkGatewayConnectionProtocol vpnConnectionProtocolType();
descriptor: ()Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnectionProtocol;
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.VpnSiteLinkConnectionInner.vpnConnectionProtocolType:Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnectionProtocol;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
public com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner withVpnConnectionProtocolType(com.microsoft.azure.management.network.VirtualNetworkGatewayConnectionProtocol);
descriptor: (Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnectionProtocol;)Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
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.VpnSiteLinkConnectionInner.vpnConnectionProtocolType:Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnectionProtocol;
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/VpnSiteLinkConnectionInner;
0 2 1 vpnConnectionProtocolType Lcom/microsoft/azure/management/network/VirtualNetworkGatewayConnectionProtocol;
MethodParameters:
Name Flags
vpnConnectionProtocolType
public java.lang.Long ingressBytesTransferred();
descriptor: ()Ljava/lang/Long;
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.VpnSiteLinkConnectionInner.ingressBytesTransferred:Ljava/lang/Long;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
public java.lang.Long egressBytesTransferred();
descriptor: ()Ljava/lang/Long;
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.VpnSiteLinkConnectionInner.egressBytesTransferred:Ljava/lang/Long;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
public java.lang.Integer connectionBandwidth();
descriptor: ()Ljava/lang/Integer;
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.VpnSiteLinkConnectionInner.connectionBandwidth:Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
public com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner withConnectionBandwidth(java.lang.Integer);
descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
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.VpnSiteLinkConnectionInner.connectionBandwidth:Ljava/lang/Integer;
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/VpnSiteLinkConnectionInner;
0 2 1 connectionBandwidth Ljava/lang/Integer;
MethodParameters:
Name Flags
connectionBandwidth
public java.lang.String sharedKey();
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.VpnSiteLinkConnectionInner.sharedKey:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
public com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner withSharedKey(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
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.VpnSiteLinkConnectionInner.sharedKey: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/VpnSiteLinkConnectionInner;
0 2 1 sharedKey Ljava/lang/String;
MethodParameters:
Name Flags
sharedKey
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.VpnSiteLinkConnectionInner.enableBgp:Ljava/lang/Boolean;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
public com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner withEnableBgp(java.lang.Boolean);
descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
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.VpnSiteLinkConnectionInner.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/VpnSiteLinkConnectionInner;
0 2 1 enableBgp Ljava/lang/Boolean;
MethodParameters:
Name Flags
enableBgp
public java.lang.Boolean usePolicyBasedTrafficSelectors();
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.VpnSiteLinkConnectionInner.usePolicyBasedTrafficSelectors:Ljava/lang/Boolean;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
public com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner withUsePolicyBasedTrafficSelectors(java.lang.Boolean);
descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
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.VpnSiteLinkConnectionInner.usePolicyBasedTrafficSelectors: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/VpnSiteLinkConnectionInner;
0 2 1 usePolicyBasedTrafficSelectors Ljava/lang/Boolean;
MethodParameters:
Name Flags
usePolicyBasedTrafficSelectors
public java.util.List<com.microsoft.azure.management.network.IpsecPolicy> ipsecPolicies();
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.VpnSiteLinkConnectionInner.ipsecPolicies:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/IpsecPolicy;>;
public com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner withIpsecPolicies(java.util.List<com.microsoft.azure.management.network.IpsecPolicy>);
descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
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.VpnSiteLinkConnectionInner.ipsecPolicies: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/VpnSiteLinkConnectionInner;
0 2 1 ipsecPolicies Ljava/util/List<Lcom/microsoft/azure/management/network/IpsecPolicy;>;
Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/IpsecPolicy;>;)Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
MethodParameters:
Name Flags
ipsecPolicies
public java.lang.Boolean enableRateLimiting();
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.VpnSiteLinkConnectionInner.enableRateLimiting:Ljava/lang/Boolean;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
public com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner withEnableRateLimiting(java.lang.Boolean);
descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
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.VpnSiteLinkConnectionInner.enableRateLimiting: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/VpnSiteLinkConnectionInner;
0 2 1 enableRateLimiting Ljava/lang/Boolean;
MethodParameters:
Name Flags
enableRateLimiting
public java.lang.Boolean useLocalAzureIpAddress();
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.VpnSiteLinkConnectionInner.useLocalAzureIpAddress:Ljava/lang/Boolean;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
public com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner withUseLocalAzureIpAddress(java.lang.Boolean);
descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
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.VpnSiteLinkConnectionInner.useLocalAzureIpAddress: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/VpnSiteLinkConnectionInner;
0 2 1 useLocalAzureIpAddress Ljava/lang/Boolean;
MethodParameters:
Name Flags
useLocalAzureIpAddress
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.VpnSiteLinkConnectionInner.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/VpnSiteLinkConnectionInner;
public java.lang.String name();
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.VpnSiteLinkConnectionInner.name:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
public com.microsoft.azure.management.network.implementation.VpnSiteLinkConnectionInner withName(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
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.VpnSiteLinkConnectionInner.name: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/VpnSiteLinkConnectionInner;
0 2 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
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.VpnSiteLinkConnectionInner.etag:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
public java.lang.String type();
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.VpnSiteLinkConnectionInner.type:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/VpnSiteLinkConnectionInner;
}
SourceFile: "VpnSiteLinkConnectionInner.java"
InnerClasses:
public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
RuntimeVisibleAnnotations:
com.microsoft.rest.serializer.JsonFlatten()