Documentation
¶
Overview ¶
Package vmwarevcenterresourcepools contains methods related to VmwareVcenterResourcePools
Index ¶
- type VmwareVcenterResourcePoolsV1
- func (v *VmwareVcenterResourcePoolsV1) ListVmwareVcenterResourcePools(vcenterId string, limit *int64, start *string, filter *string) (*models.ListResourcePoolsResponse, *apiutils.APIError)
- func (v *VmwareVcenterResourcePoolsV1) ReadVmwareVcenterResourcePool(vcenterId string, resourcePoolId string) (*models.ReadResourcePoolResponse, *apiutils.APIError)
- type VmwareVcenterResourcePoolsV1Client
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
Click to show internal directories.
Click to hide internal directories.