Class KeyState
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.F5BigIP.Ssl
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class KeyState : ResourceArgs
Constructors
View SourceKeyState()
Declaration
public KeyState()
Properties
View SourceContent
Content of SSL certificate key present on local Disk
Declaration
public Input<string> Content { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the SSL Certificate key to be Imported on to BIGIP
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Partition
Partition on to SSL Certificate key to be imported
Declaration
public Input<string> Partition { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |