DataStoreUtilizationDetails interface
Details of the appliance resource.
Properties
data |
The datastore name. NOTE: This property will not be serialized. It can only be populated by the server. |
total |
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. |
total |
The total count of snapshots supported by the datastore. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
dataStoreName
The datastore name. NOTE: This property will not be serialized. It can only be populated by the server.
dataStoreName?: string
Property Value
string
totalSnapshotsCreated
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.
totalSnapshotsCreated?: number
Property Value
number
totalSnapshotsSupported
The total count of snapshots supported by the datastore. NOTE: This property will not be serialized. It can only be populated by the server.
totalSnapshotsSupported?: number
Property Value
number