Documentation ¶
Index ¶
- type OpenStackComputeExtensionService
- type OpenStackComputeExtensions
- func (ext OpenStackComputeExtensions) HasBlockDeviceMappingSupport() bool
- func (ext OpenStackComputeExtensions) HasConfigDriveSupport() bool
- func (ext OpenStackComputeExtensions) HasFloatingIpsSupport() bool
- func (ext OpenStackComputeExtensions) HasKeyPairsSupport() bool
- func (ext OpenStackComputeExtensions) HasSchedulerHintsSupport() bool
- func (ext OpenStackComputeExtensions) HasSecurityGroupsSupport() bool
- func (ext OpenStackComputeExtensions) HasTenantNetworksSupport() bool
- type OpenStackNetworkExtensionService
- type OpenStackNetworkExtensions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenStackComputeExtensionService ¶
type OpenStackComputeExtensionService struct {
// contains filtered or unexported fields
}
func NewOpenStackComputeExtensionService ¶
func NewOpenStackComputeExtensionService( computeService *gophercloud.ServiceClient, logger boshlog.Logger, ) OpenStackComputeExtensionService
func (OpenStackComputeExtensionService) Find ¶
func (e OpenStackComputeExtensionService) Find(alias string) (string, bool, error)
func (OpenStackComputeExtensionService) List ¶
func (e OpenStackComputeExtensionService) List() (OpenStackComputeExtensions, error)
type OpenStackComputeExtensions ¶
type OpenStackComputeExtensions map[string]struct{}
func (OpenStackComputeExtensions) HasBlockDeviceMappingSupport ¶
func (ext OpenStackComputeExtensions) HasBlockDeviceMappingSupport() bool
func (OpenStackComputeExtensions) HasConfigDriveSupport ¶
func (ext OpenStackComputeExtensions) HasConfigDriveSupport() bool
func (OpenStackComputeExtensions) HasFloatingIpsSupport ¶
func (ext OpenStackComputeExtensions) HasFloatingIpsSupport() bool
func (OpenStackComputeExtensions) HasKeyPairsSupport ¶
func (ext OpenStackComputeExtensions) HasKeyPairsSupport() bool
func (OpenStackComputeExtensions) HasSchedulerHintsSupport ¶
func (ext OpenStackComputeExtensions) HasSchedulerHintsSupport() bool
func (OpenStackComputeExtensions) HasSecurityGroupsSupport ¶
func (ext OpenStackComputeExtensions) HasSecurityGroupsSupport() bool
func (OpenStackComputeExtensions) HasTenantNetworksSupport ¶
func (ext OpenStackComputeExtensions) HasTenantNetworksSupport() bool
type OpenStackNetworkExtensionService ¶
type OpenStackNetworkExtensionService struct {
// contains filtered or unexported fields
}
func NewOpenStackNetworkExtensionService ¶
func NewOpenStackNetworkExtensionService( networkService *gophercloud.ServiceClient, logger boshlog.Logger, ) OpenStackNetworkExtensionService
func (OpenStackNetworkExtensionService) Find ¶
func (e OpenStackNetworkExtensionService) Find(alias string) (string, bool, error)
func (OpenStackNetworkExtensionService) List ¶
func (e OpenStackNetworkExtensionService) List() (OpenStackNetworkExtensions, error)
type OpenStackNetworkExtensions ¶
type OpenStackNetworkExtensions map[string]struct{}
func (OpenStackNetworkExtensions) HasFloatingIpsSupport ¶
func (ext OpenStackNetworkExtensions) HasFloatingIpsSupport() bool
func (OpenStackNetworkExtensions) HasSecurityGroupsSupport ¶
func (ext OpenStackNetworkExtensions) HasSecurityGroupsSupport() bool
Source Files ¶
- openstack_compute_extension_service.go
- openstack_compute_extension_service_get.go
- openstack_compute_extension_service_list.go
- openstack_compute_extensions.go
- openstack_network_extension_service.go
- openstack_network_extension_service_get.go
- openstack_network_extension_service_list.go
- openstack_network_extensions.go
Click to show internal directories.
Click to hide internal directories.