Class StorageDrsVmOverrideArgs
Inherited Members
Namespace: Pulumi.VSphere
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class StorageDrsVmOverrideArgs : ResourceArgs
Constructors
View SourceStorageDrsVmOverrideArgs()
Declaration
public StorageDrsVmOverrideArgs()
Properties
View SourceDatastoreClusterId
The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
Declaration
public Input<string> DatastoreClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SdrsAutomationLevel
Overrides any Storage DRS automation
levels for this virtual machine. Can be one of automated or manual. When
not specified, the datastore cluster's settings are used according to the
specific SDRS subsystem.
Declaration
public Input<string> SdrsAutomationLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SdrsEnabled
Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
Declaration
public Input<string> SdrsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SdrsIntraVmAffinity
Overrides the intra-VM affinity setting
for this virtual machine. When true, all disks for this virtual machine
will be kept on the same datastore. When false, Storage DRS may locate
individual disks on different datastores if it helps satisfy cluster
requirements. When not specified, the datastore cluster's settings are used.
Declaration
public Input<string> SdrsIntraVmAffinity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |