vmwarevcenterresourcepools

package
v0.21.1 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package vmwarevcenterresourcepools contains methods related to VmwareVcenterResourcePools

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VmwareVcenterResourcePoolsV1

type VmwareVcenterResourcePoolsV1 struct {
	// contains filtered or unexported fields
}

VmwareVcenterResourcePoolsV1 represents a custom type struct

func (*VmwareVcenterResourcePoolsV1) ListVmwareVcenterResourcePools

func (v *VmwareVcenterResourcePoolsV1) ListVmwareVcenterResourcePools(
	vcenterId string,
	limit *int64,
	start *string,
	filter *string) (
	*models.ListResourcePoolsResponse, *apiutils.APIError)

ListVmwareVcenterResourcePools Returns a list of resource pools in the specified vCenter server.

func (*VmwareVcenterResourcePoolsV1) ReadVmwareVcenterResourcePool

func (v *VmwareVcenterResourcePoolsV1) ReadVmwareVcenterResourcePool(
	vcenterId string,
	resourcePoolId string) (
	*models.ReadResourcePoolResponse, *apiutils.APIError)

ReadVmwareVcenterResourcePool Returns a representation of the specified resource pool.

type VmwareVcenterResourcePoolsV1Client

type VmwareVcenterResourcePoolsV1Client interface {
	// ListVmwareVcenterResourcePools Returns a list of resource pools in the specified vCenter server.
	ListVmwareVcenterResourcePools(
		vcenterId string,
		limit *int64,
		start *string,
		filter *string) (
		*models.ListResourcePoolsResponse, *apiutils.APIError)

	// ReadVmwareVcenterResourcePool Returns a representation of the specified resource pool.
	ReadVmwareVcenterResourcePool(
		vcenterId string,
		resourcePoolId string) (
		*models.ReadResourcePoolResponse, *apiutils.APIError)
}

VmwareVcenterResourcePoolsV1Client represents a custom type interface

func NewVmwareVcenterResourcePoolsV1

func NewVmwareVcenterResourcePoolsV1(config config.Config) VmwareVcenterResourcePoolsV1Client

NewVmwareVcenterResourcePoolsV1 returns VmwareVcenterResourcePoolsV1Client

Jump to

Keyboard shortcuts

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