public class Action extends BaseResource
Java class for Action complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Action">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element name="async" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<group ref="{}ActionParameterGroup"/>
<element ref="{}status" minOccurs="0"/>
<element ref="{}fault" minOccurs="0"/>
<group ref="{}ActionResponseGroup"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
async |
protected Cluster |
cluster |
protected Boolean |
discardSnapshots |
protected Boolean |
exclusive |
protected Fault |
fault |
protected String |
fenceType |
protected Boolean |
force |
protected GracePeriod |
gracePeriod |
protected Host |
host |
protected String |
image |
protected IscsiDetails |
iscsi |
protected List<String> |
iscsiTargets |
protected Network |
network |
protected Boolean |
pause |
protected PowerManagement |
powerManagement |
protected String |
rootPassword |
protected Status |
status |
protected StorageDomain |
storageDomain |
protected Ticket |
ticket |
protected VM |
vm |
actions, creationStatus, description, href, id, links, name| Constructor and Description |
|---|
Action() |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
getCluster()
Gets the value of the cluster property.
|
Fault |
getFault()
Gets the value of the fault property.
|
String |
getFenceType()
Gets the value of the fenceType property.
|
GracePeriod |
getGracePeriod()
Gets the value of the gracePeriod property.
|
Host |
getHost()
Gets the value of the host property.
|
String |
getImage()
Gets the value of the image property.
|
IscsiDetails |
getIscsi()
Gets the value of the iscsi property.
|
List<String> |
getIscsiTargets()
Gets the value of the iscsiTargets property.
|
Network |
getNetwork()
Gets the value of the network property.
|
PowerManagement |
getPowerManagement()
Gets the value of the powerManagement property.
|
String |
getRootPassword()
Gets the value of the rootPassword property.
|
Status |
getStatus()
Gets the value of the status property.
|
StorageDomain |
getStorageDomain()
Gets the value of the storageDomain property.
|
Ticket |
getTicket()
Gets the value of the ticket property.
|
VM |
getVm()
Gets the value of the vm property.
|
Boolean |
isAsync()
Gets the value of the async property.
|
Boolean |
isDiscardSnapshots()
Gets the value of the discardSnapshots property.
|
Boolean |
isExclusive()
Gets the value of the exclusive property.
|
Boolean |
isForce()
Gets the value of the force property.
|
Boolean |
isPause()
Gets the value of the pause property.
|
boolean |
isSetAsync() |
boolean |
isSetCluster() |
boolean |
isSetDiscardSnapshots() |
boolean |
isSetExclusive() |
boolean |
isSetFault() |
boolean |
isSetFenceType() |
boolean |
isSetForce() |
boolean |
isSetGracePeriod() |
boolean |
isSetHost() |
boolean |
isSetImage() |
boolean |
isSetIscsi() |
boolean |
isSetIscsiTargets() |
boolean |
isSetNetwork() |
boolean |
isSetPause() |
boolean |
isSetPowerManagement() |
boolean |
isSetRootPassword() |
boolean |
isSetStatus() |
boolean |
isSetStorageDomain() |
boolean |
isSetTicket() |
boolean |
isSetVm() |
void |
setAsync(Boolean value)
Sets the value of the async property.
|
void |
setCluster(Cluster value)
Sets the value of the cluster property.
|
void |
setDiscardSnapshots(Boolean value)
Sets the value of the discardSnapshots property.
|
void |
setExclusive(Boolean value)
Sets the value of the exclusive property.
|
void |
setFault(Fault value)
Sets the value of the fault property.
|
void |
setFenceType(String value)
Sets the value of the fenceType property.
|
void |
setForce(Boolean value)
Sets the value of the force property.
|
void |
setGracePeriod(GracePeriod value)
Sets the value of the gracePeriod property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setImage(String value)
Sets the value of the image property.
|
void |
setIscsi(IscsiDetails value)
Sets the value of the iscsi property.
|
void |
setNetwork(Network value)
Sets the value of the network property.
|
void |
setPause(Boolean value)
Sets the value of the pause property.
|
void |
setPowerManagement(PowerManagement value)
Sets the value of the powerManagement property.
|
void |
setRootPassword(String value)
Sets the value of the rootPassword property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
void |
setStorageDomain(StorageDomain value)
Sets the value of the storageDomain property.
|
void |
setTicket(Ticket value)
Sets the value of the ticket property.
|
void |
setVm(VM value)
Sets the value of the vm property.
|
void |
unsetIscsiTargets() |
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksprotected Boolean async
protected GracePeriod gracePeriod
protected Host host
protected Network network
protected String rootPassword
protected String image
protected String fenceType
protected Ticket ticket
protected IscsiDetails iscsi
protected StorageDomain storageDomain
protected Cluster cluster
protected Boolean discardSnapshots
protected Boolean exclusive
protected VM vm
protected Boolean pause
protected Boolean force
protected Status status
protected Fault fault
protected PowerManagement powerManagement
public Boolean isAsync()
Booleanpublic void setAsync(Boolean value)
value - allowed object is
Booleanpublic boolean isSetAsync()
public GracePeriod getGracePeriod()
GracePeriodpublic void setGracePeriod(GracePeriod value)
value - allowed object is
GracePeriodpublic boolean isSetGracePeriod()
public void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
public Network getNetwork()
Networkpublic void setNetwork(Network value)
value - allowed object is
Networkpublic boolean isSetNetwork()
public String getRootPassword()
Stringpublic void setRootPassword(String value)
value - allowed object is
Stringpublic boolean isSetRootPassword()
public String getImage()
Stringpublic void setImage(String value)
value - allowed object is
Stringpublic boolean isSetImage()
public String getFenceType()
Stringpublic void setFenceType(String value)
value - allowed object is
Stringpublic boolean isSetFenceType()
public Ticket getTicket()
Ticketpublic void setTicket(Ticket value)
value - allowed object is
Ticketpublic boolean isSetTicket()
public IscsiDetails getIscsi()
IscsiDetailspublic void setIscsi(IscsiDetails value)
value - allowed object is
IscsiDetailspublic boolean isSetIscsi()
public StorageDomain getStorageDomain()
StorageDomainpublic void setStorageDomain(StorageDomain value)
value - allowed object is
StorageDomainpublic boolean isSetStorageDomain()
public Cluster getCluster()
Clusterpublic void setCluster(Cluster value)
value - allowed object is
Clusterpublic boolean isSetCluster()
public Boolean isDiscardSnapshots()
Booleanpublic void setDiscardSnapshots(Boolean value)
value - allowed object is
Booleanpublic boolean isSetDiscardSnapshots()
public Boolean isExclusive()
Booleanpublic void setExclusive(Boolean value)
value - allowed object is
Booleanpublic boolean isSetExclusive()
public void setVm(VM value)
value - allowed object is
VMpublic boolean isSetVm()
public Boolean isPause()
Booleanpublic void setPause(Boolean value)
value - allowed object is
Booleanpublic boolean isSetPause()
public Boolean isForce()
Booleanpublic void setForce(Boolean value)
value - allowed object is
Booleanpublic boolean isSetForce()
public Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic boolean isSetStatus()
public Fault getFault()
Faultpublic void setFault(Fault value)
value - allowed object is
Faultpublic boolean isSetFault()
public List<String> getIscsiTargets()
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 iscsiTargets property.
For example, to add a new item, do as follows:
getIscsiTargets().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetIscsiTargets()
public void unsetIscsiTargets()
public PowerManagement getPowerManagement()
PowerManagementpublic void setPowerManagement(PowerManagement value)
value - allowed object is
PowerManagementpublic boolean isSetPowerManagement()
Copyright © 2012. All Rights Reserved.