[{"label":"Latest (v1.1)","version":"latest"}]
vmc

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.


Properties

integer as int64
max_capacity Required

Maximum capacity supported for cluster (GiB).


integer as int64
min_capacity Required

Minimum capacity supported for cluster (GiB).


integer as int64
num_hosts Required

Number of hosts in cluster.


array of integer as int64
recommended_capacities Required

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


integer as int64
supported_capacity_increment Optional

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

JSON Example

{
	"max_capacity": 0,
	"min_capacity": 0,
	"num_hosts": 0,
	"recommended_capacities": 0
}
[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Returned By

Get Storage

Feedback

Was this page helpful?