Package | Description |
---|---|
org.ovirt.engine.core.common.businessentities |
Modifier and Type | Method and Description |
---|---|
static VmPoolType |
VmPoolType.forValue(int value) |
VmPoolType |
vm_pools.getvm_pool_type() |
static VmPoolType |
VmPoolType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmPoolType[] |
VmPoolType.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_pools.setvm_pool_type(VmPoolType value) |
Constructor and Description |
---|
vm_pools(String vm_pool_description,
Guid vm_pool_id,
String vm_pool_name,
VmPoolType vmPoolType,
Guid vds_group_id) |
vm_pools(String vm_pool_description,
Guid vm_pool_id,
String vm_pool_name,
VmPoolType vmPoolType,
Guid vds_group_id,
int defaultTimeInDays,
TimeSpan defaultStartTime,
TimeSpan defaultEndTime)
TODO: Vitaly change it to better designed implementation
|
Copyright © 2012. All Rights Reserved.