Documentation
¶
Overview ¶
Package managementsubgroups contains methods related to ManagementSubgroups
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagementSubgroupsV1 ¶
type ManagementSubgroupsV1 struct {
// contains filtered or unexported fields
}
ManagementSubgroupsV1 represents a custom type struct
func (*ManagementSubgroupsV1) ListManagementSubgroups ¶
func (m *ManagementSubgroupsV1) ListManagementSubgroups( groupId string, limit *int64, start *string) ( *models.ListSubgroupsResponse, *apiutils.APIError)
ListManagementSubgroups Returns a list of subgroups.
func (*ManagementSubgroupsV1) ReadManagementSubgroup ¶
func (m *ManagementSubgroupsV1) ReadManagementSubgroup( subgroupId string, groupId string) ( *models.ReadSubgroupResponse, *apiutils.APIError)
ReadManagementSubgroup Subgroups are used to manage cloud connectors and SQL hosts residing in the same vCenter server.
Returns a representation of the specified subgroups.
type ManagementSubgroupsV1Client ¶
type ManagementSubgroupsV1Client interface { // ListManagementSubgroups Returns a list of subgroups. ListManagementSubgroups( groupId string, limit *int64, start *string) ( *models.ListSubgroupsResponse, *apiutils.APIError) // ReadManagementSubgroup Subgroups are used to manage cloud connectors and SQL hosts residing in the same vCenter server. // // Returns a representation of the specified subgroups. ReadManagementSubgroup( subgroupId string, groupId string) ( *models.ReadSubgroupResponse, *apiutils.APIError) }
ManagementSubgroupsV1Client represents a custom type interface
func NewManagementSubgroupsV1 ¶
func NewManagementSubgroupsV1(config config.Config) ManagementSubgroupsV1Client
NewManagementSubgroupsV1 returns ManagementSubgroupsV1Client
Click to show internal directories.
Click to hide internal directories.