| Package | Description |
|---|---|
| org.ovirt.engine.core.bll | |
| org.ovirt.engine.core.common.businessentities | |
| org.ovirt.engine.core.common.config | |
| org.ovirt.engine.core.compat | |
| org.ovirt.engine.core.utils |
| Modifier and Type | Method and Description |
|---|---|
TimeSpan |
CommandBase.getTransactionTimeout() |
| Modifier and Type | Method and Description |
|---|---|
TimeSpan |
vm_pools.getDefaultEndTime() |
TimeSpan |
vm_pools.getDefaultStartTime() |
| Modifier and Type | Method and Description |
|---|---|
void |
vm_pools.setDefaultEndTime(TimeSpan value) |
void |
vm_pools.setDefaultStartTime(TimeSpan value) |
| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
TimeSpan |
IConfigUtilsInterface.getTimeSpanValue(String name,
String defaultValue)
Gets the time span value.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeSpan |
TimeSpan.Parse(String argvalue) |
TimeSpan |
DateTime.Subtract(Date date) |
| Modifier and Type | Method and Description |
|---|---|
int |
TimeSpan.compareTo(TimeSpan o) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TimeSpan.TryParse(String string,
RefObject<TimeSpan> ref) |
| Modifier and Type | Method and Description |
|---|---|
TimeSpan |
ConfigUtilsBase.getTimeSpanValue(String name,
String defaultValue) |
Copyright © 2012. All Rights Reserved.