Show / Hide Table of Contents

Class StackV1State

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

Constructors

View Source

StackV1State()

Declaration
public StackV1State()

Properties

View Source

Capabilities

List of stack capabilities for stack.

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

CreationTime

The date and time when the resource was created. The date and time stamp format is ISO 8601: CCYY-MM-DDThh:mm:ss±hh:mm For example, 2015-08-27T09:49:58-05:00. The ±hh:mm value, if included, is the time zone as an offset from UTC.

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

Description

The description of the stack resource.

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

DisableRollback

Enables or disables deletion of all stack resources when a stack creation fails. Default is true, meaning all resources are not deleted when stack creation fails.

Declaration
public Input<bool> DisableRollback { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EnvironmentOpts

Environment key/value pairs to associate with the stack which contains details for the environment of the stack. Allowed keys: Bin, URL, Files. Changing this updates the existing stack Environment Opts.

Declaration
public InputMap<object> EnvironmentOpts { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Name

A unique name for the stack. It must start with an alphabetic character. Changing this updates the stack's name.

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

NotificationTopics

List of notification topics for stack.

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

Outputs

A list of stack outputs.

Declaration
public InputList<StackV1OutputGetArgs> Outputs { get; set; }
Property Value
Type Description
InputList<StackV1OutputGetArgs>
View Source

Parameters

User-defined key/value pairs as parameters to pass to the template. Changing this updates the existing stack parameters.

Declaration
public InputMap<object> Parameters { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Region

The region in which to create the stack. If omitted, the region argument of the provider is used. Changing this creates a new stack.

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

Status

The status of the stack.

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

StatusReason

The reason for the current status of the stack.

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

Tags

A list of tags to assosciate with the Stack

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

TemplateDescription

The description of the stack template.

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

TemplateOpts

Template key/value pairs to associate with the stack which contains either the template file or url. Allowed keys: Bin, URL, Files. Changing this updates the existing stack Template Opts.

Declaration
public InputMap<object> TemplateOpts { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Timeout

The timeout for stack action in minutes.

Declaration
public Input<int> Timeout { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

UpdatedTime

The date and time when the resource was updated. The date and time stamp format is ISO 8601: CCYY-MM-DDThh:mm:ss±hh:mm For example, 2015-08-27T09:49:58-05:00. The ±hh:mm value, if included, is the time zone as an offset from UTC.

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