Documentation
¶
Index ¶
- Variables
- func AbortVpsSnapshot(_ *cobra.Command, args []string)
- func AddVpsSecondaryDNSDomain(cmd *cobra.Command, args []string)
- func ChangeVpsContacts(_ *cobra.Command, args []string)
- func ChangeVpsPassword(_ *cobra.Command, args []string)
- func ConfirmVpsTermination(_ *cobra.Command, args []string)
- func CreateVpsSnapshot(_ *cobra.Command, args []string)
- func DeleteVpsSecondaryDNSDomain(_ *cobra.Command, args []string)
- func DeleteVpsSnapshot(_ *cobra.Command, args []string)
- func DetachVpsAutomatedBackup(_ *cobra.Command, args []string)
- func DownloadVpsSnapshot(_ *cobra.Command, args []string)
- func EditVps(cmd *cobra.Command, args []string)
- func EditVpsDisk(cmd *cobra.Command, args []string)
- func EditVpsServiceInfo(cmd *cobra.Command, args []string)
- func EditVpsSnapshot(cmd *cobra.Command, args []string)
- func GetVps(_ *cobra.Command, args []string)
- func GetVpsAutomatedBackup(_ *cobra.Command, args []string)
- func GetVpsDisk(_ *cobra.Command, args []string)
- func GetVpsImages(_ *cobra.Command, args []string)
- func GetVpsServiceInfo(_ *cobra.Command, args []string)
- func GetVpsSnapshot(_ *cobra.Command, args []string)
- func ListVPSOptions(_ *cobra.Command, args []string)
- func ListVps(_ *cobra.Command, _ []string)
- func ListVpsAutomatedBackupRestorePoints(_ *cobra.Command, args []string)
- func ListVpsAutomatedBackups(_ *cobra.Command, args []string)
- func ListVpsAvailableUpgrades(_ *cobra.Command, args []string)
- func ListVpsDisks(_ *cobra.Command, args []string)
- func ListVpsIPs(_ *cobra.Command, args []string)
- func ListVpsSecondaryDNSDomains(_ *cobra.Command, args []string)
- func ListVpsTasks(_ *cobra.Command, args []string)
- func RebootVps(_ *cobra.Command, args []string)
- func ReinstallVps(cmd *cobra.Command, args []string)
- func ReleaseVpsIP(_ *cobra.Command, args []string)
- func RescheduleVpsAutomatedBackup(_ *cobra.Command, args []string)
- func RestoreVpsAutomatedBackup(_ *cobra.Command, args []string)
- func RestoreVpsSnapshot(_ *cobra.Command, args []string)
- func SetVpsIPReverse(_ *cobra.Command, args []string)
- func StartVps(_ *cobra.Command, args []string)
- func StopVps(_ *cobra.Command, args []string)
- func TerminateVps(_ *cobra.Command, args []string)
- func VpsGetConsoleURL(_ *cobra.Command, args []string)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed parameter-samples/reinstall.json VpsReinstallExample string VpsSpec struct { DisplayName string `json:"displayName,omitempty"` Keymap string `json:"keymap,omitempty"` NetbootMode string `json:"netbootMode,omitempty"` SlaMonitoring bool `json:"slaMonitoring,omitempty"` } VpsSnapshotSpec struct { Description string `json:"description,omitempty"` } VpsSnapshotRestoreSpec struct { ChangePassword bool `json:"changePassword"` RestorePoint string `json:"restorePoint,omitempty"` Type string `json:"type,omitempty"` } VpsBackupRestorePointsState string VpsContacts struct { ContactAdmin string `json:"contactAdmin,omitempty"` ContactBilling string `json:"contactBilling,omitempty"` ContactTech string `json:"contactTech,omitempty"` } VpsDiskSpec struct { LowFreeSpaceThreshold int `json:"lowFreeSpaceThreshold,omitempty"` Monitoring bool `json:"monitoring,omitempty"` } VpsReinstallSpec struct { DoNotSendPassword bool `json:"doNotSendPassword,omitempty"` ImageId string `json:"imageId,omitempty"` InstallRTM bool `json:"installRTM,omitempty"` PublicSshKey string `json:"publicSshKey,omitempty"` SshKey string `json:"sshKey,omitempty"` } VpsImageViaInteractiveSelector bool VpsSSHKeyViaInteractiveSelector bool VpsSecondaryDNSDomainSpec struct { // Creation parameters Domain string `json:"domain,omitempty"` IP string `json:"ip,omitempty"` } )
Functions ¶
func AbortVpsSnapshot ¶
func ChangeVpsContacts ¶
func ChangeVpsPassword ¶
func ConfirmVpsTermination ¶
func CreateVpsSnapshot ¶
func DeleteVpsSnapshot ¶
func DownloadVpsSnapshot ¶
func EditVpsDisk ¶
func EditVpsServiceInfo ¶
func EditVpsSnapshot ¶
func GetVpsAutomatedBackup ¶
func GetVpsDisk ¶
func GetVpsImages ¶
func GetVpsServiceInfo ¶
func GetVpsSnapshot ¶
func ListVPSOptions ¶
func ListVpsAutomatedBackups ¶
func ListVpsDisks ¶
func ListVpsIPs ¶
func ListVpsTasks ¶
func ReinstallVps ¶
func ReleaseVpsIP ¶
func RestoreVpsSnapshot ¶
func SetVpsIPReverse ¶
func TerminateVps ¶
func VpsGetConsoleURL ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.