Class CIM_CIFSSettingData
extends CIM_SettingData

The CIFSSettingData is a derived class of Settingdata that specifies CIFS specific properties for a Fileserver.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_CIFSSettingData

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThe CIFSSettingData is a derived class of Settingdata that specifies CIFS specific properties for a Fileserver.
Experimentalbooleantrue
UMLPackagePathstringCIM::System::FileServerServices
Versionstring2.37.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
AuthenticationDomainstring
DescriptionstringName of CIFS domain to which the File Server is joined. Represents either the NTLM domain or the ActiveDirectory domain.
AuthenticationModeuint8
DescriptionstringSpecifies if authentication is to be performed against NTLM or ActiveDirectory domains. Valid values are NTLM or ActiveDirectory.
ValueMapstring0, 1
ValuesstringNTLM, Active Directory
CASupportedboolean
DescriptionstringThis property applies to CIFS/SMB shares only. If it is true, it means that "Continuous Availability" is supported for CIFS shares. Continuous Availability (CA) - Client/Server mediated recovery from network and server failure with application transparency. Like Multi-Channel IO, this feature is somewhat analogous to capabilities available in NFSv4.
Charsetuint160
DescriptionstringThe charset that will be used by a Fileserver for CIFS processing. The default is Standard-ASCII.
ValueMapstring0, 1, 2, .., 0x8000..
ValuesstringStandard-ASCII, IBM-437, IBM-480, DMTF Reserved, Vendor Defined
CIFSDomainControllerstring
DescriptionstringName of the CIFS Domain Controller.
ClientsConnectAnonymouslyboolean
DescriptionstringThis boolean dictates if the FileServer joins the CIFS Domain Controller anonymously or if a user and password are required. True indicates to join anonymously. False indicates to use the DomainControllerUser and DomainControllerPassword to join.
DomainControllerPasswordstring
DescriptionstringPassword to use when the Fileserver joins the CIFS Domain Controller.
DomainControllerUserstring
DescriptionstringUser name to use when the Fileserver joins the CIFS Domain Controller.
Enabledboolean
DescriptionstringTrue indicates that CIFS is enabled for a FileServer. False indicates CIFS is disabled.
JoinDomainAnonymouslyboolean
DescriptionstringThis boolean dictates if the FileServer joins the CIFS Domain Controller anonymously or if a user and password are required. True indicates to join anonymously. False indicates to use the DomainControllerUser and DomainControllerPassword to join.
MultiChannelSupportedboolean
DescriptionstringThis property applies to CIFS/SMB protocol only. If it is true, it means that "Multi-Channel" feature is supported for CIFS/SMB. Multi-Channel (MPIO) - Provides the ability to access multiple Ethernet links as a logical pool supporting multiple SMB sessions and providing native bandwidth aggregation, link failover, MPIO intelligence. This feature enables the use of multiple physical network interfaces in an SMB 2.2 client and server. This enhancement in SMB 2.2 provides capabilities analogous to those currently available in NFSv4.
NETBIOSNamestring
DescriptionstringTThe NetBIOS name of the FileServer
SMBSigningOnlyboolean
DescriptionstringThis boolean determines if CIFS clients are allowed to connect if they use SMB signing for security. True indicates that CIFS clients are required to use SMB signing. False indicates that clients do not have to use SMB signing.
UseKerberosboolean
DescriptionstringDetermines how ActiveDirectory authentication is performed. True indicates that ActiveDirectory authentication will use Kerberos. False indicates not to limit authentication to Kerberos only.
UseOpportunisticLockingboolean
DescriptionstringTrue indicates that CIFS opportunistic locking should be performed False indicates to not use oportunistic locking.
UseTCPOnlybooleanfalse
DescriptionstringTrue indicates that only TCP transport connections are allowed. False indicates both TCP and Netbios transport connections are allowed. The default is to allow both TCP and Netbios.
ProtocolVersionsstring[]
DescriptionstringAn array of strings listing the versions of the CIFS file sharing protocol supported by the File Server.
ModelCorrespondencestringCIM_ExportedFileShareSetting.ProtocolVersions, CIM_ExportedFileShareCapabilities.FileSharingProtocol
WINSIPstring[]
DescriptionstringAn array of IP Addresses of Windows Internet Name Servers. The address type can be either IP4 or IP6.

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