public class DvsScopeViolated extends DvsFault
Java class for DvsScopeViolated complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsScopeViolated">
<complexContent>
<extension base="{urn:vim25}DvsFault">
<sequence>
<element name="scope" type="{urn:vim25}ManagedObjectReference" maxOccurs="unbounded"/>
<element name="entity" type="{urn:vim25}ManagedObjectReference"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
entity |
protected List<ManagedObjectReference> |
scope |
faultCause, faultMessage| Constructor and Description |
|---|
DvsScopeViolated() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getEntity()
Gets the value of the entity property.
|
List<ManagedObjectReference> |
getScope()
Gets the value of the scope property.
|
void |
setEntity(ManagedObjectReference value)
Sets the value of the entity property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected List<ManagedObjectReference> scope
protected ManagedObjectReference entity
public List<ManagedObjectReference> getScope()
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 scope property.
For example, to add a new item, do as follows:
getScope().add(newItem);
Objects of the following type(s) are allowed in the list
ManagedObjectReference
public ManagedObjectReference getEntity()
ManagedObjectReferencepublic void setEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.