Show / Hide Table of Contents

Class DpmHostOverrideState

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

Constructors

View Source

DpmHostOverrideState()

Declaration
public DpmHostOverrideState()

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

DpmAutomationLevel

The automation level for host power operations on this host. Can be one of manual or automated. Default: manual.

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

DpmEnabled

Enable DPM support for this host. Default: false.

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

HostSystemId

The managed object ID of the host.

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