Data Object - DiskClaimConfiguration(vim.vsan.DiskClaimConfiguration)

Property of
VsanEsaDiskConfiguration
Extends
DynamicData
Since
vSAN API 8.0.0.3

Data Object Description

Represents disk configuration to be claimed for vSAN ESA. User can specify the desired disk configuration which can be claimed by vSAN. They can specify attributes like disk name prefix, disk model, disk vendor, number of disks etc.,

Properties

Name Type Description
diskCapacity*xsd:long

Specify disk capacity in MegaByte (MB). Disks of specified size will be claimed on all hosts in the cluster.
diskModel*xsd:string

This attribute can be used to specify disk model to be claimed on every host in the cluster.
diskNamePrefix*xsd:string

All disks starting with prefix or matching the disk name specified in this attribute will be claimed. For eg, if `diskNamePrefix = naa`, then all disks with disks starting with prefix `naa` will be claimed. If `diskNamePrefix = mpx.vmhba0:C0:T4:L0`, all disks matching this disk name will be claimed on all hosts in the vSAN cluster.
diskTypexsd:string

Specify the vSAN ESA storage tier to which the disks should be added to. For eg, to add disks to single tier storage pool, specify 'SingleTier' in the diskType attribute. Please see StoragePoolDiskType for supported vSAN ESA storage tiers.
See StoragePoolDiskType

numberOfDisks*xsd:int

This attribute can be used to specify number of disks to be claimed on every host in the cluster.
vendor*xsd:string

This attribute can be used to specify disks belonging to a particular vendor type to be claimed on every host in the cluster.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition