Show / Hide Table of Contents

Class GetVirtualNetworkGatewayResult

Inheritance
System.Object
GetVirtualNetworkGatewayResult
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 GetVirtualNetworkGatewayResult

Fields

View Source

ActiveActive

Is this an Active-Active Gateway?

Declaration
public readonly bool ActiveActive
Field Value
Type Description
System.Boolean
View Source

BgpSettings

Declaration
public readonly ImmutableArray<GetVirtualNetworkGatewayBgpSettingResult> BgpSettings
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetVirtualNetworkGatewayBgpSettingResult>
View Source

DefaultLocalNetworkGatewayId

The ID of the local network gateway through which outbound Internet traffic from the virtual network in which the gateway is created will be routed (forced tunneling). Refer to the Azure documentation on forced tunneling.

Declaration
public readonly string DefaultLocalNetworkGatewayId
Field Value
Type Description
System.String
View Source

EnableBgp

Will BGP (Border Gateway Protocol) will be enabled for this Virtual Network Gateway.

Declaration
public readonly bool EnableBgp
Field Value
Type Description
System.Boolean
View Source

Generation

The Generation of the Virtual Network Gateway.

Declaration
public readonly string Generation
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IpConfigurations

One or two ip_configuration blocks documented below.

Declaration
public readonly ImmutableArray<GetVirtualNetworkGatewayIpConfigurationResult> IpConfigurations
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetVirtualNetworkGatewayIpConfigurationResult>
View Source

Location

The location/region where the Virtual Network Gateway is located.

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Name

The user-defined name of the revoked certificate.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

Sku

Configuration of the size and capacity of the Virtual Network Gateway.

Declaration
public readonly string Sku
Field Value
Type Description
System.String
View Source

Tags

A mapping of tags assigned to the resource.

Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

Type

The type of the Virtual Network Gateway.

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

VpnClientConfigurations

A vpn_client_configuration block which is documented below.

Declaration
public readonly ImmutableArray<GetVirtualNetworkGatewayVpnClientConfigurationResult> VpnClientConfigurations
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetVirtualNetworkGatewayVpnClientConfigurationResult>
View Source

VpnType

The routing type of the Virtual Network Gateway.

Declaration
public readonly string VpnType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.