Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudPackage ¶
type CloudPackage struct { PackageID int `json:"PackageID,omitempty"` Descriptions []LocalizedText }
type GetPreconfiguredPackagesResponse ¶
type GetPreconfiguredPackagesResponse struct {
CloudPackages []CloudPackage
}
type GetPurchasedIpAddressesResponse ¶
type GetPurchasedIpAddressesResponse struct {
IPAddresses []IPAddress
}
type LocalizedText ¶
type Server ¶
type Server struct { Busy bool `json:"Busy,omitempty"` DatacenterId int `json:"DatacenterId,omitempty"` Name string `json:"Name,omitempty"` ServerId int `json:"ServerId,omitempty"` ServerStatus int `json:"ServerStatus,omitempty"` UserId int `json:"UserId,omitempty"` EasyCloudIPAddress struct { Value string `json:"Value,omitempty"` } // We only get the IP Address }
Click to show internal directories.
Click to hide internal directories.