| Package | Description |
|---|---|
| com.vmware.vim25 |
| Modifier and Type | Field and Description |
|---|---|
protected HostMaintenanceSpec |
EvacuateVsanNodeRequestType.maintenanceSpec |
protected HostMaintenanceSpec |
EnterMaintenanceModeRequestType.maintenanceSpec |
protected HostMaintenanceSpec |
RemoveDiskMappingRequestType.maintenanceSpec |
protected HostMaintenanceSpec |
RemoveDiskRequestType.maintenanceSpec |
| Modifier and Type | Method and Description |
|---|---|
HostMaintenanceSpec |
ObjectFactory.createHostMaintenanceSpec()
Create an instance of
HostMaintenanceSpec |
HostMaintenanceSpec |
EvacuateVsanNodeRequestType.getMaintenanceSpec()
Gets the value of the maintenanceSpec property.
|
HostMaintenanceSpec |
EnterMaintenanceModeRequestType.getMaintenanceSpec()
Gets the value of the maintenanceSpec property.
|
HostMaintenanceSpec |
RemoveDiskMappingRequestType.getMaintenanceSpec()
Gets the value of the maintenanceSpec property.
|
HostMaintenanceSpec |
RemoveDiskRequestType.getMaintenanceSpec()
Gets the value of the maintenanceSpec property.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
VimPortType.enterMaintenanceModeTask(ManagedObjectReference _this,
int timeout,
Boolean evacuatePoweredOffVms,
HostMaintenanceSpec maintenanceSpec) |
ManagedObjectReference |
VimPortType.evacuateVsanNodeTask(ManagedObjectReference _this,
HostMaintenanceSpec maintenanceSpec,
int timeout) |
ManagedObjectReference |
VimPortType.removeDiskMappingTask(ManagedObjectReference _this,
List<VsanHostDiskMapping> mapping,
HostMaintenanceSpec maintenanceSpec,
Integer timeout) |
ManagedObjectReference |
VimPortType.removeDiskTask(ManagedObjectReference _this,
List<HostScsiDisk> disk,
HostMaintenanceSpec maintenanceSpec,
Integer timeout) |
void |
EvacuateVsanNodeRequestType.setMaintenanceSpec(HostMaintenanceSpec value)
Sets the value of the maintenanceSpec property.
|
void |
EnterMaintenanceModeRequestType.setMaintenanceSpec(HostMaintenanceSpec value)
Sets the value of the maintenanceSpec property.
|
void |
RemoveDiskMappingRequestType.setMaintenanceSpec(HostMaintenanceSpec value)
Sets the value of the maintenanceSpec property.
|
void |
RemoveDiskRequestType.setMaintenanceSpec(HostMaintenanceSpec value)
Sets the value of the maintenanceSpec property.
|
Copyright © 2018. All rights reserved.