Show / Hide Table of Contents

Class KeyState

Inheritance
System.Object
InputArgs
ResourceArgs
KeyState
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.F5BigIP.Ssl
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class KeyState : ResourceArgs

Constructors

View Source

KeyState()

Declaration
public KeyState()

Properties

View Source

Content

Content of SSL certificate key present on local Disk

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

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>
View Source

Partition

Partition on to SSL Certificate key to be imported

Declaration
public Input<string> Partition { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.