storage

storage
storage
JSON Example
{
    "defaultStorage": {
        "id": "string",
        "type": "string",
        "name": "string",
        "diskProvisionType": "string",
        "storageParams": [
            {
                "option": "string",
                "value": "string"
            }
        ]
    },
    "diskMappings": [
        {
            "diskId": "string",
            "storage": {
                "id": "string",
                "diskProvisionType": "string"
            },
            "storageParams": [
                {
                    "option": "string",
                    "value": "string"
                }
            ]
        }
    ]
}
defaultStorage
Required

defaultStorage

array of diskMapping
diskMappings
Optional

diskMappings

Property Of