Class SslVpnClientCertState
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.AliCloud.Vpn
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class SslVpnClientCertState : ResourceArgs
Constructors
View SourceSslVpnClientCertState()
Declaration
public SslVpnClientCertState()
Properties
View SourceCaCert
Declaration
public Input<string> CaCert { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientCert
Declaration
public Input<string> ClientCert { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientConfig
Declaration
public Input<string> ClientConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientKey
Declaration
public Input<string> ClientKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SslVpnServerId
Declaration
public Input<string> SslVpnServerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |