public class IscsiMigrationDependency extends DynamicData
Java class for IscsiMigrationDependency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IscsiMigrationDependency">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="migrationAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="disallowReason" type="{urn:vim25}IscsiStatus" minOccurs="0"/>
<element name="dependency" type="{urn:vim25}IscsiDependencyEntity" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<IscsiDependencyEntity> |
dependency |
protected IscsiStatus |
disallowReason |
protected boolean |
migrationAllowed |
| Constructor and Description |
|---|
IscsiMigrationDependency() |
| Modifier and Type | Method and Description |
|---|---|
List<IscsiDependencyEntity> |
getDependency()
Gets the value of the dependency property.
|
IscsiStatus |
getDisallowReason()
Gets the value of the disallowReason property.
|
boolean |
isMigrationAllowed()
Gets the value of the migrationAllowed property.
|
void |
setDisallowReason(IscsiStatus value)
Sets the value of the disallowReason property.
|
void |
setMigrationAllowed(boolean value)
Sets the value of the migrationAllowed property.
|
protected boolean migrationAllowed
protected IscsiStatus disallowReason
protected List<IscsiDependencyEntity> dependency
public boolean isMigrationAllowed()
public void setMigrationAllowed(boolean value)
public IscsiStatus getDisallowReason()
IscsiStatuspublic void setDisallowReason(IscsiStatus value)
value - allowed object is
IscsiStatuspublic List<IscsiDependencyEntity> getDependency()
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 dependency property.
For example, to add a new item, do as follows:
getDependency().add(newItem);
Objects of the following type(s) are allowed in the list
IscsiDependencyEntity
Copyright © 2018. All rights reserved.