Show / Hide Table of Contents

Class OrderV1State

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

Constructors

View Source

OrderV1State()

Declaration
public OrderV1State()

Properties

View Source

ContainerRef

The container reference / where to find the container.

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

Created

The date the order was created.

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

CreatorId

The creator of the order.

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

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>
View Source

OrderRef

The order reference / where to find the order.

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

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>
View Source

SecretRef

The secret reference / where to find the secret.

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

Status

The status of the order.

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

SubStatus

The sub status of the order.

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

SubStatusMessage

The sub status message of the order.

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

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>
View Source

Updated

The date the order was last updated.

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