DataStoreUtilizationDetailsResponse

data class DataStoreUtilizationDetailsResponse(val dataStoreName: String, val totalSnapshotsCreated: Double, val totalSnapshotsSupported: Double)

Details of the appliance resource.

Constructors

Link copied to clipboard
constructor(dataStoreName: String, totalSnapshotsCreated: Double, totalSnapshotsSupported: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The datastore name.

Link copied to clipboard

The total snapshots created for server migration in the datastore.

Link copied to clipboard

The total count of snapshots supported by the datastore.