storage

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2022 License: BSD-2-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClusterConstraintsClient

func NewClusterConstraintsClient(connector client.Connector) *clusterConstraintsClient

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)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL