Show / Hide Table of Contents

Class CertificateState

Inheritance
System.Object
InputArgs
ResourceArgs
CertificateState
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 CertificateState : ResourceArgs

Constructors

View Source

CertificateState()

Declaration
public CertificateState()

Properties

View Source

Content

Content of certificate on Disk

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

Name

Name of the SSL Certificate 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 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.