Documentation ¶
Index ¶
- type GoogleTargetPoolService
- func (t GoogleTargetPoolService) AddInstance(id string, vmLink string) error
- func (t GoogleTargetPoolService) Find(id string, region string) (TargetPool, bool, error)
- func (t GoogleTargetPoolService) FindByInstance(vmLink string, region string) (string, bool, error)
- func (t GoogleTargetPoolService) List(region string) ([]TargetPool, error)
- func (t GoogleTargetPoolService) RemoveInstance(id string, vmLink string) error
- type Service
- type TargetPool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleTargetPoolService ¶
type GoogleTargetPoolService struct {
// contains filtered or unexported fields
}
func NewGoogleTargetPoolService ¶
func NewGoogleTargetPoolService( project string, computeService *compute.Service, operationService operation.Service, logger boshlog.Logger, ) GoogleTargetPoolService
func (GoogleTargetPoolService) AddInstance ¶
func (t GoogleTargetPoolService) AddInstance(id string, vmLink string) error
func (GoogleTargetPoolService) Find ¶
func (t GoogleTargetPoolService) Find(id string, region string) (TargetPool, bool, error)
func (GoogleTargetPoolService) FindByInstance ¶
func (GoogleTargetPoolService) List ¶
func (t GoogleTargetPoolService) List(region string) ([]TargetPool, error)
func (GoogleTargetPoolService) RemoveInstance ¶
func (t GoogleTargetPoolService) RemoveInstance(id string, vmLink string) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.