Documentation
¶
Overview ¶
Package vmwarevcentercategories contains methods related to VmwareVcenterCategories
Index ¶
- type VmwareVcenterCategoriesV1
- func (v *VmwareVcenterCategoriesV1) ListVmwareVcenterCategories(vcenterId string, limit *int64, start *string, filter *string) (*models.ListTagCategories2Response, *apiutils.APIError)
- func (v *VmwareVcenterCategoriesV1) ReadVmwareVcenterCategory(vcenterId string, categoryId string) (*models.ReadTagCategory2Response, *apiutils.APIError)
- type VmwareVcenterCategoriesV1Client
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 { // Returns a list of tag categories in the specified vCenter server. ListVmwareVcenterCategories( vcenterId string, limit *int64, start *string, filter *string) ( *models.ListTagCategories2Response, *apiutils.APIError) // 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
Click to show internal directories.
Click to hide internal directories.