1. Packages
  2. vSphere
  3. API Docs
  4. StorageDrsVmOverride
vSphere v4.10.0 published on Tuesday, Mar 12, 2024 by Pulumi

vsphere.StorageDrsVmOverride

Explore with Pulumi AI

vsphere logo
vSphere v4.10.0 published on Tuesday, Mar 12, 2024 by Pulumi

    Create StorageDrsVmOverride Resource

    new StorageDrsVmOverride(name: string, args: StorageDrsVmOverrideArgs, opts?: CustomResourceOptions);
    @overload
    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)
    @overload
    def StorageDrsVmOverride(resource_name: str,
                             args: StorageDrsVmOverrideArgs,
                             opts: Optional[ResourceOptions] = 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.
    
    
    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.

    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:

    DatastoreClusterId string
    The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
    VirtualMachineId string
    The UUID of the virtual machine to create the override for. Forces a new resource if changed.
    SdrsAutomationLevel string
    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.
    SdrsEnabled string
    Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
    SdrsIntraVmAffinity string
    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.
    DatastoreClusterId string
    The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
    VirtualMachineId string
    The UUID of the virtual machine to create the override for. Forces a new resource if changed.
    SdrsAutomationLevel string
    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.
    SdrsEnabled string
    Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
    SdrsIntraVmAffinity string
    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.
    datastoreClusterId String
    The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
    virtualMachineId String
    The UUID of the virtual machine to create the override for. Forces a new resource if changed.
    sdrsAutomationLevel String
    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.
    sdrsEnabled String
    Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
    sdrsIntraVmAffinity String
    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.
    datastoreClusterId string
    The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
    virtualMachineId string
    The UUID of the virtual machine to create the override for. Forces a new resource if changed.
    sdrsAutomationLevel string
    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.
    sdrsEnabled string
    Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
    sdrsIntraVmAffinity string
    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.
    datastore_cluster_id str
    The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
    virtual_machine_id str
    The UUID of the virtual machine to create the override for. Forces a new resource if changed.
    sdrs_automation_level str
    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.
    sdrs_enabled str
    Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
    sdrs_intra_vm_affinity str
    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.
    datastoreClusterId String
    The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
    virtualMachineId String
    The UUID of the virtual machine to create the override for. Forces a new resource if changed.
    sdrsAutomationLevel String
    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.
    sdrsEnabled String
    Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
    sdrsIntraVmAffinity String
    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.

    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.
    The following state arguments are supported:
    DatastoreClusterId string
    The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
    SdrsAutomationLevel string
    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.
    SdrsEnabled string
    Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
    SdrsIntraVmAffinity string
    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.
    VirtualMachineId string
    The UUID of the virtual machine to create the override for. Forces a new resource if changed.
    DatastoreClusterId string
    The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
    SdrsAutomationLevel string
    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.
    SdrsEnabled string
    Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
    SdrsIntraVmAffinity string
    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.
    VirtualMachineId string
    The UUID of the virtual machine to create the override for. Forces a new resource if changed.
    datastoreClusterId String
    The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
    sdrsAutomationLevel String
    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.
    sdrsEnabled String
    Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
    sdrsIntraVmAffinity String
    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.
    virtualMachineId String
    The UUID of the virtual machine to create the override for. Forces a new resource if changed.
    datastoreClusterId string
    The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
    sdrsAutomationLevel string
    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.
    sdrsEnabled string
    Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
    sdrsIntraVmAffinity string
    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.
    virtualMachineId string
    The UUID of the virtual machine to create the override for. Forces a new resource if changed.
    datastore_cluster_id str
    The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
    sdrs_automation_level str
    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.
    sdrs_enabled str
    Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
    sdrs_intra_vm_affinity str
    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.
    virtual_machine_id str
    The UUID of the virtual machine to create the override for. Forces a new resource if changed.
    datastoreClusterId String
    The managed object reference ID of the datastore cluster to put the override in. Forces a new resource if changed.
    sdrsAutomationLevel String
    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.
    sdrsEnabled String
    Overrides the default Storage DRS setting for this virtual machine. When not specified, the datastore cluster setting is used.
    sdrsIntraVmAffinity String
    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.
    virtualMachineId String
    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.
    vsphere logo
    vSphere v4.10.0 published on Tuesday, Mar 12, 2024 by Pulumi