StorageReservation Data Type

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
datastoreReservations list of DatastoreReservation element 0/unbounded Gets the datastore reservations.
id long element 1/1 Gets the id.
requestId long element 1/1 Gets the request id.
requestedServiceId long element 1/1 Gets the requested service id.
taskId long element 1/1 Gets the task id.
timestamp string element 0/1 Gets the timestamp when (server time) the reservation was added.

Example

<StorageReservation>
  <id>...</id>
  <timestamp>...</timestamp>
  <taskId>...</taskId>
  <requestId>...</requestId>
  <requestedServiceId>...</requestedServiceId>
  <datastoreReservations>
    <datastore>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </datastore>
    <sizeBytes>...</sizeBytes>
  </datastoreReservations>
</StorageReservation>