Vslm V Storage Object Manager Vslm Extend Disk Task
Expand the capacity of a virtual disk, which is a storage object with disk, to the new capacity.
If new capacity is smaller than current disk capacity, then operation fails due to invalid capacity. If new capacity is greater than current disk capacity, then operation proceeds. If new capacity is equal to current disk ccapcity, then operation succeeds without any actual extension. The extended disk region will be the same as the original disk: - For a zerothick disk, the extended disk region will be zeroedthick. - For an eagerzerothick disk, the extended disk region will be eagerzeroedthick - A thin-provisioned disk will always be extended as a thin-provisioned disk.
VslmSyncFault will set in the task error if the extendDisk completed successfully but the datastore synchronization failed.
Required privileges: System.View
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case VslmVStorageObjectManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.3.0 APIs.
Show optional properties
{
"id": {
"id": "string"
},
"newCapacityInMB": 0
}
{
"id": {
"_typeName": "string",
"id": "string"
},
"newCapacityInMB": 0
}
This data object type describes an identifier class which is globally unique to identify the associated object.
The new capacity of the virtual disk in MB.
This method returns a Task object with which to monitor the operation.
{
"_typeName": "string",
"type": "string",
"value": "string"
}
FileFault: If an error occurs while extending the virtual disk.
NotFound: If the specified virtual storage object cannot be found.
InvalidDatastore: If the operation cannot be performed on the datastore.
InvalidState: If the operation cannot be performed on the disk. The disk may be consumed and cannot be extended.
TaskInProgress: If the virtual storage object is busy.
VslmFault: If a VSLM internal server error occurred.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
The base data object type for all the object model faults that an application might handle.
Message which has details about the error Message can also contain a key to message catalog which can be used to generate better localized messages.