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, unsetLinks
protected 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()
Boolean
public void setAsync(Boolean value)
value
- allowed object is
Boolean
public boolean isSetAsync()
public GracePeriod getGracePeriod()
GracePeriod
public void setGracePeriod(GracePeriod value)
value
- allowed object is
GracePeriod
public boolean isSetGracePeriod()
public void setHost(Host value)
value
- allowed object is
Host
public boolean isSetHost()
public Network getNetwork()
Network
public void setNetwork(Network value)
value
- allowed object is
Network
public boolean isSetNetwork()
public String getRootPassword()
String
public void setRootPassword(String value)
value
- allowed object is
String
public boolean isSetRootPassword()
public String getImage()
String
public void setImage(String value)
value
- allowed object is
String
public boolean isSetImage()
public String getFenceType()
String
public void setFenceType(String value)
value
- allowed object is
String
public boolean isSetFenceType()
public Ticket getTicket()
Ticket
public void setTicket(Ticket value)
value
- allowed object is
Ticket
public boolean isSetTicket()
public IscsiDetails getIscsi()
IscsiDetails
public void setIscsi(IscsiDetails value)
value
- allowed object is
IscsiDetails
public boolean isSetIscsi()
public StorageDomain getStorageDomain()
StorageDomain
public void setStorageDomain(StorageDomain value)
value
- allowed object is
StorageDomain
public boolean isSetStorageDomain()
public Cluster getCluster()
Cluster
public void setCluster(Cluster value)
value
- allowed object is
Cluster
public boolean isSetCluster()
public Boolean isDiscardSnapshots()
Boolean
public void setDiscardSnapshots(Boolean value)
value
- allowed object is
Boolean
public boolean isSetDiscardSnapshots()
public Boolean isExclusive()
Boolean
public void setExclusive(Boolean value)
value
- allowed object is
Boolean
public boolean isSetExclusive()
public void setVm(VM value)
value
- allowed object is
VM
public boolean isSetVm()
public Boolean isPause()
Boolean
public void setPause(Boolean value)
value
- allowed object is
Boolean
public boolean isSetPause()
public Boolean isForce()
Boolean
public void setForce(Boolean value)
value
- allowed object is
Boolean
public boolean isSetForce()
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public boolean isSetStatus()
public Fault getFault()
Fault
public void setFault(Fault value)
value
- allowed object is
Fault
public 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()
PowerManagement
public void setPowerManagement(PowerManagement value)
value
- allowed object is
PowerManagement
public boolean isSetPowerManagement()
Copyright © 2012. All Rights Reserved.