Modifier and Type | Method and Description |
---|---|
static Options |
HostMapper.map(ValueObjectMap entity,
Options template) |
Modifier and Type | Method and Description |
---|---|
ValueObjectMap |
MoveOrCopyParameters.getDiskInfoValueObjectMap() |
ValueObjectMap |
AddVmFromTemplateParameters.getSerializedDiskInfoList() |
Modifier and Type | Method and Description |
---|---|
void |
MoveOrCopyParameters.setDiskInfoValueObjectMap(ValueObjectMap value) |
void |
AddVmFromTemplateParameters.setSerializedDiskInfoList(ValueObjectMap serializedDiskInfoList) |
Modifier and Type | Method and Description |
---|---|
ValueObjectMap |
VM.getDiskValueObjectMap() |
ValueObjectMap |
VdsFencingOptions.getFencingAgentInstanceOptionsMap() |
ValueObjectMap |
VdsFencingOptions.getFencingOptionMappingMap() |
ValueObjectMap |
VdsFencingOptions.getFencingOptionTypesMap() |
ValueObjectMap |
VDS.getPmOptionsMap() |
ValueObjectMap |
VdsStatic.getPmOptionsMap() |
ValueObjectMap |
VmTemplate.getSerializedDiskImageMap() |
static ValueObjectMap |
VdsStatic.PmOptionsStringToMap(String pmOptions)
Converts a PM Options string to a map
|
Modifier and Type | Method and Description |
---|---|
static String |
VdsStatic.PmOptionsMapToString(ValueObjectMap optionsMap)
Converts a PM Options map to string
|
void |
VM.setDiskValueObjectMap(ValueObjectMap serializedDiskMap) |
void |
VdsFencingOptions.setFencingAgentInstanceOptionsMap(ValueObjectMap value) |
void |
VdsFencingOptions.setFencingOptionMappingMap(ValueObjectMap value) |
void |
VdsFencingOptions.setFencingOptionTypesMap(ValueObjectMap value) |
void |
VDS.setPmOptionsMap(ValueObjectMap value) |
void |
VdsStatic.setPmOptionsMap(ValueObjectMap value) |
void |
VmTemplate.setSerializedDiskImageMap(ValueObjectMap serializedDiskImageMap) |
Modifier and Type | Method and Description |
---|---|
ValueObjectMap |
GetNewVdsFenceStatusParameters.getFencingOptions() |
Modifier and Type | Method and Description |
---|---|
void |
GetNewVdsFenceStatusParameters.setFencingOptions(ValueObjectMap value) |
Constructor and Description |
---|
GetNewVdsFenceStatusParameters(Guid vds_id,
Guid storagePolId,
String managementIp,
ValueObjectMap fencinOptions,
String pmType,
String user,
String password) |
Modifier and Type | Class and Description |
---|---|
class |
JsonValueObjectMapMixIn |
Modifier and Type | Method and Description |
---|---|
abstract ValueObjectMap |
JsonMoveOrCopyParametersMixIn.getDiskInfoValueObjectMap() |
abstract ValueObjectMap |
JsonVmMixIn.getDiskValueObjectMap() |
abstract ValueObjectMap |
JsonVdsFencingOptionsMixIn.getFencingAgentInstanceOptionsMap() |
abstract ValueObjectMap |
JsonVdsFencingOptionsMixIn.getFencingOptionMappingMap() |
abstract ValueObjectMap |
JsonVdsFencingOptionsMixIn.getFencingOptionTypesMap() |
abstract ValueObjectMap |
JsonVDSMixIn.getPmOptionsMap() |
abstract ValueObjectMap |
JsonVdsStaticMixIn.getPmOptionsMap() |
abstract ValueObjectMap |
JsonVmTemplateMixIn.getSerializedDiskImageMap() |
abstract ValueObjectMap |
JsonAddVmFromTemplateParametersMixIn.getSerializedDiskInfoList() |
Modifier and Type | Method and Description |
---|---|
static ValueObjectMap |
VdsHooksParser.parseHooks(String hooksStr)
Method to parse a given hooks string and return a hooks data structure
|
Copyright © 2012. All Rights Reserved.