Class DrsVmOverrideState
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.VSphere
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class DrsVmOverrideState : ResourceArgs
Constructors
View SourceDrsVmOverrideState()
Declaration
public DrsVmOverrideState()
Properties
View SourceComputeClusterId
The managed object reference ID of the cluster to put the override in. Forces a new resource if changed.
Declaration
public Input<string> ComputeClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DrsAutomationLevel
Overrides the automation level for this virtual
machine in the cluster. Can be one of manual, partiallyAutomated, or
fullyAutomated. Default: manual.
Declaration
public Input<string> DrsAutomationLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DrsEnabled
Overrides the default DRS setting for this virtual
machine. Can be either true or false. Default: false.
Declaration
public Input<bool> DrsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
VirtualMachineId
The UUID of the virtual machine to create the override for. Forces a new resource if changed.
Declaration
public Input<string> VirtualMachineId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |