Sha256: 56437ccb953b03d2ff99d7f48de43bd48e51e267fe7e00ce38fead76b4c32482
Contents?: true
Size: 1.82 KB
Versions: 6
Compression:
Stored size: 1.82 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::StorageCache::Mgmt::V2019_08_01_preview module Models # # A namespace junction. # class NamespaceJunction include MsRestAzure # @return [String] Namespace path on a cache for a storage target. attr_accessor :namespace_path # @return [String] Path in storage target to which namespacePath points. attr_accessor :target_path # @return [String] NFS export where targetPath exists. attr_accessor :nfs_export # # Mapper for NamespaceJunction class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'NamespaceJunction', type: { name: 'Composite', class_name: 'NamespaceJunction', model_properties: { namespace_path: { client_side_validation: true, required: false, serialized_name: 'namespacePath', type: { name: 'String' } }, target_path: { client_side_validation: true, required: false, serialized_name: 'targetPath', type: { name: 'String' } }, nfs_export: { client_side_validation: true, required: false, serialized_name: 'nfsExport', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems