Class CIM_FileServerSettings
extends CIM_SettingData

The FileServerSettings is a derived class of Settingdata that specifies general properties for a Fileserver. It also serves as the main Settings object for a Fileserver that is associated with the other Fileserver properties via theConcreteComponent association.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_FileServerSettings

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThe FileServerSettings is a derived class of Settingdata that specifies general properties for a Fileserver. It also serves as the main Settings object for a Fileserver that is associated with the other Fileserver properties via theConcreteComponent association.
Experimentalbooleantrue
UMLPackagePathstringCIM::System::FileServices
Versionstring2.43.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
AccountMappingDomainstring
DescriptionstringIf NFSCIFSAccountMapping= 2 (Domain), then this property will contain the name of the CIFS domain to use for NFS to CIFS account mapping.
NFSCIFSAccountMappinguint160
DescriptionstringControls the mapping of accounts between NFS and CIFS. If set to None (the default), no account mapping will be performed by the FileServer. If set to All, account mapping will be performed for all CIFS domains.If set to Domain, account mapping will be done for only those users in the domainspecified by AccountMappingDomain.
ValueMapstring0, 2, 3, 4, .., 0x8000..
ValuesstringUnknown, None, All, Domain, Reserved, Vendor Defined
HostLookupOrderuint16[]
ArrayTypestringOrdered
DescriptionstringAn array of lookup service names that specifies the order of services to use when resolving host names. UploadedFile refers to a file of host names that has been previously uploaded to the FileServer.If None is specified, then any other service names will be ignored.
ValueMapstring0, 2, 3, 4, 5, .., 0x8000..
ValuesstringUnknown, None, DNS, NIS, UploadedFile, Reserved, Vendor Defined
UserLoginLookupOrderuint16[]
ArrayTypestringOrdered
DescriptionstringAn array of lookup service names that specifies the order of services to use when resolving user names and passwords. UploadedFile refers to a file of user names and passwords that has been previously uploaded to the FileServer. If None is specified, then any other service names will be ignored.
ValueMapstring0, 2, 3, 4, 5, .., 0x8000..
ValuesstringUnknown, None, DNS, NIS, UploadedFile, Reserved, Vendor Defined

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SettingData
SoIDstringCIM_SettingData
SoOrgIDstringCIM_SettingData
ComponentSettingstring[]CIM_SettingData

Class Methods