Show / Hide Table of Contents

Class VpnServerConfigurationRadiusServerArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VpnServerConfigurationRadiusServerArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VpnServerConfigurationRadiusServerArgs : ResourceArgs

Constructors

View Source

VpnServerConfigurationRadiusServerArgs()

Declaration
public VpnServerConfigurationRadiusServerArgs()

Properties

View Source

Address

The Address of the Radius Server.

Declaration
public Input<string> Address { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ClientRootCertificates

One or more client_root_certificate blocks as defined above.

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

Secret

The Secret used to communicate with the Radius Server.

Declaration
public Input<string> Secret { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServerRootCertificates

One or more server_root_certificate blocks as defined below.

Declaration
public InputList<VpnServerConfigurationRadiusServerServerRootCertificateArgs> ServerRootCertificates { get; set; }
Property Value
Type Description
InputList<VpnServerConfigurationRadiusServerServerRootCertificateArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.