public class RemoveDiskRequestType extends Object
Java class for RemoveDiskRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemoveDiskRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="disk" type="{urn:vim25}HostScsiDisk" maxOccurs="unbounded"/>
<element name="maintenanceSpec" type="{urn:vim25}HostMaintenanceSpec" minOccurs="0"/>
<element name="timeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected List<HostScsiDisk> |
disk |
protected HostMaintenanceSpec |
maintenanceSpec |
protected Integer |
timeout |
| Constructor and Description |
|---|
RemoveDiskRequestType() |
| Modifier and Type | Method and Description |
|---|---|
List<HostScsiDisk> |
getDisk()
Gets the value of the disk property.
|
HostMaintenanceSpec |
getMaintenanceSpec()
Gets the value of the maintenanceSpec property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
Integer |
getTimeout()
Gets the value of the timeout property.
|
void |
setMaintenanceSpec(HostMaintenanceSpec value)
Sets the value of the maintenanceSpec property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
void |
setTimeout(Integer value)
Sets the value of the timeout property.
|
protected ManagedObjectReference _this
protected List<HostScsiDisk> disk
protected HostMaintenanceSpec maintenanceSpec
protected Integer timeout
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic List<HostScsiDisk> getDisk()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the disk property.
For example, to add a new item, do as follows:
getDisk().add(newItem);
Objects of the following type(s) are allowed in the list
HostScsiDisk
public HostMaintenanceSpec getMaintenanceSpec()
HostMaintenanceSpecpublic void setMaintenanceSpec(HostMaintenanceSpec value)
value - allowed object is
HostMaintenanceSpecpublic Integer getTimeout()
IntegerCopyright © 2018. All rights reserved.