StorageDrsVmOverride
Create a StorageDrsVmOverride Resource
new StorageDrsVmOverride(name: string, args: StorageDrsVmOverrideArgs, opts?: CustomResourceOptions);
def StorageDrsVmOverride(resource_name: 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)
func NewStorageDrsVmOverride(ctx *Context, name string, args StorageDrsVmOverrideArgs, opts ...ResourceOption) (*StorageDrsVmOverride, error)
public StorageDrsVmOverride(string name, StorageDrsVmOverrideArgs args, CustomResourceOptions? opts = null)
- 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.
- opts ResourceOptions
- A bag of options that control this 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.
StorageDrsVmOverride Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model 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_ 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.
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 str
- The provider-assigned unique ID for this managed resource.
Look up an 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)
- 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.
The following state arguments are supported:
- 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.
Package Details
- Repository
- https://github.com/pulumi/pulumi-vsphere
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
vsphere
Terraform Provider.