Class OrderV1Args
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 OrderV1Args : ResourceArgs
Constructors
View SourceOrderV1Args()
Declaration
public OrderV1Args()
Properties
View SourceMeta
Dictionary containing the order metadata used to generate the order. The structure is described below.
Declaration
public Input<OrderV1MetaArgs> Meta { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<OrderV1MetaArgs> |
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> |
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> |