sourcegroup

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SavedInfraInfo

type SavedInfraInfo struct {
	ConnectionId string `json:"connection_id"`
	InfraData    string `json:"infra_data"`
	SavedTime    string `json:"saved_time"`
	Status       string `json:"status"`
}

type SavedSoftwareInfo

type SavedSoftwareInfo struct {
	ConnectionId string `json:"connection_id"`
	SavedTime    string `json:"saved_time"`
	SoftwareData string `json:"software_data"`
	Status       string `json:"status"`
}

type SourceConnectionInfo

type SourceConnectionInfo struct {
	Description   string `json:"description"`
	FailedMessage string `json:"failed_message"`
	Id            string `json:"id"`
	IpAddress     string `json:"ip_address"`
	Name          string `json:"name"`
	Password      string `json:"password"`
	PrivateKey    string `json:"private_key"`
	PublicKey     string `json:"public_key"`
	SourceGroupId string `json:"source_group_id"`
	SshPort       int    `json:"ssh_port"`
	Status        string `json:"status"`
	User          string `json:"user"`
}

type SourceConnectionInfoReq

type SourceConnectionInfoReq struct {
	Description string `json:"description"`
	IpAddress   string `json:"ip_address"`
	Name        string `json:"name"`
	Password    string `json:"password"`
	PrivateKey  string `json:"private_key"`
	SshPort     int    `json:"ssh_port"`
	User        string `json:"user"`
}

type SourceConnectionInfos

type SourceConnectionInfos []SourceConnectionInfo

type SourceGroupInfo

type SourceGroupInfo struct {
	Description string `json:"description"`
	Id          string `json:"id"`
	Name        string `json:"name"`
}

type SourceGroupInfoList

type SourceGroupInfoList struct {
	// contains filtered or unexported fields
}

type SourceGroupReq

type SourceGroupReq struct {
	Description string `json:"description"`
	Name        string `json:"name"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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