|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BrowsingClient
Provides access to Symphony VPDC resources via their REST API.
Method Summary | |
---|---|
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 |
Method Detail |
---|
Org getOrg(@Nullable String billingSiteId)
billingSiteId
- billing site Id, or null for default
VDC getVDCInOrg(@Nullable String billingSiteId, String vpdcId)
billingSiteId
- billing site Id, or null for defaultvpdcId
- vpdc Id
Network getNetworkInVDC(String billingSiteId, String vpdcId, String networkTierName)
billingSiteId
- billing site Id, or null for defaultvpdcId
- vpdc IdnetworkTierName
- network tier name
VM 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 state
VM getVM(URI vm, GetVMOptions... options)
Task getTask(String taskId)
taskId
- task id
FirewallService listFirewallRules(String billingSiteId, String vpdcId)
billingSiteId
- billing site Id, or null for defaultvpdcId
- vpdc Id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |