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 (sg OpenStackComputeSecurityGroupService) Find(id string) (SecurityGroup, bool, error)
func (OpenStackComputeSecurityGroupService) FindByName ¶
func (sg OpenStackComputeSecurityGroupService) FindByName(name string) (SecurityGroup, bool, error)
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 (sg OpenStackNetworkSecurityGroupService) Find(id string) (SecurityGroup, bool, error)
func (OpenStackNetworkSecurityGroupService) FindByName ¶
func (sg OpenStackNetworkSecurityGroupService) FindByName(name string) (SecurityGroup, bool, error)
type SecurityGroup ¶
type Service ¶
type Service interface { Find(id string) (SecurityGroup, bool, error) FindByName(name string) (SecurityGroup, bool, error) }
Source Files
¶
- openstack_compute_security_group_service.go
- openstack_compute_security_group_service_find.go
- openstack_compute_security_group_service_find_by_name.go
- openstack_network_security_group_service.go
- openstack_network_security_group_service_find.go
- openstack_network_security_group_service_find_by_name.go
- security_group.go
- security_group_service.go
Click to show internal directories.
Click to hide internal directories.