Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrRegionRequired error = errors.New("A region is required to find a subnet")
View Source
var ErrSubnetNotFound error = errors.New("Subnet could not be found")
Functions ¶
This section is empty.
Types ¶
type GoogleSubnetworkService ¶
type GoogleSubnetworkService struct {
// contains filtered or unexported fields
}
func NewGoogleSubnetworkService ¶
func NewGoogleSubnetworkService( projectService project.Service, computeService *compute.Service, logger boshlog.Logger, ) GoogleSubnetworkService
func (GoogleSubnetworkService) Find ¶
func (s GoogleSubnetworkService) Find(projectId, id, region string) (Subnetwork, error)
type Service ¶
type Service interface {
Find(projectId string, id string, region string) (Subnetwork, error)
}
type Subnetwork ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.