public interface LocalVirtualMachine
| Modifier and Type | Field and Description |
|---|---|
static String |
ORIGINAL_CLASS_NAME
Name of original class this interface reflects
|
| Modifier and Type | Method and Description |
|---|---|
String |
connectorAddress() |
String |
displayName() |
boolean |
isAttachable() |
boolean |
isManageable() |
void |
startManagementAgent()
Start management agent if it's not manageable
|
int |
vmid() |
static final String ORIGINAL_CLASS_NAME
String connectorAddress()
String displayName()
boolean isAttachable()
boolean isManageable()
void startManagementAgent()
int vmid()
Copyright © 2008–2020. All rights reserved.