Documentation ¶
Index ¶
- func NameAvailable(name string, e2 *ec2.Client) (available bool, err error)
- type Server
- func (s *Server) Create() (id string, err error)
- func (s *Server) Delete() (err error)
- func (s *Server) GetPublicDNS() (publicDNS string, err error)
- func (s *Server) GetVolumeId() (volumeId string, err error)
- func (s Server) WaitUntilNetworkAvailable() (err error)
- func (s Server) WaitUntilRunning() (err error)
- func (s Server) WaitUntilTerminated() (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct { Name string Scope string Id string PublicDNS string VolumeId string `json:"volume_id"` NetworkInterfaceId string `json:"network_interface_id"` ImageId string `json:"image_id"` // contains filtered or unexported fields }
func (*Server) GetPublicDNS ¶
func (*Server) GetVolumeId ¶
func (Server) WaitUntilNetworkAvailable ¶
func (Server) WaitUntilRunning ¶
func (Server) WaitUntilTerminated ¶
Click to show internal directories.
Click to hide internal directories.