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

vsphere.VirtualDisk

Explore with Pulumi AI

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

    Create VirtualDisk Resource

    new VirtualDisk(name: string, args: VirtualDiskArgs, opts?: CustomResourceOptions);
    @overload
    def VirtualDisk(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    adapter_type: Optional[str] = None,
                    create_directories: Optional[bool] = None,
                    datacenter: Optional[str] = None,
                    datastore: Optional[str] = None,
                    size: Optional[int] = None,
                    type: Optional[str] = None,
                    vmdk_path: Optional[str] = None)
    @overload
    def VirtualDisk(resource_name: str,
                    args: VirtualDiskArgs,
                    opts: Optional[ResourceOptions] = None)
    func NewVirtualDisk(ctx *Context, name string, args VirtualDiskArgs, opts ...ResourceOption) (*VirtualDisk, error)
    public VirtualDisk(string name, VirtualDiskArgs args, CustomResourceOptions? opts = null)
    public VirtualDisk(String name, VirtualDiskArgs args)
    public VirtualDisk(String name, VirtualDiskArgs args, CustomResourceOptions options)
    
    type: vsphere:VirtualDisk
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args VirtualDiskArgs
    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 VirtualDiskArgs
    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 VirtualDiskArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VirtualDiskArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VirtualDiskArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    VirtualDisk 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 VirtualDisk resource accepts the following input properties:

    Datastore string
    The name of the datastore in which to create the disk.
    Size int
    Size of the disk (in GB).
    VmdkPath string
    The path, including filename, of the virtual disk to be created. This needs to end in .vmdk.
    AdapterType string

    The adapter type for this virtual disk. Can be one of ide, lsiLogic, or busLogic. Default: lsiLogic.

    NOTE: adapter_type is deprecated: it does not dictate the type of controller that the virtual disk will be attached to on the virtual machine. Please see the scsi_type parameter in the vsphere.VirtualMachine resource for information on how to control disk controller types. This parameter will be removed in future versions of the vSphere provider.

    Deprecated:this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead

    CreateDirectories bool

    Tells the resource to create any directories that are a part of the vmdk_path parameter if they are missing. Default: false.

    NOTE: Any directory created as part of the operation when create_directories is enabled will not be deleted when the resource is destroyed.

    Datacenter string
    The name of the datacenter in which to create the disk. Can be omitted when when ESXi or if there is only one datacenter in your infrastructure.
    Type string
    The type of disk to create. Can be one of eagerZeroedThick, lazy, or thin. Default: eagerZeroedThick. For information on what each kind of disk provisioning policy means, click here.
    Datastore string
    The name of the datastore in which to create the disk.
    Size int
    Size of the disk (in GB).
    VmdkPath string
    The path, including filename, of the virtual disk to be created. This needs to end in .vmdk.
    AdapterType string

    The adapter type for this virtual disk. Can be one of ide, lsiLogic, or busLogic. Default: lsiLogic.

    NOTE: adapter_type is deprecated: it does not dictate the type of controller that the virtual disk will be attached to on the virtual machine. Please see the scsi_type parameter in the vsphere.VirtualMachine resource for information on how to control disk controller types. This parameter will be removed in future versions of the vSphere provider.

    Deprecated:this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead

    CreateDirectories bool

    Tells the resource to create any directories that are a part of the vmdk_path parameter if they are missing. Default: false.

    NOTE: Any directory created as part of the operation when create_directories is enabled will not be deleted when the resource is destroyed.

    Datacenter string
    The name of the datacenter in which to create the disk. Can be omitted when when ESXi or if there is only one datacenter in your infrastructure.
    Type string
    The type of disk to create. Can be one of eagerZeroedThick, lazy, or thin. Default: eagerZeroedThick. For information on what each kind of disk provisioning policy means, click here.
    datastore String
    The name of the datastore in which to create the disk.
    size Integer
    Size of the disk (in GB).
    vmdkPath String
    The path, including filename, of the virtual disk to be created. This needs to end in .vmdk.
    adapterType String

    The adapter type for this virtual disk. Can be one of ide, lsiLogic, or busLogic. Default: lsiLogic.

    NOTE: adapter_type is deprecated: it does not dictate the type of controller that the virtual disk will be attached to on the virtual machine. Please see the scsi_type parameter in the vsphere.VirtualMachine resource for information on how to control disk controller types. This parameter will be removed in future versions of the vSphere provider.

    Deprecated:this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead

    createDirectories Boolean

    Tells the resource to create any directories that are a part of the vmdk_path parameter if they are missing. Default: false.

    NOTE: Any directory created as part of the operation when create_directories is enabled will not be deleted when the resource is destroyed.

    datacenter String
    The name of the datacenter in which to create the disk. Can be omitted when when ESXi or if there is only one datacenter in your infrastructure.
    type String
    The type of disk to create. Can be one of eagerZeroedThick, lazy, or thin. Default: eagerZeroedThick. For information on what each kind of disk provisioning policy means, click here.
    datastore string
    The name of the datastore in which to create the disk.
    size number
    Size of the disk (in GB).
    vmdkPath string
    The path, including filename, of the virtual disk to be created. This needs to end in .vmdk.
    adapterType string

    The adapter type for this virtual disk. Can be one of ide, lsiLogic, or busLogic. Default: lsiLogic.

    NOTE: adapter_type is deprecated: it does not dictate the type of controller that the virtual disk will be attached to on the virtual machine. Please see the scsi_type parameter in the vsphere.VirtualMachine resource for information on how to control disk controller types. This parameter will be removed in future versions of the vSphere provider.

    Deprecated:this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead

    createDirectories boolean

    Tells the resource to create any directories that are a part of the vmdk_path parameter if they are missing. Default: false.

    NOTE: Any directory created as part of the operation when create_directories is enabled will not be deleted when the resource is destroyed.

    datacenter string
    The name of the datacenter in which to create the disk. Can be omitted when when ESXi or if there is only one datacenter in your infrastructure.
    type string
    The type of disk to create. Can be one of eagerZeroedThick, lazy, or thin. Default: eagerZeroedThick. For information on what each kind of disk provisioning policy means, click here.
    datastore str
    The name of the datastore in which to create the disk.
    size int
    Size of the disk (in GB).
    vmdk_path str
    The path, including filename, of the virtual disk to be created. This needs to end in .vmdk.
    adapter_type str

    The adapter type for this virtual disk. Can be one of ide, lsiLogic, or busLogic. Default: lsiLogic.

    NOTE: adapter_type is deprecated: it does not dictate the type of controller that the virtual disk will be attached to on the virtual machine. Please see the scsi_type parameter in the vsphere.VirtualMachine resource for information on how to control disk controller types. This parameter will be removed in future versions of the vSphere provider.

    Deprecated:this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead

    create_directories bool

    Tells the resource to create any directories that are a part of the vmdk_path parameter if they are missing. Default: false.

    NOTE: Any directory created as part of the operation when create_directories is enabled will not be deleted when the resource is destroyed.

    datacenter str
    The name of the datacenter in which to create the disk. Can be omitted when when ESXi or if there is only one datacenter in your infrastructure.
    type str
    The type of disk to create. Can be one of eagerZeroedThick, lazy, or thin. Default: eagerZeroedThick. For information on what each kind of disk provisioning policy means, click here.
    datastore String
    The name of the datastore in which to create the disk.
    size Number
    Size of the disk (in GB).
    vmdkPath String
    The path, including filename, of the virtual disk to be created. This needs to end in .vmdk.
    adapterType String

    The adapter type for this virtual disk. Can be one of ide, lsiLogic, or busLogic. Default: lsiLogic.

    NOTE: adapter_type is deprecated: it does not dictate the type of controller that the virtual disk will be attached to on the virtual machine. Please see the scsi_type parameter in the vsphere.VirtualMachine resource for information on how to control disk controller types. This parameter will be removed in future versions of the vSphere provider.

    Deprecated:this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead

    createDirectories Boolean

    Tells the resource to create any directories that are a part of the vmdk_path parameter if they are missing. Default: false.

    NOTE: Any directory created as part of the operation when create_directories is enabled will not be deleted when the resource is destroyed.

    datacenter String
    The name of the datacenter in which to create the disk. Can be omitted when when ESXi or if there is only one datacenter in your infrastructure.
    type String
    The type of disk to create. Can be one of eagerZeroedThick, lazy, or thin. Default: eagerZeroedThick. For information on what each kind of disk provisioning policy means, click here.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the VirtualDisk 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 VirtualDisk Resource

    Get an existing VirtualDisk 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?: VirtualDiskState, opts?: CustomResourceOptions): VirtualDisk
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adapter_type: Optional[str] = None,
            create_directories: Optional[bool] = None,
            datacenter: Optional[str] = None,
            datastore: Optional[str] = None,
            size: Optional[int] = None,
            type: Optional[str] = None,
            vmdk_path: Optional[str] = None) -> VirtualDisk
    func GetVirtualDisk(ctx *Context, name string, id IDInput, state *VirtualDiskState, opts ...ResourceOption) (*VirtualDisk, error)
    public static VirtualDisk Get(string name, Input<string> id, VirtualDiskState? state, CustomResourceOptions? opts = null)
    public static VirtualDisk get(String name, Output<String> id, VirtualDiskState 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:
    AdapterType string

    The adapter type for this virtual disk. Can be one of ide, lsiLogic, or busLogic. Default: lsiLogic.

    NOTE: adapter_type is deprecated: it does not dictate the type of controller that the virtual disk will be attached to on the virtual machine. Please see the scsi_type parameter in the vsphere.VirtualMachine resource for information on how to control disk controller types. This parameter will be removed in future versions of the vSphere provider.

    Deprecated:this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead

    CreateDirectories bool

    Tells the resource to create any directories that are a part of the vmdk_path parameter if they are missing. Default: false.

    NOTE: Any directory created as part of the operation when create_directories is enabled will not be deleted when the resource is destroyed.

    Datacenter string
    The name of the datacenter in which to create the disk. Can be omitted when when ESXi or if there is only one datacenter in your infrastructure.
    Datastore string
    The name of the datastore in which to create the disk.
    Size int
    Size of the disk (in GB).
    Type string
    The type of disk to create. Can be one of eagerZeroedThick, lazy, or thin. Default: eagerZeroedThick. For information on what each kind of disk provisioning policy means, click here.
    VmdkPath string
    The path, including filename, of the virtual disk to be created. This needs to end in .vmdk.
    AdapterType string

    The adapter type for this virtual disk. Can be one of ide, lsiLogic, or busLogic. Default: lsiLogic.

    NOTE: adapter_type is deprecated: it does not dictate the type of controller that the virtual disk will be attached to on the virtual machine. Please see the scsi_type parameter in the vsphere.VirtualMachine resource for information on how to control disk controller types. This parameter will be removed in future versions of the vSphere provider.

    Deprecated:this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead

    CreateDirectories bool

    Tells the resource to create any directories that are a part of the vmdk_path parameter if they are missing. Default: false.

    NOTE: Any directory created as part of the operation when create_directories is enabled will not be deleted when the resource is destroyed.

    Datacenter string
    The name of the datacenter in which to create the disk. Can be omitted when when ESXi or if there is only one datacenter in your infrastructure.
    Datastore string
    The name of the datastore in which to create the disk.
    Size int
    Size of the disk (in GB).
    Type string
    The type of disk to create. Can be one of eagerZeroedThick, lazy, or thin. Default: eagerZeroedThick. For information on what each kind of disk provisioning policy means, click here.
    VmdkPath string
    The path, including filename, of the virtual disk to be created. This needs to end in .vmdk.
    adapterType String

    The adapter type for this virtual disk. Can be one of ide, lsiLogic, or busLogic. Default: lsiLogic.

    NOTE: adapter_type is deprecated: it does not dictate the type of controller that the virtual disk will be attached to on the virtual machine. Please see the scsi_type parameter in the vsphere.VirtualMachine resource for information on how to control disk controller types. This parameter will be removed in future versions of the vSphere provider.

    Deprecated:this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead

    createDirectories Boolean

    Tells the resource to create any directories that are a part of the vmdk_path parameter if they are missing. Default: false.

    NOTE: Any directory created as part of the operation when create_directories is enabled will not be deleted when the resource is destroyed.

    datacenter String
    The name of the datacenter in which to create the disk. Can be omitted when when ESXi or if there is only one datacenter in your infrastructure.
    datastore String
    The name of the datastore in which to create the disk.
    size Integer
    Size of the disk (in GB).
    type String
    The type of disk to create. Can be one of eagerZeroedThick, lazy, or thin. Default: eagerZeroedThick. For information on what each kind of disk provisioning policy means, click here.
    vmdkPath String
    The path, including filename, of the virtual disk to be created. This needs to end in .vmdk.
    adapterType string

    The adapter type for this virtual disk. Can be one of ide, lsiLogic, or busLogic. Default: lsiLogic.

    NOTE: adapter_type is deprecated: it does not dictate the type of controller that the virtual disk will be attached to on the virtual machine. Please see the scsi_type parameter in the vsphere.VirtualMachine resource for information on how to control disk controller types. This parameter will be removed in future versions of the vSphere provider.

    Deprecated:this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead

    createDirectories boolean

    Tells the resource to create any directories that are a part of the vmdk_path parameter if they are missing. Default: false.

    NOTE: Any directory created as part of the operation when create_directories is enabled will not be deleted when the resource is destroyed.

    datacenter string
    The name of the datacenter in which to create the disk. Can be omitted when when ESXi or if there is only one datacenter in your infrastructure.
    datastore string
    The name of the datastore in which to create the disk.
    size number
    Size of the disk (in GB).
    type string
    The type of disk to create. Can be one of eagerZeroedThick, lazy, or thin. Default: eagerZeroedThick. For information on what each kind of disk provisioning policy means, click here.
    vmdkPath string
    The path, including filename, of the virtual disk to be created. This needs to end in .vmdk.
    adapter_type str

    The adapter type for this virtual disk. Can be one of ide, lsiLogic, or busLogic. Default: lsiLogic.

    NOTE: adapter_type is deprecated: it does not dictate the type of controller that the virtual disk will be attached to on the virtual machine. Please see the scsi_type parameter in the vsphere.VirtualMachine resource for information on how to control disk controller types. This parameter will be removed in future versions of the vSphere provider.

    Deprecated:this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead

    create_directories bool

    Tells the resource to create any directories that are a part of the vmdk_path parameter if they are missing. Default: false.

    NOTE: Any directory created as part of the operation when create_directories is enabled will not be deleted when the resource is destroyed.

    datacenter str
    The name of the datacenter in which to create the disk. Can be omitted when when ESXi or if there is only one datacenter in your infrastructure.
    datastore str
    The name of the datastore in which to create the disk.
    size int
    Size of the disk (in GB).
    type str
    The type of disk to create. Can be one of eagerZeroedThick, lazy, or thin. Default: eagerZeroedThick. For information on what each kind of disk provisioning policy means, click here.
    vmdk_path str
    The path, including filename, of the virtual disk to be created. This needs to end in .vmdk.
    adapterType String

    The adapter type for this virtual disk. Can be one of ide, lsiLogic, or busLogic. Default: lsiLogic.

    NOTE: adapter_type is deprecated: it does not dictate the type of controller that the virtual disk will be attached to on the virtual machine. Please see the scsi_type parameter in the vsphere.VirtualMachine resource for information on how to control disk controller types. This parameter will be removed in future versions of the vSphere provider.

    Deprecated:this attribute has no effect on controller types - please use scsi_type in vsphere_virtual_machine instead

    createDirectories Boolean

    Tells the resource to create any directories that are a part of the vmdk_path parameter if they are missing. Default: false.

    NOTE: Any directory created as part of the operation when create_directories is enabled will not be deleted when the resource is destroyed.

    datacenter String
    The name of the datacenter in which to create the disk. Can be omitted when when ESXi or if there is only one datacenter in your infrastructure.
    datastore String
    The name of the datastore in which to create the disk.
    size Number
    Size of the disk (in GB).
    type String
    The type of disk to create. Can be one of eagerZeroedThick, lazy, or thin. Default: eagerZeroedThick. For information on what each kind of disk provisioning policy means, click here.
    vmdkPath String
    The path, including filename, of the virtual disk to be created. This needs to end in .vmdk.

    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