Class VpnGatewayArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VpnGatewayArgs : ResourceArgs
Constructors
View SourceVpnGatewayArgs()
Declaration
public VpnGatewayArgs()
Properties
View SourceBgpSettings
A bgp_settings block as defined below.
Declaration
public InputList<VpnGatewayBgpSettingArgs> BgpSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<VpnGatewayBgpSettingArgs> |
Location
The Azure location where this VPN Gateway should be created. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The Name which should be used for this 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 this VPN Gateway should be created. 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 VPN Gateway. Defaults to 1.
Declaration
public Input<int> ScaleUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Tags
A mapping of tags to assign to the VPN Gateway.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
VirtualHubId
The ID of the Virtual Hub within which this VPN Gateway should be created. Changing this forces a new resource to be created.
Declaration
public Input<string> VirtualHubId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |