Class OrderV1State
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.OpenStack.KeyManager
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class OrderV1State : ResourceArgs
Constructors
View SourceOrderV1State()
Declaration
public OrderV1State()
Properties
View SourceContainerRef
The container reference / where to find the container.
Declaration
public Input<string> ContainerRef { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Created
The date the order was created.
Declaration
public Input<string> Created { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CreatorId
The creator of the order.
Declaration
public Input<string> CreatorId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Meta
Dictionary containing the order metadata used to generate the order. The structure is described below.
Declaration
public Input<OrderV1MetaGetArgs> Meta { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<OrderV1MetaGetArgs> |
OrderRef
The order reference / where to find the order.
Declaration
public Input<string> OrderRef { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region in which to obtain the V1 KeyManager client.
A KeyManager client is needed to create a order. If omitted, the
region argument of the provider is used. Changing this creates a new
V1 order.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecretRef
The secret reference / where to find the secret.
Declaration
public Input<string> SecretRef { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
The status of the order.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubStatus
The sub status of the order.
Declaration
public Input<string> SubStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubStatusMessage
The sub status message of the order.
Declaration
public Input<string> SubStatusMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of key to be generated. Must be one of asymmetric, key.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Updated
The date the order was last updated.
Declaration
public Input<string> Updated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |