Class VappEntityState
Inherited Members
Namespace: Pulumi.VSphere
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class VappEntityState : ResourceArgs
Constructors
View SourceVappEntityState()
Declaration
public VappEntityState()
Properties
View SourceContainerId
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |