Class Fog::SharedFileSystem::OpenStack::Real
In: lib/fog/shared_file_system/openstack.rb
lib/fog/shared_file_system/openstack/requests/delete_share_network.rb
lib/fog/shared_file_system/openstack/requests/update_share.rb
lib/fog/shared_file_system/openstack/requests/get_share_export_location.rb
lib/fog/shared_file_system/openstack/requests/create_snapshot.rb
lib/fog/shared_file_system/openstack/requests/create_share.rb
lib/fog/shared_file_system/openstack/requests/get_limits.rb
lib/fog/shared_file_system/openstack/requests/update_share_network.rb
lib/fog/shared_file_system/openstack/requests/list_snapshots_detail.rb
lib/fog/shared_file_system/openstack/requests/update_quota.rb
lib/fog/shared_file_system/openstack/requests/list_shares_detail.rb
lib/fog/shared_file_system/openstack/requests/get_snapshot.rb
lib/fog/shared_file_system/openstack/requests/list_share_access_rules.rb
lib/fog/shared_file_system/openstack/requests/get_share_network.rb
lib/fog/shared_file_system/openstack/requests/get_quota.rb
lib/fog/shared_file_system/openstack/requests/list_availability_zones.rb
lib/fog/shared_file_system/openstack/requests/list_share_networks_detail.rb
lib/fog/shared_file_system/openstack/requests/list_share_networks.rb
lib/fog/shared_file_system/openstack/requests/update_snapshot.rb
lib/fog/shared_file_system/openstack/requests/shrink_share.rb
lib/fog/shared_file_system/openstack/requests/get_share.rb
lib/fog/shared_file_system/openstack/requests/list_shares.rb
lib/fog/shared_file_system/openstack/requests/list_share_export_locations.rb
lib/fog/shared_file_system/openstack/requests/share_action.rb
lib/fog/shared_file_system/openstack/requests/delete_share.rb
lib/fog/shared_file_system/openstack/requests/extend_share.rb
lib/fog/shared_file_system/openstack/requests/revoke_share_access.rb
lib/fog/shared_file_system/openstack/requests/grant_share_access.rb
lib/fog/shared_file_system/openstack/requests/list_snapshots.rb
lib/fog/shared_file_system/openstack/requests/create_share_network.rb
lib/fog/shared_file_system/openstack/requests/delete_snapshot.rb
Parent: Object

rubocop:enable LineLength, Metrics/MethodLength, Metrics/ClassLength, Metrics/AbcSize

Methods

Included Modules

Fog::OpenStack::Core

Public Class methods

Public Instance methods

For older versions v1.0-2.8 the export locations are responsed as an attribute of share (export_locations). For newer API versions (>= 2.9) it is available in separate APIs. This method returns the export location detail.

For older versions v1.0-2.8 the export locations are responsed as an attribute of share (export_locations). For newer API versions (>= 2.9) it is available in separate APIs. This method returns a list of the export locations.

[Validate]