vcenter_datastore

vcenter_datastore
vcenter_datastore

A Datastore represents vcenter datastore object

JSON Example
{
    "datacenter": {
        "moref": "string",
        "name": "string"
    },
    "moref": "string",
    "name": "string",
    "stats": {
        "capacityGB": "integer",
        "freeGB": "integer",
        "glanceName": "string",
        "isLocal": "boolean",
        "isSSD": "boolean"
    }
}
datacenter
Required

datacenter

string
moref
Required

The moref of the datastore.

string
name
Required

The name of the datastore.

stats
Required

stats