Show / Hide Table of Contents

Class VirtualNetworkGatewayVpnClientConfiguration

Inheritance
System.Object
VirtualNetworkGatewayVpnClientConfiguration
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualNetworkGatewayVpnClientConfiguration

Fields

View Source

AddressSpaces

The address space out of which ip addresses for vpn clients will be taken. You can provide more than one address space, e.g. in CIDR notation.

Declaration
public readonly ImmutableArray<string> AddressSpaces
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

RadiusServerAddress

The address of the Radius server. This setting is incompatible with the use of root_certificate and revoked_certificate.

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

RadiusServerSecret

The secret used by the Radius server. This setting is incompatible with the use of root_certificate and revoked_certificate.

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

RevokedCertificates

One or more revoked_certificate blocks which are defined below. This setting is incompatible with the use of radius_server_address and radius_server_secret.

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

RootCertificates

One or more root_certificate blocks which are defined below. These root certificates are used to sign the client certificate used by the VPN clients to connect to the gateway. This setting is incompatible with the use of radius_server_address and radius_server_secret.

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

VpnClientProtocols

List of the protocols supported by the vpn client. The supported values are SSTP, IkeV2 and OpenVPN.

Declaration
public readonly ImmutableArray<string> VpnClientProtocols
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.