Class ManagedSslCertificateManagedArgs
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.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ManagedSslCertificateManagedArgs : ResourceArgs
Constructors
View SourceManagedSslCertificateManagedArgs()
Declaration
public ManagedSslCertificateManagedArgs()
Properties
View SourceDomains
Domains for which a managed SSL certificate will be valid. Currently, there can be up to 100 domains in this list.
Declaration
public InputList<string> Domains { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |