| Modifier and Type | Method and Description |
|---|---|
Network |
getNetworkInVDC(String billingSiteId,
String vpdcId,
String networkTierName)
Get Network API returns network detail
|
Org |
getOrg(String billingSiteId)
Get an organization, which can contain list of vDC entities
|
Task |
getTask(String taskId)
Gets an existing task.
|
VDC |
getVDCInOrg(String billingSiteId,
String vpdcId)
VDC is a virtual data center ,the API returns a list of VAPPs own by given bill site Id.
|
VM |
getVM(URI vm,
GetVMOptions... options) |
VM |
getVMInVDC(String billingSiteId,
String vpdcId,
String vAppId,
GetVMOptions... options)
VAPP is a software solution, the API returns details of virtual machine configuration such as
CPU,RAM Memory and hard drive.
|
FirewallService |
listFirewallRules(String billingSiteId,
String vpdcId)
Gets Firewall Rules
|
Org getOrg(@Nullable String billingSiteId)
billingSiteId - billing site Id, or null for defaultVDC getVDCInOrg(@Nullable String billingSiteId, String vpdcId)
billingSiteId - billing site Id, or null for defaultvpdcId - vpdc IdNetwork getNetworkInVDC(String billingSiteId, String vpdcId, String networkTierName)
billingSiteId - billing site Id, or null for defaultvpdcId - vpdc IdnetworkTierName - network tier nameVM getVMInVDC(String billingSiteId, String vpdcId, String vAppId, GetVMOptions... options)
billingSiteId - billing site Id, or null for defaultvpdcId - vpdc IdvAppId - vApp IDoptions - control whether or not to get real time stateVM getVM(URI vm, GetVMOptions... options)
Task getTask(String taskId)
taskId - task idFirewallService listFirewallRules(String billingSiteId, String vpdcId)
billingSiteId - billing site Id, or null for defaultvpdcId - vpdc IdCopyright © 2009-2013 jclouds. All Rights Reserved.