lb

package
v1.9.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

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 IPListRequest struct {
	Region            string
	LoadBalancerNames []*string
}

type IPListResponse added in v0.1.7

type IPListResponse struct {
	Region           string
	LoadBalancerName string
	IPList           []string
}

type IPListResponses added in v0.1.7

type IPListResponses []*IPListResponse

type NodeCountRequest

type NodeCountRequest struct {
	Region            string
	LoadBalancerNames []string
}

type NodeCountResponse

type NodeCountResponse struct {
	Region string
	Count  int
}

type NodeCountResponses

type NodeCountResponses []*NodeCountResponse

func (NodeCountResponses) NodeCount

func (c NodeCountResponses) NodeCount() int

type Service

type Service struct{}

func New

func New() *Service

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL