Show / Hide Table of Contents

Class VappEntityState

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

Constructors

View Source

VappEntityState()

Declaration
public VappEntityState()

Properties

View Source

ContainerId

Managed object ID of the vApp container the entity is a member of.

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

CustomAttributes

A list of custom attributes to set on this resource.

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

StartAction

How to start the entity. Valid settings are none or powerOn. If set to none, then the entity does not participate in auto-start. Default: powerOn

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

StartDelay

Delay in seconds before continuing with the next entity in the order of entities to be started. Default: 120

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

StartOrder

Order to start and stop target in vApp. Default: 1

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

StopAction

Defines the stop action for the entity. Can be set to none, powerOff, guestShutdown, or suspend. If set to none, then the entity does not participate in auto-stop. Default: powerOff

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

StopDelay

Delay in seconds before continuing with the next entity in the order sequence. This is only used if the stopAction is guestShutdown. Default: 120

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

Tags

A list of tag IDs to apply to this object.

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

TargetId

Managed object ID of the entity to power on or power off. This can be a virtual machine or a vApp.

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

WaitForGuest

Determines if the VM should be marked as being started when VMware Tools are ready instead of waiting for start_delay. This property has no effect for vApps. Default: false

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