Class KeysKey
Inheritance
System.Object
KeysKey
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.Outputs
Assembly: Pulumi.Consul.dll
Syntax
public sealed class KeysKey
Fields
View SourceDefault
Declaration
public readonly string Default
Field Value
| Type | Description |
|---|---|
| System.String |
Delete
If true, then the key will be deleted when either its configuration block is removed from the configuration or the entire resource is destroyed. Otherwise, it will be left in Consul. Defaults to false.
Declaration
public readonly bool? Delete
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Flags
An unsigned integer value to attach to the key (defaults to 0).
Declaration
public readonly int? Flags
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Path
This is the path in Consul that should be written to.
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
Value
The value to write to the given path.
Declaration
public readonly string Value
Field Value
| Type | Description |
|---|---|
| System.String |