vSphere v4.11.2 published on Tuesday, Sep 17, 2024 by Pulumi
vsphere.StorageDrsVmOverride
Explore with Pulumi AI
Create StorageDrsVmOverride Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new StorageDrsVmOverride(name: string, args: StorageDrsVmOverrideArgs, opts?: CustomResourceOptions);
@overload
def StorageDrsVmOverride(resource_name: str,
args: StorageDrsVmOverrideArgs,
opts: Optional[ResourceOptions] = None)
@overload
def StorageDrsVmOverride(resource_name: str,
opts: Optional[ResourceOptions] = None,
datastore_cluster_id: Optional[str] = None,
virtual_machine_id: Optional[str] = None,
sdrs_automation_level: Optional[str] = None,
sdrs_enabled: Optional[str] = None,
sdrs_intra_vm_affinity: Optional[str] = None)
func NewStorageDrsVmOverride(ctx *Context, name string, args StorageDrsVmOverrideArgs, opts ...ResourceOption) (*StorageDrsVmOverride, error)
public StorageDrsVmOverride(string name, StorageDrsVmOverrideArgs args, CustomResourceOptions? opts = null)
public StorageDrsVmOverride(String name, StorageDrsVmOverrideArgs args)
public StorageDrsVmOverride(String name, StorageDrsVmOverrideArgs args, CustomResourceOptions options)
type: vsphere:StorageDrsVmOverride
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args StorageDrsVmOverrideArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args StorageDrsVmOverrideArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args StorageDrsVmOverrideArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args StorageDrsVmOverrideArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args StorageDrsVmOverrideArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var storageDrsVmOverrideResource = new VSphere.StorageDrsVmOverride("storageDrsVmOverrideResource", new()
{
DatastoreClusterId = "string",
VirtualMachineId = "string",
SdrsAutomationLevel = "string",
SdrsEnabled = "string",
SdrsIntraVmAffinity = "string",
});
example, err := vsphere.NewStorageDrsVmOverride(ctx, "storageDrsVmOverrideResource", &vsphere.StorageDrsVmOverrideArgs{
DatastoreClusterId: pulumi.String("string"),
VirtualMachineId: pulumi.String("string"),
SdrsAutomationLevel: pulumi.String("string"),
SdrsEnabled: pulumi.String("string"),
SdrsIntraVmAffinity: pulumi.String("string"),
})
var storageDrsVmOverrideResource = new StorageDrsVmOverride("storageDrsVmOverrideResource", StorageDrsVmOverrideArgs.builder()
.datastoreClusterId("string")
.virtualMachineId("string")
.sdrsAutomationLevel("string")
.sdrsEnabled("string")
.sdrsIntraVmAffinity("string")
.build());
storage_drs_vm_override_resource = vsphere.StorageDrsVmOverride("storageDrsVmOverrideResource",
datastore_cluster_id="string",
virtual_machine_id="string",
sdrs_automation_level="string",
sdrs_enabled="string",
sdrs_intra_vm_affinity="string")
const storageDrsVmOverrideResource = new vsphere.StorageDrsVmOverride("storageDrsVmOverrideResource", {
datastoreClusterId: "string",
virtualMachineId: "string",
sdrsAutomationLevel: "string",
sdrsEnabled: "string",
sdrsIntraVmAffinity: "string",
});
type: vsphere:StorageDrsVmOverride
properties:
datastoreClusterId: string
sdrsAutomationLevel: string
sdrsEnabled: string
sdrsIntraVmAffinity: string
virtualMachineId: string
StorageDrsVmOverride Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The StorageDrsVmOverride resource accepts the following input properties:
- Datastore
Cluster stringId - The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
- Virtual
Machine stringId - The UUID of the virtual machine to create the override for. Forces a new resource if changed.
- Sdrs
Automation stringLevel - Overrides any Storage DRS automation
levels for this virtual machine. Can be one of
automated
ormanual
. When not specified, the datastore cluster's settings are used according to the specific SDRS subsystem. - Sdrs
Enabled string - Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
- Sdrs
Intra stringVm Affinity - 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. Whenfalse
, 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.
- Datastore
Cluster stringId - The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
- Virtual
Machine stringId - The UUID of the virtual machine to create the override for. Forces a new resource if changed.
- Sdrs
Automation stringLevel - Overrides any Storage DRS automation
levels for this virtual machine. Can be one of
automated
ormanual
. When not specified, the datastore cluster's settings are used according to the specific SDRS subsystem. - Sdrs
Enabled string - Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
- Sdrs
Intra stringVm Affinity - 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. Whenfalse
, 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.
- datastore
Cluster StringId - The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
- virtual
Machine StringId - The UUID of the virtual machine to create the override for. Forces a new resource if changed.
- sdrs
Automation StringLevel - Overrides any Storage DRS automation
levels for this virtual machine. Can be one of
automated
ormanual
. When not specified, the datastore cluster's settings are used according to the specific SDRS subsystem. - sdrs
Enabled String - Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
- sdrs
Intra StringVm Affinity - 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. Whenfalse
, 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.
- datastore
Cluster stringId - The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
- virtual
Machine stringId - The UUID of the virtual machine to create the override for. Forces a new resource if changed.
- sdrs
Automation stringLevel - Overrides any Storage DRS automation
levels for this virtual machine. Can be one of
automated
ormanual
. When not specified, the datastore cluster's settings are used according to the specific SDRS subsystem. - sdrs
Enabled string - Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
- sdrs
Intra stringVm Affinity - 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. Whenfalse
, 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.
- datastore_
cluster_ strid - The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
- virtual_
machine_ strid - The UUID of the virtual machine to create the override for. Forces a new resource if changed.
- sdrs_
automation_ strlevel - Overrides any Storage DRS automation
levels for this virtual machine. Can be one of
automated
ormanual
. When not specified, the datastore cluster's settings are used according to the specific SDRS subsystem. - sdrs_
enabled str - Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
- sdrs_
intra_ strvm_ affinity - 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. Whenfalse
, 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.
- datastore
Cluster StringId - The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
- virtual
Machine StringId - The UUID of the virtual machine to create the override for. Forces a new resource if changed.
- sdrs
Automation StringLevel - Overrides any Storage DRS automation
levels for this virtual machine. Can be one of
automated
ormanual
. When not specified, the datastore cluster's settings are used according to the specific SDRS subsystem. - sdrs
Enabled String - Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
- sdrs
Intra StringVm Affinity - 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. Whenfalse
, 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the StorageDrsVmOverride resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing StorageDrsVmOverride Resource
Get an existing StorageDrsVmOverride resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: StorageDrsVmOverrideState, opts?: CustomResourceOptions): StorageDrsVmOverride
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
datastore_cluster_id: Optional[str] = None,
sdrs_automation_level: Optional[str] = None,
sdrs_enabled: Optional[str] = None,
sdrs_intra_vm_affinity: Optional[str] = None,
virtual_machine_id: Optional[str] = None) -> StorageDrsVmOverride
func GetStorageDrsVmOverride(ctx *Context, name string, id IDInput, state *StorageDrsVmOverrideState, opts ...ResourceOption) (*StorageDrsVmOverride, error)
public static StorageDrsVmOverride Get(string name, Input<string> id, StorageDrsVmOverrideState? state, CustomResourceOptions? opts = null)
public static StorageDrsVmOverride get(String name, Output<String> id, StorageDrsVmOverrideState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Datastore
Cluster stringId - The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
- Sdrs
Automation stringLevel - Overrides any Storage DRS automation
levels for this virtual machine. Can be one of
automated
ormanual
. When not specified, the datastore cluster's settings are used according to the specific SDRS subsystem. - Sdrs
Enabled string - Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
- Sdrs
Intra stringVm Affinity - 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. Whenfalse
, 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. - Virtual
Machine stringId - The UUID of the virtual machine to create the override for. Forces a new resource if changed.
- Datastore
Cluster stringId - The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
- Sdrs
Automation stringLevel - Overrides any Storage DRS automation
levels for this virtual machine. Can be one of
automated
ormanual
. When not specified, the datastore cluster's settings are used according to the specific SDRS subsystem. - Sdrs
Enabled string - Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
- Sdrs
Intra stringVm Affinity - 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. Whenfalse
, 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. - Virtual
Machine stringId - The UUID of the virtual machine to create the override for. Forces a new resource if changed.
- datastore
Cluster StringId - The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
- sdrs
Automation StringLevel - Overrides any Storage DRS automation
levels for this virtual machine. Can be one of
automated
ormanual
. When not specified, the datastore cluster's settings are used according to the specific SDRS subsystem. - sdrs
Enabled String - Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
- sdrs
Intra StringVm Affinity - 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. Whenfalse
, 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. - virtual
Machine StringId - The UUID of the virtual machine to create the override for. Forces a new resource if changed.
- datastore
Cluster stringId - The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
- sdrs
Automation stringLevel - Overrides any Storage DRS automation
levels for this virtual machine. Can be one of
automated
ormanual
. When not specified, the datastore cluster's settings are used according to the specific SDRS subsystem. - sdrs
Enabled string - Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
- sdrs
Intra stringVm Affinity - 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. Whenfalse
, 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. - virtual
Machine stringId - The UUID of the virtual machine to create the override for. Forces a new resource if changed.
- datastore_
cluster_ strid - The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
- sdrs_
automation_ strlevel - Overrides any Storage DRS automation
levels for this virtual machine. Can be one of
automated
ormanual
. When not specified, the datastore cluster's settings are used according to the specific SDRS subsystem. - sdrs_
enabled str - Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
- sdrs_
intra_ strvm_ affinity - 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. Whenfalse
, 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. - virtual_
machine_ strid - The UUID of the virtual machine to create the override for. Forces a new resource if changed.
- datastore
Cluster StringId - The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
- sdrs
Automation StringLevel - Overrides any Storage DRS automation
levels for this virtual machine. Can be one of
automated
ormanual
. When not specified, the datastore cluster's settings are used according to the specific SDRS subsystem. - sdrs
Enabled String - Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
- sdrs
Intra StringVm Affinity - 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. Whenfalse
, 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. - virtual
Machine StringId - The UUID of the virtual machine to create the override for. Forces a new resource if changed.
Package Details
- Repository
- vSphere pulumi/pulumi-vsphere
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
vsphere
Terraform Provider.