Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
Availability string `json:"Availability,omitempty"`
CreatedAt string `json:"CreatedAt,omitempty"`
Description string `json:"Description,omitempty"`
ID string `json:"ID,omitempty"`
Instance Instance `json:"Instance,omitempty"`
InterfaceDriver string `json:"InterfaceDriver,omitempty"`
ModifiedAt string `json:"ModifiedAt,omitempty"`
Name string `json:"Name,omitempty"`
ServiceClass string `json:"ServiceClass,omitempty"`
Tags []string `json:"Tags,omitempty"`
Zone Zone `json:"Zone,omitempty"`
}
type ServerCollection ¶
type ServerCollection struct {
Count int `json:"Count,omitempty"`
Servers []Server `json:"Servers,omitempty"`
}
func NewCollection ¶
func NewCollection(zone string) *ServerCollection
Click to show internal directories.
Click to hide internal directories.