vmwarevcentercategories

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package vmwarevcentercategories contains methods related to VmwareVcenterCategories

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VmwareVcenterCategoriesV1

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

VmwareVcenterCategoriesV1 represents a custom type struct

func (*VmwareVcenterCategoriesV1) ListVmwareVcenterCategories

func (v *VmwareVcenterCategoriesV1) ListVmwareVcenterCategories(
	vcenterId string,
	limit *int64,
	start *string,
	filter *string) (
	*models.ListTagCategories2Response, *apiutils.APIError)

ListVmwareVcenterCategories Returns a list of tag categories in the specified vCenter server.

func (*VmwareVcenterCategoriesV1) ReadVmwareVcenterCategory

func (v *VmwareVcenterCategoriesV1) ReadVmwareVcenterCategory(
	vcenterId string,
	categoryId string) (
	*models.ReadTagCategory2Response, *apiutils.APIError)

ReadVmwareVcenterCategory Returns a representation of the specified tag category.

type VmwareVcenterCategoriesV1Client

type VmwareVcenterCategoriesV1Client interface {
	// ListVmwareVcenterCategories Returns a list of tag categories in the specified vCenter server.
	ListVmwareVcenterCategories(
		vcenterId string,
		limit *int64,
		start *string,
		filter *string) (
		*models.ListTagCategories2Response, *apiutils.APIError)

	// ReadVmwareVcenterCategory Returns a representation of the specified tag category.
	ReadVmwareVcenterCategory(
		vcenterId string,
		categoryId string) (
		*models.ReadTagCategory2Response, *apiutils.APIError)
}

VmwareVcenterCategoriesV1Client represents a custom type interface

func NewVmwareVcenterCategoriesV1

func NewVmwareVcenterCategoriesV1(config config.Config) VmwareVcenterCategoriesV1Client

NewVmwareVcenterCategoriesV1 returns VmwareVcenterCategoriesV1Client

Jump to

Keyboard shortcuts

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