|
| Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| None | ||
Methods
| Methods defined in this Managed Object |
|---|
| ConfigureDatastoreIORM_Task, QueryIORMConfigOption |
This method is only supported by vCenter server.
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the StorageResourceManager used to make the method call. |
| datastore | ManagedObjectReference
to a Datastore |
The datastore to be configured.
|
| spec | StorageIORMConfigSpec |
The configuration spec.
|
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference
to a Task | This method returns a Task object with which to monitor the operation. |
Faults
| Type | Description |
|---|---|
| InaccessibleDatastore | Thrown if cannot access the datastore from any of the hosts. |
| InvalidArgument | Thrown if IORMConfigSpec.congestionThreshold is not within the desired range (10 to 100 milliseconds). |
| IORMNotSupportedHostOnDatastore | Thrown if called on a datastore that is connected to a host that does not support storage I/O resource management. |
| NotSupported | Thrown if called directly on a host or if called on a datastore that does not have VMFS Volume. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the StorageResourceManager used to make the method call. |
| host | ManagedObjectReference
to a HostSystem |
[in] - The host VC will forward the query
to. This parameter is ignored by host if this method is
called on a host directly.
|
Return Value
| Type | Description |
|---|---|
| StorageIORMConfigOption | configuration option object. |
Faults
| Type | Description |
|---|---|
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| Top of page | Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |