Show / Hide Table of Contents

Class LicenseState

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

Constructors

View Source

LicenseState()

Declaration
public LicenseState()

Properties

View Source

ConsulLicense

The Consul license to use.

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

CustomerId

The ID of the customer the license is attached to.

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

Datacenter

The datacenter to use. This overrides the agent's default datacenter and the datacenter in the provider setup.

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

ExpirationTime

The expiration time of the license.

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

Features

The features for which the license is valid.

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

Flags

The metadata attached to the license.

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

InstallationId

The ID of the current installation.

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

IssueTime

The date the license was issued.

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

LicenseId

The ID of the license used.

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

Product

The product for which the license is valid.

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

StartTime

The start time of the license.

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

Valid

Whether the license is valid.

Declaration
public Input<bool> Valid { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Warnings

A list of warning messages regarding the license validity.

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