Show / Hide Table of Contents

Class DrsVmOverrideArgs

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

Constructors

View Source

DrsVmOverrideArgs()

Declaration
public DrsVmOverrideArgs()

Properties

View Source

ComputeClusterId

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

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

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

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