vcenter inventory datastore: info

The info structure contains information about a datastore.

Representations:

{
    "type""string"
}
<?xml version="1.0" ?>
<ns0:Info xmlns:ns0="http://vmware.com/vcenter/inventory/datastore" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <type>string</type>
</ns0:Info>

Attributes:

Name Type Description
Required
type string Type of the datastore.

When clients pass a value of this structure as a parameter, the field must be one of Datastore or StoragePod. When operations return a value of this structure as a result, the field will be one of Datastore or StoragePod.