Package version:

Details of the appliance resource.

interface DataStoreUtilizationDetails {
    dataStoreName?: string;
    totalSnapshotsCreated?: number;
    totalSnapshotsSupported?: number;
}

Properties

dataStoreName?: string

The datastore name. NOTE: This property will not be serialized. It can only be populated by the server.

totalSnapshotsCreated?: number

The total snapshots created for server migration in the datastore. NOTE: This property will not be serialized. It can only be populated by the server.

totalSnapshotsSupported?: number

The total count of snapshots supported by the datastore. NOTE: This property will not be serialized. It can only be populated by the server.