Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClusterConstraintsClient ¶
type ClusterConstraintsClient interface { // Get constraints on cluster storage size for EBS-backed clusters. // // @param orgParam Organization identifier (required) // @param providerParam Cloud storage provider ID (example AWS) (required) // @param numHostsParam Number of hosts in cluster (required) // @return com.vmware.vmc.model.VsanConfigConstraints // @throws Unauthenticated Unauthorized // @throws InvalidRequest Invalid or missing parameters // @throws Unauthorized Forbidden Get(orgParam string, providerParam string, numHostsParam int64) (model.VsanConfigConstraints, error) }
Click to show internal directories.
Click to hide internal directories.