Class BackupContainer
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.containers.Container
-
- org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
-
- org.ovirt.engine.sdk4.internal.containers.BackupContainer
-
- All Implemented Interfaces:
Backup
,Identified
public class BackupContainer extends IdentifiedContainer implements Backup
-
-
Constructor Summary
Constructors Constructor Description BackupContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
creationDate()
void
creationDate(Date newCreationDate)
boolean
creationDatePresent()
List<Disk>
disks()
void
disks(List<Disk> newDisks)
boolean
disksPresent()
String
fromCheckpointId()
void
fromCheckpointId(String newFromCheckpointId)
boolean
fromCheckpointIdPresent()
BackupPhase
phase()
void
phase(BackupPhase newPhase)
boolean
phasePresent()
String
toCheckpointId()
void
toCheckpointId(String newToCheckpointId)
boolean
toCheckpointIdPresent()
Vm
vm()
void
vm(Vm newVm)
boolean
vmPresent()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.Container
asByte, asInteger, asLong, asShort, makeArrayList, makeUnmodifiableList
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ovirt.engine.sdk4.types.Identified
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
-
-
-
-
Method Detail
-
creationDate
public Date creationDate()
- Specified by:
creationDate
in interfaceBackup
-
creationDate
public void creationDate(Date newCreationDate)
-
creationDatePresent
public boolean creationDatePresent()
- Specified by:
creationDatePresent
in interfaceBackup
-
fromCheckpointId
public String fromCheckpointId()
- Specified by:
fromCheckpointId
in interfaceBackup
-
fromCheckpointId
public void fromCheckpointId(String newFromCheckpointId)
-
fromCheckpointIdPresent
public boolean fromCheckpointIdPresent()
- Specified by:
fromCheckpointIdPresent
in interfaceBackup
-
phase
public BackupPhase phase()
-
phase
public void phase(BackupPhase newPhase)
-
phasePresent
public boolean phasePresent()
- Specified by:
phasePresent
in interfaceBackup
-
toCheckpointId
public String toCheckpointId()
- Specified by:
toCheckpointId
in interfaceBackup
-
toCheckpointId
public void toCheckpointId(String newToCheckpointId)
-
toCheckpointIdPresent
public boolean toCheckpointIdPresent()
- Specified by:
toCheckpointIdPresent
in interfaceBackup
-
disksPresent
public boolean disksPresent()
- Specified by:
disksPresent
in interfaceBackup
-
vm
public void vm(Vm newVm)
-
-