|
| Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| fileSystemVolumeInfo | HostFileSystemVolumeInfo | File system volume information for the host. See the FileSystemVolumeInfo data object type for more information. |
| storageDeviceInfo* | HostStorageDeviceInfo | Host storage information up to the device level. |
Methods
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the HostStorageSystem used to make the method call. |
| iScsiHbaDevice | xsd:string | The device of the Internet SCSI HBA adapter. |
| targets | HostInternetScsiHbaSendTarget[] | An array of iSCSI send targets. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown for all other configuration failures. |
| NotFound | Thrown if the discovery list could not be found. |
| 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 HostStorageSystem used to make the method call. |
| iScsiHbaDevice | xsd:string | The device of the Internet SCSI HBA adapter. |
| targets | HostInternetScsiHbaStaticTarget[] | An array of iSCSI static targets to add. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown for all other configuration failures. |
| NotFound | Thrown if the host bus adaptor discovery list was not found. |
| 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 HostStorageSystem used to make the method call. |
| vmfsPath | xsd:string | The path of the VMFS to extend. See FileSystemMountInfo. |
| extent | HostScsiDiskPartition | A data object that describes the specification of a Disk partition. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown for all other configuration failures. |
| InvalidArgument | Thrown if the new extent is already used by another vmfs volume, does not exist, or is of an invalid partition type. |
| NotFound | Thrown if the VMFS cannot be found. |
| 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 HostStorageSystem used to make the method call. |
| devicePath | xsd:string | The name of the device path for the specific disk. |
| layout | HostDiskPartitionLayout | A data object that describes the disk partition layout. |
Return Value
| Type | Description |
|---|---|
| HostDiskPartitionInfo | A data object that contains information about the partitions on a disk |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown if unable to get the current partition information for the device. |
| InvalidArgument | Thrown if the layout is invalid. |
| NotFound | Thrown if the device could not be found. |
| 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 HostStorageSystem used to make the method call. |
| pathName | xsd:string | The name of the path to disable. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown for all other configuration failures. |
| NotFound | Thrown if the LUN could not be found. |
| 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 HostStorageSystem used to make the method call. |
| pathName | xsd:string | The name of the path to enable. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown for all other configuration failures. |
| NotFound | Thrown if the LUN could not be found. |
| 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 HostStorageSystem used to make the method call. |
| createSpec | HostVmfsSpec | A data object that describes the VMware File System (VMFS) creation specification. |
Return Value
| Type | Description |
|---|---|
| HostVmfsVolume | A data object that represents the VMFS file system. |
Faults
| Type | Description |
|---|---|
| AlreadyExists | Thrown if the volume name is already being used by another volume on the host. |
| HostConfigFault | Thrown for all other configuration failures. |
| InvalidArgument | Thrown if VMFS version specified is not 2 or 3, if blocksize, lock mode, or volume label are invalid, the partition does not exist or is of an invalid type. |
| 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 HostStorageSystem used to make the method call. |
Return Value
| Type | Description |
|---|---|
| None | |
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. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the HostStorageSystem used to make the method call. |
| iScsiHbaDevice | xsd:string | The device of the Internet SCSI HBA adapter. |
| targets | HostInternetScsiHbaSendTarget[] | An array of iSCSI send targets to remove. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown for all other configuration failures. |
| NotFound | Thrown if at least one target was not found. |
| 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 HostStorageSystem used to make the method call. |
| iScsiHbaDevice | xsd:string | The device of the Internet SCSI HBA adapter. |
| targets | HostInternetScsiHbaStaticTarget[] | An array of iSCSI static targets to remove. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown for all other configuration failures. |
| NotFound | Thrown if at least one target was not found. |
| 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 HostStorageSystem used to make the method call. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown if rescan failed. |
| 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 HostStorageSystem used to make the method call. |
| hbaDevice | xsd:string | The device of the host bus adapter. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown for all other configuration failures. |
| NotFound | Thrown if the host bus adapter cannot be found. |
| 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 HostStorageSystem used to make the method call. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown if configuration fails. |
| 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 HostStorageSystem used to make the method call. |
| devicePath | xsd:string[] | An array of device path names that identify disks. See ScsiDisk. |
Return Value
| Type | Description |
|---|---|
| HostDiskPartitionInfo[] | An array of information about the partitions. |
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. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the HostStorageSystem used to make the method call. |
| lunId | xsd:string | The logical unit ID |
| policy | HostMultipathInfoLogicalUnitPolicy | A data object that describes a multipathing policy for the logical unit. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown for all other configuration failures. |
| InvalidArgument | Thrown if the policy is invalid. |
| NotFound | Thrown if the LUN could not be found. |
| 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 HostStorageSystem used to make the method call. |
| devicePath | xsd:string | The name of the device path for the specific disk. |
| spec | HostDiskPartitionSpec | A data object that describes the disk partition table specification used to configure the partitions on a disk. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown for all other configuration failures. |
| InvalidArgument | Thrown if the spec is invalid. |
| NotFound | Thrown if the device could not be found. |
| 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 HostStorageSystem used to make the method call. |
| iScsiHbaDevice | xsd:string | The device of the Internet SCSI HBA adapter. |
| iScsiAlias | xsd:string | The new value for the alias of the adapter. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown for all other configuration failures. |
| NotFound | Thrown if the host bus adapter could not be found. |
| 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 HostStorageSystem used to make the method call. |
| iScsiHbaDevice | xsd:string | The device of the Internet SCSI HBA adapter. |
| authenticationProperties | HostInternetScsiHbaAuthenticationProperties | The data object that represents the authentication settings for this host bus adapter. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown for all other configuration failures. |
| NotFound | Thrown if the host bus adapter could not be found. |
| 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 HostStorageSystem used to make the method call. |
| iScsiHbaDevice | xsd:string | The device of the Internet SCSI HBA adapter. |
| discoveryProperties | HostInternetScsiHbaDiscoveryProperties | The discovery settings for this host bus adapter. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown for all other configuration failures. |
| NotFound | Thrown if the host bus adapter could not be found. |
| 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 HostStorageSystem used to make the method call. |
| iScsiHbaDevice | xsd:string | The device of the Internet SCSI HBA adapter. |
| ipProperties | HostInternetScsiHbaIPProperties | A data object representing the IP properties for the host bus adapter |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown for all other configuration failures. |
| NotFound | Thrown if the host bus adapter could not be found. |
| 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 HostStorageSystem used to make the method call. |
| iScsiHbaDevice | xsd:string | The current name of the Internet SCSI HBA adapter. |
| iScsiName | xsd:string | The new name for the Internet SCSI HBA adapter |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown for all other configuration failures. |
| NotFound | Thrown if the host bus adapter could not be found. |
| 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 HostStorageSystem used to make the method call. |
| enabled | xsd:boolean | True to enable the iSCSI; false to disable it |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown for any configuration failure. |
| 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 HostStorageSystem used to make the method call. |
| vmfsPath | xsd:string | The path of the VMFS. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| HostConfigFault | Thrown for all other configuration failures. |
| NotFound | Thrown if the VMFS cannot be found. |
| 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 HostStorageSystem used to make the method call. |
Return Value
| Type | Description |
|---|---|
| None | |
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 Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |