devtool

package
v0.0.0-...-2b29b9b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 25, 2024 License: Apache-2.0, Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SServerAnisbleInfo

type SServerAnisbleInfo struct {
	User string `json:"user"`
	Ip   string `json:"ip"`
	Port int    `json:"port"`
	Name string `json:"name"`
}

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

type ScriptBatchApplyOptions

type ScriptBatchApplyOptions struct {
	ScriptOptions
	SscriptBatchApplyOptions
}

func (*ScriptBatchApplyOptions) Params

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

type ServiceUrlListOptions

type ServiceUrlListOptions struct {
	options.BaseListOptions
}

func (*ServiceUrlListOptions) Params

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

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL