Documentation ¶
Index ¶
- type BugReportManager
- func (m BugReportManager) DoBugReportDisable(s *mcclient.ClientSession, _ jsonutils.JSONObject) (jsonutils.JSONObject, error)
- func (m BugReportManager) DoBugReportEnable(s *mcclient.ClientSession, _ jsonutils.JSONObject) (jsonutils.JSONObject, error)
- func (m BugReportManager) GetBugReportEnabled(s *mcclient.ClientSession, params jsonutils.JSONObject) (jsonutils.JSONObject, error)
- func (m BugReportManager) SendBugReport(ctx context.Context, version, stack string, err error) (jsonutils.JSONObject, error)
- type ParametersManager
- type ScopedPolicyBindingManager
- type ScopedPolicyManager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BugReportManager ¶
type BugReportManager struct {
modulebase.ResourceManager
}
var (
BugReport BugReportManager
)
func (BugReportManager) DoBugReportDisable ¶
func (m BugReportManager) DoBugReportDisable(s *mcclient.ClientSession, _ jsonutils.JSONObject) (jsonutils.JSONObject, error)
func (BugReportManager) DoBugReportEnable ¶
func (m BugReportManager) DoBugReportEnable(s *mcclient.ClientSession, _ jsonutils.JSONObject) (jsonutils.JSONObject, error)
func (BugReportManager) GetBugReportEnabled ¶
func (m BugReportManager) GetBugReportEnabled(s *mcclient.ClientSession, params jsonutils.JSONObject) (jsonutils.JSONObject, error)
func (BugReportManager) SendBugReport ¶
func (m BugReportManager) SendBugReport(ctx context.Context, version, stack string, err error) (jsonutils.JSONObject, error)
type ParametersManager ¶
type ParametersManager struct {
modulebase.ResourceManager
}
var (
Parameters ParametersManager
)
func (*ParametersManager) GetGlobalSettings ¶
func (m *ParametersManager) GetGlobalSettings(s *mcclient.ClientSession, params jsonutils.JSONObject) (jsonutils.JSONObject, error)
func (*ParametersManager) GetWidgetSettings ¶
func (m *ParametersManager) GetWidgetSettings(s *mcclient.ClientSession, params jsonutils.JSONObject) (jsonutils.JSONObject, error)
type ScopedPolicyBindingManager ¶
type ScopedPolicyBindingManager struct {
modulebase.ResourceManager
}
var (
ScopedPolicyBindings ScopedPolicyBindingManager
)
type ScopedPolicyManager ¶
type ScopedPolicyManager struct {
modulebase.ResourceManager
}
var (
ScopedPolicies ScopedPolicyManager
)
Click to show internal directories.
Click to hide internal directories.