Documentation ¶
Index ¶
- type SServerAnisbleInfo
- type ScriptApplyOptions
- type ScriptApplyRecordListOptions
- type ScriptBatchApplyOptions
- type ScriptListOptions
- type ScriptOptions
- type ServiceUrlCreateOptions
- type ServiceUrlListOptions
- type ServiceUrlOptions
- type SscriptApplyOptions
- type SscriptBatchApplyOptions
- type SshInfoCreateOptions
- type SshInfoListOptions
- type SshInfoOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SServerAnisbleInfo ¶
type ScriptApplyOptions ¶
type ScriptApplyOptions struct { ScriptOptions SscriptApplyOptions }
func (*ScriptApplyOptions) Params ¶
func (so *ScriptApplyOptions) Params() (jsonutils.JSONObject, error)
type ScriptApplyRecordListOptions ¶
type ScriptApplyRecordListOptions struct { options.BaseListOptions ScriptId string ScriptApplyId string ServerId string }
func (*ScriptApplyRecordListOptions) Params ¶
func (so *ScriptApplyRecordListOptions) Params() (jsonutils.JSONObject, error)
type ScriptBatchApplyOptions ¶
type ScriptBatchApplyOptions struct { ScriptOptions SscriptBatchApplyOptions }
func (*ScriptBatchApplyOptions) Params ¶
func (so *ScriptBatchApplyOptions) Params() (jsonutils.JSONObject, error)
type ScriptListOptions ¶
type ScriptListOptions struct {
options.BaseListOptions
}
func (*ScriptListOptions) Params ¶
func (so *ScriptListOptions) Params() (jsonutils.JSONObject, error)
type ScriptOptions ¶
type ScriptOptions struct {
ID string `help:"id or name of script"`
}
func (*ScriptOptions) GetId ¶
func (so *ScriptOptions) GetId() string
func (*ScriptOptions) Params ¶
func (so *ScriptOptions) Params() (jsonutils.JSONObject, error)
type ServiceUrlCreateOptions ¶
type ServiceUrlCreateOptions struct { NAME string `help:"Name"` Service string `help:"service name"` ServerId string `help:"server id"` ServerAnsibleInfo SServerAnisbleInfo }
func (*ServiceUrlCreateOptions) Params ¶
func (so *ServiceUrlCreateOptions) Params() (jsonutils.JSONObject, error)
type ServiceUrlListOptions ¶
type ServiceUrlListOptions struct {
options.BaseListOptions
}
func (*ServiceUrlListOptions) Params ¶
func (so *ServiceUrlListOptions) Params() (jsonutils.JSONObject, error)
type ServiceUrlOptions ¶
type ServiceUrlOptions struct {
ID string `help:"id or name of sshinfo"`
}
func (*ServiceUrlOptions) GetId ¶
func (so *ServiceUrlOptions) GetId() string
func (*ServiceUrlOptions) Params ¶
func (so *ServiceUrlOptions) Params() (jsonutils.JSONObject, error)
type SscriptApplyOptions ¶
type SscriptApplyOptions struct {
SERVERID []string `help:"server id" json:"server_id"`
}
type SscriptBatchApplyOptions ¶
type SscriptBatchApplyOptions struct {
SERVERIDS []string `help:"server id list" json:"server_ids"`
}
type SshInfoCreateOptions ¶
type SshInfoCreateOptions struct {
ServerId string `help:"server id"`
}
func (*SshInfoCreateOptions) Params ¶
func (so *SshInfoCreateOptions) Params() (jsonutils.JSONObject, error)
type SshInfoListOptions ¶
type SshInfoListOptions struct {
options.BaseListOptions
}
func (*SshInfoListOptions) Params ¶
func (so *SshInfoListOptions) Params() (jsonutils.JSONObject, error)
type SshInfoOptions ¶
type SshInfoOptions struct {
ID string `help:"id or name of sshinfo"`
}
func (*SshInfoOptions) GetId ¶
func (so *SshInfoOptions) GetId() string
func (*SshInfoOptions) Params ¶
func (so *SshInfoOptions) Params() (jsonutils.JSONObject, error)
Click to show internal directories.
Click to hide internal directories.