Search

Class VcVmfsDatastoreCreateSpec

Extends VcVmfsDatastoreSpec
This data object type is used when creating a new VMFS datastore, to create a specification for the VMFS datastore.

Attributes

Name Type Description
diskUuid String The UUID of the SCSI disk on which the VMFS datastore is located.<br>See <a target="_blank" href="https://www.vmware.com/support/orchestrator/doc/vro-vsphere60-api/html/VcScsiLun.html#uuid">VcScsiLun</a><br>
extent VcHostScsiDiskPartition[] Extents to append to VMFS.
partition VcHostDiskPartitionSpec Partitioning specification.
vmfs VcHostVmfsSpec The VMFS creation specification.

Methods

Name Returns
VcVmfsDatastoreCreateSpec() constructor

Returned by

None

Referenced in

Method Returns
VcHostDatastoreSystem.createVmfsDatastore(VcVmfsDatastoreCreateSpec spec) VcDatastore