public class Snapshot extends BaseResource
Java class for Snapshot complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Snapshot">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element ref="{}vm" minOccurs="0"/>
<element ref="{}disk" minOccurs="0"/>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
date |
protected Disk |
disk |
protected VM |
vm |
actions, creationStatus, description, href, id, links, name| Constructor and Description |
|---|
Snapshot() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDate()
Gets the value of the date property.
|
Disk |
getDisk()
Gets the value of the disk property.
|
VM |
getVm()
Gets the value of the vm property.
|
boolean |
isSetDate() |
boolean |
isSetDisk() |
boolean |
isSetVm() |
void |
setDate(XMLGregorianCalendar value)
Sets the value of the date property.
|
void |
setDisk(Disk value)
Sets the value of the disk property.
|
void |
setVm(VM value)
Sets the value of the vm property.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksprotected VM vm
protected Disk disk
protected XMLGregorianCalendar date
public void setVm(VM value)
value - allowed object is
VMpublic boolean isSetVm()
public void setDisk(Disk value)
value - allowed object is
Diskpublic boolean isSetDisk()
public XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetDate()
Copyright © 2012. All Rights Reserved.