Show / Hide Table of Contents

Class OrderV1Args

Inheritance
System.Object
InputArgs
ResourceArgs
OrderV1Args
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 OrderV1Args : ResourceArgs

Constructors

View Source

OrderV1Args()

Declaration
public OrderV1Args()

Properties

View Source

Meta

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

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
Back to top Copyright 2016-2020, Pulumi Corporation.