securitygroup

package
v0.0.0-...-eb548cc Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2015 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 OpenStackComputeSecurityGroupService

type OpenStackComputeSecurityGroupService struct {
	// contains filtered or unexported fields
}

func NewOpenStackComputeSecurityGroupService

func NewOpenStackComputeSecurityGroupService(
	computeService *gophercloud.ServiceClient,
	logger boshlog.Logger,
) OpenStackComputeSecurityGroupService

func (OpenStackComputeSecurityGroupService) Find

func (OpenStackComputeSecurityGroupService) FindByName

type OpenStackNetworkSecurityGroupService

type OpenStackNetworkSecurityGroupService struct {
	// contains filtered or unexported fields
}

func NewOpenStackNetworkSecurityGroupService

func NewOpenStackNetworkSecurityGroupService(
	networkService *gophercloud.ServiceClient,
	logger boshlog.Logger,
) OpenStackNetworkSecurityGroupService

func (OpenStackNetworkSecurityGroupService) Find

func (OpenStackNetworkSecurityGroupService) FindByName

type SecurityGroup

type SecurityGroup struct {
	ID   string
	Name string
}

type Service

type Service interface {
	Find(id string) (SecurityGroup, bool, error)
	FindByName(name string) (SecurityGroup, bool, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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