Package | Description |
---|---|
org.ovirt.engine.api.restapi.types | |
org.ovirt.engine.core.common.businessentities |
Modifier and Type | Method and Description |
---|---|
static OriginType |
VmMapper.map(String type,
OriginType incoming) |
Modifier and Type | Method and Description |
---|---|
static String |
VmMapper.map(OriginType type,
String incoming) |
static OriginType |
VmMapper.map(String type,
OriginType incoming) |
Modifier and Type | Method and Description |
---|---|
static OriginType |
OriginType.forValue(int value) |
OriginType |
VM.getorigin() |
OriginType |
VmBase.getorigin() |
static OriginType |
OriginType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OriginType[] |
OriginType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VM.setorigin(OriginType value) |
void |
VmBase.setorigin(OriginType value) |
Constructor and Description |
---|
VmBase(Guid id,
Guid vds_group_id,
VmOsType mOs,
Date creationDate,
String description,
int memSizeMB,
int numOfSockets,
int cpusPerSocket,
String domain,
String timezone,
VmType vmType,
UsbPolicy usbPolicy,
boolean fail_back,
BootSequence defaultBootSequence,
HypervisorType hypervisorType,
OperationMode operationMode,
int niceLevel,
boolean autosuspend,
int priority,
boolean autoStartup,
boolean stateless,
String isoPath,
OriginType origin,
String kernelUrl,
String kernelParams,
String initrdUrl) |
Copyright © 2012. All Rights Reserved.