VpnSiteLinkConnectionInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
VpnSiteLinkConnection Resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class VpnSiteLinkConnectionInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VpnSiteLinkConnectionInner = class
inherit SubResource
Public Class VpnSiteLinkConnectionInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
VpnSiteLinkConnectionInner() |
Initializes a new instance of the VpnSiteLinkConnectionInner class. |
VpnSiteLinkConnectionInner(String, SubResource, Nullable<Int32>, VpnConnectionStatus, VirtualNetworkGatewayConnectionProtocol, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Boolean>, IList<IpsecPolicy>, Nullable<Boolean>, Nullable<Boolean>, ProvisioningState, String, String, String) |
Initializes a new instance of the VpnSiteLinkConnectionInner class. |
Properties
ConnectionBandwidth |
Gets or sets expected bandwidth in MBPS. |
ConnectionStatus |
Gets or sets the connection status. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected' |
EgressBytesTransferred |
Gets egress bytes transferred. |
EnableBgp |
Gets or sets enableBgp flag. |
EnableRateLimiting |
Gets or sets enableBgp flag. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Resource Id (Inherited from SubResource) |
IngressBytesTransferred |
Gets ingress bytes transferred. |
IpsecPolicies |
Gets or sets the IPSec Policies to be considered by this connection. |
Name |
Gets or sets the name of the resource that is unique within a resource group. This name can be used to access the resource. |
ProvisioningState |
Gets the provisioning state of the VPN site link connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
RoutingWeight |
Gets or sets routing weight for vpn connection. |
SharedKey |
Gets or sets sharedKey for the vpn connection. |
Type |
Gets resource type. |
UseLocalAzureIpAddress |
Gets or sets use local azure ip to initiate connection. |
UsePolicyBasedTrafficSelectors |
Gets or sets enable policy-based traffic selectors. |
VpnConnectionProtocolType |
Gets or sets connection protocol used for this connection. Possible values include: 'IKEv2', 'IKEv1' |
VpnSiteLink |
Gets or sets id of the connected vpn site link. |