Class PointToPointVpnGatewayArgs
Inherited Members
Namespace: Pulumi.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PointToPointVpnGatewayArgs : ResourceArgs
Constructors
View SourcePointToPointVpnGatewayArgs()
Declaration
public PointToPointVpnGatewayArgs()
Properties
View SourceConnectionConfiguration
A connection_configuration block as defined below.
Declaration
public Input<PointToPointVpnGatewayConnectionConfigurationArgs> ConnectionConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PointToPointVpnGatewayConnectionConfigurationArgs> |
Location
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Point-to-Site VPN Gateway. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which to create the Point-to-Site VPN Gateway. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ScaleUnit
The Scale Unit for this Point-to-Site VPN Gateway.
Declaration
public Input<int> ScaleUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Tags
A mapping of tags to assign to the Point-to-Site VPN Gateway.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
VirtualHubId
The ID of the Virtual Hub where this Point-to-Site VPN Gateway should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> VirtualHubId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpnServerConfigurationId
The ID of the VPN Server Configuration which this Point-to-Site VPN Gateway should use. Changing this forces a new resource to be created.
Declaration
public Input<string> VpnServerConfigurationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |