Documentation ¶
Index ¶
- type GroupingObjectsAPI
- func (g *GroupingObjectsAPI) DeleteIPSet(ctx context.Context, id string, localVarOptionals map[string]interface{}) (*http.Response, error)
- func (g *GroupingObjectsAPI) DeleteNSGroup(ctx context.Context, id string, localVarOptionals map[string]interface{}) (*http.Response, error)
- func (g *GroupingObjectsAPI) DeleteNSService(ctx context.Context, id string, localVarOptionals map[string]interface{}) (*http.Response, error)
- func (g *GroupingObjectsAPI) ListIPSets(ctx context.Context, localVarOptionals map[string]interface{}) (manager.IpSetListResult, *http.Response, error)
- func (g *GroupingObjectsAPI) ListNSGroups(ctx context.Context, localVarOptionals map[string]interface{}) (manager.NsGroupListResult, *http.Response, error)
- func (g *GroupingObjectsAPI) ListNSServices(ctx context.Context, localVarOptionals map[string]interface{}) (manager.NsServiceListResult, *http.Response, error)
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupingObjectsAPI ¶
type GroupingObjectsAPI struct { ListIPSetsCall struct { CallCount int Receives struct { Context context.Context LocalVarOptionals map[string]interface{} } Returns struct { IPSetListResult manager.IpSetListResult Response *http.Response Error error } } DeleteIPSetCall struct { CallCount int Receives struct { Context context.Context ID string LocalVarOptionals map[string]interface{} } Returns struct { Response *http.Response Error error } } ListNSServicesCall struct { CallCount int Receives struct { Context context.Context LocalVarOptionals map[string]interface{} } Returns struct { NSServiceListResult manager.NsServiceListResult Response *http.Response Error error } } DeleteNSServiceCall struct { CallCount int Receives struct { Context context.Context ID string LocalVarOptionals map[string]interface{} } Returns struct { Response *http.Response Error error } } ListNSGroupsCall struct { CallCount int Receives struct { Context context.Context LocalVarOptionals map[string]interface{} } Returns struct { NSGroupListResult manager.NsGroupListResult Response *http.Response Error error } } DeleteNSGroupCall struct { CallCount int Receives struct { Context context.Context ID string LocalVarOptionals map[string]interface{} } Returns struct { Response *http.Response Error error } } }
func (*GroupingObjectsAPI) DeleteIPSet ¶
func (*GroupingObjectsAPI) DeleteNSGroup ¶ added in v0.46.0
func (*GroupingObjectsAPI) DeleteNSService ¶ added in v0.46.0
func (*GroupingObjectsAPI) ListIPSets ¶
func (g *GroupingObjectsAPI) ListIPSets(ctx context.Context, localVarOptionals map[string]interface{}) (manager.IpSetListResult, *http.Response, error)
func (*GroupingObjectsAPI) ListNSGroups ¶ added in v0.46.0
func (g *GroupingObjectsAPI) ListNSGroups(ctx context.Context, localVarOptionals map[string]interface{}) (manager.NsGroupListResult, *http.Response, error)
func (*GroupingObjectsAPI) ListNSServices ¶ added in v0.46.0
func (g *GroupingObjectsAPI) ListNSServices(ctx context.Context, localVarOptionals map[string]interface{}) (manager.NsServiceListResult, *http.Response, error)
Click to show internal directories.
Click to hide internal directories.