Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPListRequest ¶ added in v0.1.7
type IPListResponse ¶ added in v0.1.7
type IPListResponses ¶ added in v0.1.7
type IPListResponses []*IPListResponse
type NodeCountRequest ¶
type NodeCountResponse ¶
type NodeCountResponses ¶
type NodeCountResponses []*NodeCountResponse
func (NodeCountResponses) NodeCount ¶
func (c NodeCountResponses) NodeCount() int
type Service ¶
type Service struct{}
func (*Service) CountNodes ¶
func (s *Service) CountNodes(requests ...*NodeCountRequest) (NodeCountResponses, error)
func (*Service) ElbIPList ¶ added in v0.1.7
func (s *Service) ElbIPList(requests ...*IPListRequest) (IPListResponses, error)
Click to show internal directories.
Click to hide internal directories.