Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIListOptions ¶
type APIListOptions struct { options.BaseListOptions AnsiblePlayboookReferenceId string }
func (*APIListOptions) Params ¶
func (ao *APIListOptions) Params() (jsonutils.JSONObject, error)
type APIOptions ¶
type APIOptions struct {
ID string
}
func (*APIOptions) GetId ¶
func (ao *APIOptions) GetId() string
func (*APIOptions) Params ¶
func (ao *APIOptions) Params() (jsonutils.JSONObject, error)
type APRListOptions ¶
type APRListOptions struct {
options.BaseListOptions
}
func (*APRListOptions) Params ¶
func (ao *APRListOptions) Params() (jsonutils.JSONObject, error)
type APROptions ¶
type APROptions struct {
ID string `help:"id or name of ansible playbook reference"`
}
func (*APROptions) GetId ¶
func (ao *APROptions) GetId() string
func (*APROptions) Params ¶
func (ao *APROptions) Params() (jsonutils.JSONObject, error)
type APRRunOptions ¶
type APRRunOptions struct { APROptions // contains filtered or unexported fields }
func (*APRRunOptions) Params ¶
func (ao *APRRunOptions) Params() (jsonutils.JSONObject, error)
type APRStopOptions ¶
type APRStopOptions struct { APROptions // contains filtered or unexported fields }
func (*APRStopOptions) Params ¶
func (ao *APRStopOptions) Params() (jsonutils.JSONObject, error)
Click to show internal directories.
Click to hide internal directories.