Package | Description |
---|---|
es.upv.i3m.grycap.im |
Modifier and Type | Method and Description |
---|---|
static VmProperties |
VmProperties.getEnumFromValue(String value)
Returns a VmProperty if the String passed is the same as one of the states
of the enumerator.
|
static VmProperties |
VmProperties.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmProperties[] |
VmProperties.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Property |
InfrastructureManager.getVmProperty(String infId,
String vmId,
VmProperties vmProperty)
Return property 'propertyName' from to the virtual machine with ID 'vmId'
associated to the infrastructure with ID 'infId'.
|
Copyright © 2016. All rights reserved.