Class LicenseState
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.Consul
Assembly: Pulumi.Consul.dll
Syntax
public sealed class LicenseState : ResourceArgs
Constructors
View SourceLicenseState()
Declaration
public LicenseState()
Properties
View SourceConsulLicense
The Consul license to use.
Declaration
public Input<string> ConsulLicense { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
ExpirationTime
The expiration time of the license.
Declaration
public Input<string> ExpirationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Features
The features for which the license is valid.
Declaration
public InputList<string> Features { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Flags
The metadata attached to the license.
Declaration
public InputMap<string> Flags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
InstallationId
The ID of the current installation.
Declaration
public Input<string> InstallationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IssueTime
The date the license was issued.
Declaration
public Input<string> IssueTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LicenseId
The ID of the license used.
Declaration
public Input<string> LicenseId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Product
The product for which the license is valid.
Declaration
public Input<string> Product { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StartTime
The start time of the license.
Declaration
public Input<string> StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Valid
Whether the license is valid.
Declaration
public Input<bool> Valid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Warnings
A list of warning messages regarding the license validity.
Declaration
public InputList<string> Warnings { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |