Show / Hide Table of Contents

Class VpnGatewayArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VpnGatewayArgs
Inherited Members
ResourceArgs.Empty
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 Source

VpnGatewayArgs()

Declaration
public VpnGatewayArgs()

Properties

View Source

BgpSettings

A bgp_settings block as defined below.

Declaration
public InputList<VpnGatewayBgpSettingArgs> BgpSettings { get; set; }
Property Value
Type Description
InputList<VpnGatewayBgpSettingArgs>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.