Sha256: 01a5b08415f1fda565e9e6d383db7bf975e53b861aecd139c2baacba03f719f2
Contents?: true
Size: 332 Bytes
Versions: 30
Compression:
Stored size: 332 Bytes
Contents
require 'fog/openstack/models/model' module Fog module SharedFileSystem class OpenStack class ShareExportLocation < Fog::OpenStack::Model identity :id attribute :share_instance_id attribute :path attribute :is_admin_only attribute :preferred end end end end
Version data entries
30 entries across 28 versions & 3 rubygems