Sha256: a31a70a4c1476e822b368763f8cda7bb2442f1b38495788004a66b4f4a83dcb4

Contents?: true

Size: 338 Bytes

Versions: 4

Compression:

Stored size: 338 Bytes

Contents

require 'fog/huaweicloud/models/model'

module Fog
  module SharedFileSystem
    class HuaweiCloud
      class ShareExportLocation < Fog::HuaweiCloud::Model
        identity :id
        
        attribute :share_instance_id
        attribute :path
        attribute :is_admin_only
        attribute :preferred
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fog-huaweicloud-0.0.3 lib/fog/shared_file_system/huaweicloud/models/share_export_location.rb
fog-huaweicloud-0.0.2 lib/fog/shared_file_system/huaweicloud/models/share_export_location.rb
fog-huaweicloud-0.1.3 lib/fog/shared_file_system/huaweicloud/models/share_export_location.rb
fog-huaweicloud-0.1.2 lib/fog/shared_file_system/huaweicloud/models/share_export_location.rb