Package | Description |
---|---|
org.ovirt.engine.api.restapi.types | |
org.ovirt.engine.core.common.businessentities | |
org.ovirt.engine.core.common.queries | |
org.ovirt.engine.core.dao |
Modifier and Type | Method and Description |
---|---|
static HostType |
HostMapper.map(VDSType type,
HostType template) |
Modifier and Type | Method and Description |
---|---|
static VDSType |
VDSType.forValue(int value) |
VDSType |
VDS.getvds_type() |
VDSType |
VdsStatic.getvds_type() |
static VDSType |
VDSType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VDSType[] |
VDSType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VDS.setvds_type(VDSType value) |
void |
VdsStatic.setvds_type(VDSType value) |
Constructor and Description |
---|
VdsStatic(String host_name,
String ip,
String uniqueId,
int port,
Guid vds_group_id,
Guid vds_id,
String vds_name,
boolean server_SSL_enabled,
VDSType vds_type) |
Modifier and Type | Method and Description |
---|---|
VDSType |
GetVdsByTypeParameters.getVdsType() |
VDSType |
RegisterVdsParameters.getVdsType() |
Constructor and Description |
---|
GetVdsByTypeParameters(VDSType vdsType) |
RegisterVdsParameters(Guid vdsId,
String vds_host_name,
String vds_name,
String vds_unique_id,
int port,
String netmask,
Guid vds_group_id,
VDSType vds_type) |
Modifier and Type | Method and Description |
---|---|
List<VDS> |
VdsDAO.getAllOfType(VDSType vds)
Retrieves all instances for the specified type.
|
List<VDS> |
VdsDAODbFacadeImpl.getAllOfType(VDSType type) |
List<VDS> |
VdsDAO.getAllOfTypes(VDSType[] types)
Retrieves all instances for the given list of types.
|
List<VDS> |
VdsDAODbFacadeImpl.getAllOfTypes(VDSType[] types) |
Copyright © 2012. All Rights Reserved.