Show / Hide Table of Contents

Class CustomSslState

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

Constructors

View Source

CustomSslState()

Declaration
public CustomSslState()

Properties

View Source

CustomSslOptions

The certificate, private key and associated optional parameters, such as bundle_method, geo_restrictions, and type.

Declaration
public Input<CustomSslCustomSslOptionsGetArgs> CustomSslOptions { get; set; }
Property Value
Type Description
Input<CustomSslCustomSslOptionsGetArgs>
View Source

CustomSslPriorities

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

ExpiresOn

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

Hosts

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

Issuer

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

ModifiedOn

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

Priority

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Signature

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

Status

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

UploadedOn

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

ZoneId

The DNS zone id to the custom ssl cert should be added.

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