Allocations.Storage

Allocations.Storage
Allocations.Storage

Request schema for provisioning of Storage Allocation resource

JSON Example
{
    "accountType": "string",
    "constraints": [
        {
            "tag": "string"
        }
    ],
    "count": 0,
    "groupId": "string",
    "selectedCloudAccount": {
        "additionalProperties": {
            "gcp": {
                "project": "string"
            }
        },
        "id": "string",
        "name": "string",
        "type": "string"
    },
    "selectedRegion": {
        "id": "string",
        "name": "string"
    },
    "selectedStorage": {
        "aws": {
            "deviceType": "string",
            "iops": 0,
            "supportsEncryption": false,
            "volumeType": "string"
        },
        "azure": {
            "azureDataDiskCaching": "string",
            "azureManagedDiskType": "string",
            "azureOsDiskCaching ": "string",
            "storageAccountName": "string",
            "supportsEncryption": false
        },
        "gcp": {
            "persistentDiskType": "string"
        },
        "name": "string"
    },
    "storageAttributes": {
        "aws": {
            "deviceType": "string",
            "iops": 0,
            "volumeType": "string"
        },
        "azure": {
            "azureManagedDiskType": "string",
            "storageAccountName": "string"
        },
        "encrypted": false,
        "gcp": {
            "persistentDiskType": "string"
        }
    }
}
string
accountType
Optional

The type of the cloud account - AWS/Azure/GCP/etc...

Possible values are : aws, gcp, azure,
array of object
constraints
Optional

To target the correct resources, blueprint constraints are matched against infrastructure capability tags. Constraints must include the key name. Options include value, negative[!], and hard or soft requirement.

integer
count
Optional

The number of resource instances to be created.

string
groupId
Optional

The id of the group this allocation resource belongs to. Allocations in the same group have affinity between them.

object
selectedCloudAccount
Optional

The cloud account that was selected as part of this allocation

object
selectedRegion
Optional

The region that was selected as part of this allocation

object
selectedStorage
Optional

The storage item that was selected as part of this allocation

object
storageAttributes
Optional

Cloud specific storage properties used to specify the desired storage profile.