VsanConfigConstraints

VsanConfigConstraints
VsanConfigConstraints

This describes the possible physical storage capacity choices for use with a given VsanStorageDesigner implementation. These choices are specific to a customer-defined number of hosts per cluster.

JSON Example
{
    "max_capacity": 0,
    "recommended_capacities": [
        0
    ],
    "supported_capacity_increment": 0,
    "min_capacity": 0,
    "num_hosts": 0
}
integer As int64 As int64
max_capacity
Required

Maximum capacity supported for cluster (GiB).

array of integer
recommended_capacities
Required

List of supported capacities which may offer preferable performance (GiB).

integer As int64 As int64
supported_capacity_increment
Optional

Increment to be added to min_capacity to result in a supported capacity (GiB).

integer As int64 As int64
min_capacity
Required

Minimum capacity supported for cluster (GiB).

integer As int64 As int64
num_hosts
Required

Number of hosts in cluster.

Returned By