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 ClustersClient getClusters()

Gets the ClustersClient object to access its operations.

abstract DatastoresClient getDatastores()

Gets the DatastoresClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract GuestAgentsClient getGuestAgents()

Gets the GuestAgentsClient object to access its operations.

abstract HostsClient getHosts()

Gets the HostsClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract HybridIdentityMetadatasClient getHybridIdentityMetadatas()

Gets the HybridIdentityMetadatasClient object to access its operations.

abstract InventoryItemsClient getInventoryItems()

Gets the InventoryItemsClient object to access its operations.

abstract MachineExtensionsClient getMachineExtensions()

Gets the MachineExtensionsClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract ResourcePoolsClient getResourcePools()

Gets the ResourcePoolsClient object to access its operations.

abstract String getSubscriptionId()

Gets The Subscription ID.

abstract VCentersClient getVCenters()

Gets the VCentersClient object to access its operations.

abstract VirtualMachinesClient getVirtualMachines()

Gets the VirtualMachinesClient object to access its operations.

abstract VirtualMachineTemplatesClient getVirtualMachineTemplates()

Gets the VirtualMachineTemplatesClient object to access its operations.

abstract VirtualNetworksClient getVirtualNetworks()

Gets the VirtualNetworksClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getClusters

public abstract ClustersClient getClusters()

Gets the ClustersClient object to access its operations.

Returns:

the ClustersClient object.

getDatastores

public abstract DatastoresClient getDatastores()

Gets the DatastoresClient object to access its operations.

Returns:

the DatastoresClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getGuestAgents

public abstract GuestAgentsClient getGuestAgents()

Gets the GuestAgentsClient object to access its operations.

Returns:

the GuestAgentsClient object.

getHosts

public abstract HostsClient getHosts()

Gets the HostsClient object to access its operations.

Returns:

the HostsClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getHybridIdentityMetadatas

public abstract HybridIdentityMetadatasClient getHybridIdentityMetadatas()

Gets the HybridIdentityMetadatasClient object to access its operations.

Returns:

the HybridIdentityMetadatasClient object.

getInventoryItems

public abstract InventoryItemsClient getInventoryItems()

Gets the InventoryItemsClient object to access its operations.

Returns:

the InventoryItemsClient object.

getMachineExtensions

public abstract MachineExtensionsClient getMachineExtensions()

Gets the MachineExtensionsClient object to access its operations.

Returns:

the MachineExtensionsClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getResourcePools

public abstract ResourcePoolsClient getResourcePools()

Gets the ResourcePoolsClient object to access its operations.

Returns:

the ResourcePoolsClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The Subscription ID.

Returns:

the subscriptionId value.

getVCenters

public abstract VCentersClient getVCenters()

Gets the VCentersClient object to access its operations.

Returns:

the VCentersClient object.

getVirtualMachines

public abstract VirtualMachinesClient getVirtualMachines()

Gets the VirtualMachinesClient object to access its operations.

Returns:

the VirtualMachinesClient object.

getVirtualMachineTemplates

public abstract VirtualMachineTemplatesClient getVirtualMachineTemplates()

Gets the VirtualMachineTemplatesClient object to access its operations.

Returns:

the VirtualMachineTemplatesClient object.

getVirtualNetworks

public abstract VirtualNetworksClient getVirtualNetworks()

Gets the VirtualNetworksClient object to access its operations.

Returns:

the VirtualNetworksClient object.

Applies to