ConnectedVMwareClient Interface
public interface ConnectedVMwareClient
The interface for ConnectedVMwareClient class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
getApiVersion()
Gets Api Version. |
|
abstract
Clusters |
getClusters()
Gets the Clusters |
|
abstract
Datastores |
getDatastores()
Gets the Datastores |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Guest |
getGuestAgents()
Gets the Guest |
|
abstract
Hosts |
getHosts()
Gets the Hosts |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Hybrid |
getHybridIdentityMetadatas()
Gets the Hybrid |
|
abstract
Inventory |
getInventoryItems()
Gets the Inventory |
|
abstract
Machine |
getMachineExtensions()
Gets the Machine |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Resource |
getResourcePools()
Gets the Resource |
| abstract String |
getSubscriptionId()
Gets The Subscription ID. |
|
abstract
VCenters |
getVCenters()
Gets the VCenters |
|
abstract
Virtual |
getVirtualMachines()
Gets the Virtual |
|
abstract
Virtual |
getVirtualMachineTemplates()
Gets the Virtual |
|
abstract
Virtual |
getVirtualNetworks()
Gets the Virtual |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getClusters
public abstract ClustersClient getClusters()
Gets the ClustersClient object to access its operations.
Returns:
getDatastores
public abstract DatastoresClient getDatastores()
Gets the DatastoresClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getGuestAgents
public abstract GuestAgentsClient getGuestAgents()
Gets the GuestAgentsClient object to access its operations.
Returns:
getHosts
public abstract HostsClient getHosts()
Gets the HostsClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getHybridIdentityMetadatas
public abstract HybridIdentityMetadatasClient getHybridIdentityMetadatas()
Gets the HybridIdentityMetadatasClient object to access its operations.
Returns:
getInventoryItems
public abstract InventoryItemsClient getInventoryItems()
Gets the InventoryItemsClient object to access its operations.
Returns:
getMachineExtensions
public abstract MachineExtensionsClient getMachineExtensions()
Gets the MachineExtensionsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getResourcePools
public abstract ResourcePoolsClient getResourcePools()
Gets the ResourcePoolsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The Subscription ID.
Returns:
getVCenters
public abstract VCentersClient getVCenters()
Gets the VCentersClient object to access its operations.
Returns:
getVirtualMachines
public abstract VirtualMachinesClient getVirtualMachines()
Gets the VirtualMachinesClient object to access its operations.
Returns:
getVirtualMachineTemplates
public abstract VirtualMachineTemplatesClient getVirtualMachineTemplates()
Gets the VirtualMachineTemplatesClient object to access its operations.
Returns:
getVirtualNetworks
public abstract VirtualNetworksClient getVirtualNetworks()
Gets the VirtualNetworksClient object to access its operations.
Returns: