Class DpmHostOverrideState
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 DpmHostOverrideState : ResourceArgs
Constructors
View SourceDpmHostOverrideState()
Declaration
public DpmHostOverrideState()
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> |
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> |
DpmEnabled
Enable DPM support for this host. Default:
false.
Declaration
public Input<bool> DpmEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
HostSystemId
The managed object ID of the host.
Declaration
public Input<string> HostSystemId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |