Package | Description |
---|---|
org.ovirt.engine.core.common.businessentities |
Modifier and Type | Method and Description |
---|---|
static UsbPolicy |
UsbPolicy.forValue(int value) |
UsbPolicy |
VmBase.getusb_policy() |
UsbPolicy |
VM.getusb_policy() |
static UsbPolicy |
UsbPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsbPolicy[] |
UsbPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VmBase.setusb_policy(UsbPolicy value) |
void |
VM.setusb_policy(UsbPolicy 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) |
VmStatic(String description,
int mem_size_mb,
VmOsType os,
Guid vds_group_id,
Guid vm_guid,
String vm_name,
Guid vmt_guid,
String domain,
Date creation_date,
int num_of_monitors,
boolean is_initialized,
boolean is_auto_suspend,
Guid dedicated_vm_for_vds,
int num_of_sockets,
int cpu_per_socket,
UsbPolicy usb_policy,
String time_zone,
boolean auto_startup,
boolean is_stateless,
boolean fail_back,
BootSequence default_boot_sequence,
VmType vm_type,
HypervisorType hypervisor_type,
OperationMode operation_mode,
int minAllocatedMem) |
Copyright © 2012. All Rights Reserved.