Versions in this module Expand all Collapse all v1 v1.1.0 Nov 22, 2016 Changes in this version + type ActionLogEntry struct + Details string + Message string + Timestamp int64 + User string + type BackupResponse struct + BackupTime int64 + FileName string + Id int64 + Size int64 + Status string + type BackupTime struct + Hour *int64 + Minute *int64 + type CertFile struct + Absolute bool + AbsoluteFile *CertFile + AbsolutePath string + CanonicalFile *CertFile + CanonicalPath string + Directory bool + File bool + FreeSpace int64 + Hidden bool + Name string + Parent string + ParentFile *CertFile + Path string + TotalSpace int64 + UsableSpace int64 + type Certificate struct + Description string + File CertFile + Filename string + InputStream interface{} + Open bool + Readable bool + type Create struct + BackupRetentionDays int64 + BackupTime BackupTime + BackupTimeValue *BackupTime + DataCenter string + Destinations []DestinationRequest + ExternalId string + InstanceType string + Instances []Instance + MachineConfig MachineConfig + Users []User + func (c *Create) Validate() error + type CreateNotification struct + SubscriptionId string + func (c *CreateNotification) Validate() error + type CreateRes struct + BackupRetentionDays int64 + BackupTime string + Backups []BackupResponse + Certificate string + ExternalId string + Host string + Id int64 + InstanceType string + Instances []Instance + Location string + OptionGroup string + ParameterGroup string + Port int64 + Servers []Server + Status string + Users []User + type DataCenterInfo struct + Active bool + DataCenter string + FriendlyName string + type DeleteBackup struct + BackupId string + SubscriptionId string + type DeleteNotification struct + DestinationId string + SubscriptionId string + type Destination struct + DestinationType string + Id int64 + Location string + Notifications []Notification + Verified bool + type DestinationRequest struct + DestinationType string + Location string + Notifications []NotificationRequest + type Get struct + SubscriptionId string + type Instance struct + Name string + type List struct + DataCenter string + Status string + type ListRes []CreateRes + type MachineConfig struct + Cpu *int64 + Memory *int64 + Storage *int64 + type Notification struct + Id int64 + NotificationType string + type NotificationRequest struct + NotificationType string + type Promotion struct + Code string + Id int64 + type Server struct + Alias string + Attributes map[string]string + Connections int64 + Cpu int64 + Id int64 + Location string + Memory int64 + Storage int64 + type Update struct + BackupRetentionDays *int64 + BackupTime BackupTime + BackupTimeValue *BackupTime + MachineConfig MachineConfig + MachineConfigValue *MachineConfig + SubscriptionId string + func (u *Update) Validate() error + type UpdateNotification struct + DestinationId string + SubscriptionId string + func (c *UpdateNotification) Validate() error + type User struct + Name string + Password string + type VerifyDestination struct + DestinationId string + SubscriptionId string + Token string v1.1.0-rc.2 Nov 12, 2016 v1.1.0-rc.1 Nov 2, 2016