Constructor and Description |
---|
RefreshPoolSingleAsyncOperation(ArrayList<VDS> vdss,
storage_domains domain,
storage_pool storagePool,
RefObject<ArrayList<Guid>> vdssIdsToSetNonoperational) |
Modifier and Type | Method and Description |
---|---|
boolean |
IConfigUtilsInterface.ValidateParse(DataType type,
String valueInApp,
String defaultValue,
RefObject<Object> returnValue)
Validates that parsing the object to the target type is OK.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
IntegerCompat.TryParse(String value,
NumberStyles integer,
CultureInfo currentCulture,
RefObject<Integer> tempRefObject) |
static boolean |
DoubleCompat.TryParse(String value,
RefObject<BigDecimal> refDec) |
static boolean |
BooleanCompat.TryParse(String value,
RefObject<Boolean> boolRef) |
static boolean |
IntegerCompat.TryParse(String value,
RefObject<Integer> intRef) |
static boolean |
LongCompat.TryParse(String value,
RefObject<Long> refDec) |
static boolean |
TimeSpan.TryParse(String string,
RefObject<TimeSpan> ref) |
static boolean |
DoubleCompat.TryParse2(String value,
RefObject<Double> refDec) |
static boolean |
DateTime.TryParseExact(String value,
String string,
Object dateTimeFormat,
DateTimeStyles none,
RefObject<Date> tempRefObject) |
Modifier and Type | Method and Description |
---|---|
static String |
EncryptionUtils.Decrypt(String source,
String keyFile,
String passwd,
RefObject<String> error)
Decrypts the specified source using Store.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseConditionFieldAutoCompleter.formatValue(String fieldName,
RefObject<String> relations,
RefObject<String> value,
boolean caseSensitive) |
void |
BaseConditionFieldAutoCompleter.formatValue(String fieldName,
RefObject<String> relations,
RefObject<String> value,
boolean caseSensitive) |
void |
IConditionFieldAutoCompleter.formatValue(String fieldName,
RefObject<String> relations,
RefObject<String> value,
boolean caseSensitive) |
void |
IConditionFieldAutoCompleter.formatValue(String fieldName,
RefObject<String> relations,
RefObject<String> value,
boolean caseSensitive) |
void |
VdcUserConditionFieldAutoCompleter.formatValue(String fieldName,
RefObject<String> relations,
RefObject<String> value,
boolean caseSensitive) |
void |
VdcUserConditionFieldAutoCompleter.formatValue(String fieldName,
RefObject<String> relations,
RefObject<String> value,
boolean caseSensitive) |
void |
VmConditionFieldAutoCompleter.formatValue(String fieldName,
RefObject<String> relations,
RefObject<String> value,
boolean caseSensitive) |
void |
VmConditionFieldAutoCompleter.formatValue(String fieldName,
RefObject<String> relations,
RefObject<String> value,
boolean caseSensitive) |
Modifier and Type | Method and Description |
---|---|
static void |
ObjectCompareUtils.GetDiffBetweenGroups(Collection OriginalItems,
Collection UpdatedItems,
String IdentifierAttribute,
RefObject<ArrayList> NewItems,
RefObject<ArrayList> DeletedItems) |
static void |
ObjectCompareUtils.GetDiffBetweenGroups(Collection OriginalItems,
Collection UpdatedItems,
String IdentifierAttribute,
RefObject<ArrayList> NewItems,
RefObject<ArrayList> DeletedItems) |
static void |
ObjectCompareUtils.GetDiffBetweenGroups(List OriginalItems,
List UpdatedItems,
RefObject<ArrayList> NewItems,
RefObject<ArrayList> DeletedItems) |
static void |
ObjectCompareUtils.GetDiffBetweenGroups(List OriginalItems,
List UpdatedItems,
RefObject<ArrayList> NewItems,
RefObject<ArrayList> DeletedItems) |
static boolean |
GuidUtils.isGuid(String candidate,
RefObject<Guid> output) |
protected static boolean |
ConfigUtilsBase.ParseEnumValue(String name,
RefObject<Class> fieldType,
RefObject<String> defaultValue,
RefObject<OptionBehaviourAttribute> optionBehaviour)
parse the enum value by its attributes and return the type, default value, and option behaviour (if any) return
false if cannot find value in enum or cannot get type
|
protected static boolean |
ConfigUtilsBase.ParseEnumValue(String name,
RefObject<Class> fieldType,
RefObject<String> defaultValue,
RefObject<OptionBehaviourAttribute> optionBehaviour)
parse the enum value by its attributes and return the type, default value, and option behaviour (if any) return
false if cannot find value in enum or cannot get type
|
protected static boolean |
ConfigUtilsBase.ParseEnumValue(String name,
RefObject<Class> fieldType,
RefObject<String> defaultValue,
RefObject<OptionBehaviourAttribute> optionBehaviour)
parse the enum value by its attributes and return the type, default value, and option behaviour (if any) return
false if cannot find value in enum or cannot get type
|
boolean |
ConfigUtilsBase.ValidateParse(DataType type,
String valueInApp,
String defaultValue,
RefObject<Object> returnValue) |
Modifier and Type | Method and Description |
---|---|
void |
OvfManager.ExportTemplate(RefObject<String> ovfstring,
VmTemplate vmTemplate,
List<DiskImage> images) |
void |
OvfManager.ExportVm(RefObject<String> ovfstring,
VM vm,
ArrayList<DiskImage> images) |
void |
OvfManager.ImportTemplate(String ovfstring,
RefObject<VmTemplate> vmTemplate,
RefObject<ArrayList<DiskImage>> images) |
void |
OvfManager.ImportTemplate(String ovfstring,
RefObject<VmTemplate> vmTemplate,
RefObject<ArrayList<DiskImage>> images) |
void |
OvfManager.ImportVm(String ovfstring,
RefObject<VM> vm,
RefObject<ArrayList<DiskImage>> images) |
void |
OvfManager.ImportVm(String ovfstring,
RefObject<VM> vm,
RefObject<ArrayList<DiskImage>> images) |
static boolean |
OvfParser.UtcDateStringToLocaDate(String str,
RefObject<Date> date)
Method return false if the format is not yyyy/mm/dd hh:mm:ss
|
Constructor and Description |
---|
OvfTemplateWriter(RefObject<XmlDocument> document,
VmTemplate vmTemplate,
List<DiskImage> images) |
OvfVmWriter(RefObject<XmlDocument> document,
VM vm,
ArrayList<DiskImage> images) |
OvfWriter(RefObject<XmlDocument> document,
List<DiskImage> images) |
Modifier and Type | Method and Description |
---|---|
VDSStatus |
VdsManager.refreshCapabilities(RefObject<Boolean> cpuFlagsHasChanged,
VDS vds) |
Copyright © 2012. All Rights Reserved.