public class ResolveMultipleUnresolvedVmfsVolumesExRequestType extends Object
Java class for ResolveMultipleUnresolvedVmfsVolumesExRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResolveMultipleUnresolvedVmfsVolumesExRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="resolutionSpec" type="{urn:vim25}HostUnresolvedVmfsResolutionSpec" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected List<HostUnresolvedVmfsResolutionSpec> |
resolutionSpec |
| Constructor and Description |
|---|
ResolveMultipleUnresolvedVmfsVolumesExRequestType() |
| Modifier and Type | Method and Description |
|---|---|
List<HostUnresolvedVmfsResolutionSpec> |
getResolutionSpec()
Gets the value of the resolutionSpec property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected List<HostUnresolvedVmfsResolutionSpec> resolutionSpec
public ResolveMultipleUnresolvedVmfsVolumesExRequestType()
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic List<HostUnresolvedVmfsResolutionSpec> getResolutionSpec()
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 resolutionSpec property.
For example, to add a new item, do as follows:
getResolutionSpec().add(newItem);
Objects of the following type(s) are allowed in the list
HostUnresolvedVmfsResolutionSpec
Copyright © 2018. All rights reserved.