(file) Return to CIM_NFS.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / System

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / System / CIM_NFS.mof (download)
Revision: 1.1, Tue Jan 24 13:50:33 2012 UTC (12 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, HEAD, CIMRS_WORK_20130824
Branch point for: TASK-PEP317_pullop-branch
BUG#:9155
TITLE: Upgrade Pegasus to Include the CIM 2.31 Schema in CVS

DESCRIPTION:

// Copyright (c) 2005 DMTF.  All rights reserved.
// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
// qualifier values to CIM Schema.</change>
// ==================================================================
//  CIM_NFS 
// ==================================================================
   [Version ( "2.6.0" ), 
    UMLPackagePath ( "CIM::System::FileElements" ), 
    Description ( 
       "A class derived from RemoteFileSystem representing that the "
       "FileSystem is mounted, using the NFS protocol, from a "
       "ComputerSystem. The properties of the NFS object deal with the "
       "operational aspects of the mount and represent the client-side "
       "configuration for NFS access. The FileSystemType (inherited "
       "from FileSystem) should be set to indicate the type of this "
       "FileSystem as it appears to the client." )]
class CIM_NFS : CIM_RemoteFileSystem {

      [Description ( 
          "If set to true: Once the FileSystem is mounted, NFS "
          "requests are retried until the hosting System responds. \n"
          "If set to false: Once the FileSystem is mounted, an "
          "error is returned if the hosting System does not "
          "respond." )]
   boolean HardMount;

      [Description ( 
          "If set to true: Retries are performed in the foreground. \n"
          "If set to false: If the first mount attempt fails, "
          "retries are performed in the background." )]
   boolean ForegroundMount;

      [Description ( 
          "If set to true: Interrupts are permitted for hard "
          "mounts. \n"
          "If set to false : Interrupts are ignored for hard "
          "mounts." )]
   boolean Interrupt;

      [Description ( 
          "Maximum number of mount failure retries allowed." )]
   uint16 MountFailureRetries;

      [Description ( 
          "Maximum number of NFS retransmissions allowed." )]
   uint16 RetransmissionAttempts;

      [Description ( "NFS timeout in tenths of a second." ), 
       Units ( "Tenths of Seconds" )]
   uint32 RetransmissionTimeout;

      [Description ( "Read buffer size in bytes." ), 
       Units ( "Bytes" )]
   uint64 ReadBufferSize;

      [Description ( "Write buffer size in bytes." ), 
       Units ( "Bytes" )]
   uint64 WriteBufferSize;

      [Description ( 
          "The remote ComputerSystem\'s (ie, the NFS File "
          "\'Server\'s) UDP port number." )]
   uint32 ServerCommunicationPort;

      [Description ( 
          "If set to true: Control attribute caching is enabled. \n"
          "If set to false: Control attribute caching is disabled." )]
   boolean AttributeCaching;

      [Description ( 
          "Minimum number of seconds that cached attributes are "
          "held after file modification." ), 
       Units ( "Seconds" )]
   uint16 AttributeCachingForRegularFilesMin;

      [Description ( 
          "Maximum number of seconds that cached attributes are "
          "held after file modification." ), 
       Units ( "Seconds" )]
   uint16 AttributeCachingForRegularFilesMax;

      [Description ( 
          "Minimum number of seconds that cached attributes are "
          "held after directory update." ), 
       Units ( "Seconds" )]
   uint16 AttributeCachingForDirectoriesMin;

      [Description ( 
          "Maximum number of seconds that cached attributes are "
          "held after directory update." ), 
       Units ( "Seconds" )]
   uint16 AttributeCachingForDirectoriesMax;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2