# Functions

LogoutAllvCenterSessions will logout all vCenter sessions and disconnect vCenter client.
QueryAllVolumesForCluster API returns QueryResult with all volumes for requested Cluster.
QuerySnapshotsUtil helps invoke CNS QuerySnapshot API.
QueryVolumeDetailsUtil queries Capacity in MB and datastore URL for the source volume with expected volume type.
QueryVolumeUtil helps to invoke query volume API based on the feature state set for using query async volume.

# Constants

DefaultQuerySnapshotLimit constant is already present in pkg/csi/service/common/constants.go However, using that constant creates an import cycle.

# Structs

No description provided by the author