Class Hierarchy
Class Attributes
Class Qualifiers
Properties
Methods
Associations in which the class can participate
Sub Profiling Summary
CIM_ImportedFileShareSetting --> CIM_SettingData --> CIM_ManagedElement --> [top]
Class Declaration Attributes Name Value SUPERCLASS CIM_SettingData NAME CIM_ImportedFileShareSetting
Class CIM_ImportedFileShareSetting Qualifiers Name Type Value From Class Experimental boolean true CIM_ImportedFileShareSetting Version string 2.8.1000 CIM_ImportedFileShareSetting Description string The ImportedFileShareSetting describes the attribute values that were set when a FileShare was created for a LogicalFile by a FileImportService. These settings are associated with the created Share via the ElementSettingData association. These settings can also be associated with an ImportedFileShareCapabilities element via SettingAssociatedToCapabilities. If the setting is associated with a FileShare, it cannot have undefined or NULL properties. If it is associated with an ImportedFileShareCapabilities, a null property indicates that the property is not supported or that the value is a vendor-specific context-dependent default that may not be set. CIM_ImportedFileShareSetting Description string The SettingData class represents configuration-related and operational parameters for one or more ManagedElements. A ManagedElement can have multiple SettingData objects associated with it. The current operational values for the parameters of the element are reflected by properties in the Element itself or by properties in its associations. These properties do not have to be the same values that are present in the SettingData object. For example, a modem might have a SettingData baud rate of 56Kb/sec but be operating at 19.2Kb/sec. Note: The CIM_SettingData class is very similar to CIM_Setting, yet both classes are present in the model because many implementations have successfully used CIM_Setting. However, issues have arisen that could not be resolved without defining a new class. Therefore, until a new major release occurs, both classes will exist in the model. Refer to the Core White Paper for additional information. SettingData instances can be aggregated together into higher- level SettingData objects using ConcreteComponent associations. CIM_SettingData Description string ManagedElement is an abstract class that provides a common superclass (or top of the inheritance tree) for the non-association classes in the CIM Schema. CIM_ManagedElement
Property Qualifiers
Property FileSharingProtocol Qualifiers Name Type Value From Class Description string An enumerated integer indicating the share protocol that this share can support. This property must exist and have a value. The version of the protocol must be specified in the corresponding ProtocolVersions property. CIM_ImportedFileShareSetting ValueMap string [See below.] CIM_ImportedFileShareSetting Values string Unknown
NFS
CIFS
DAFS
WebDAV
HTTP
FTP
DMTF Reserved
Vendor DefinedCIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareCapabilities.FileSharingProtocol
CIM_ExportedFileShareSetting.FileSharingProtocol
CIM_ImportedFileShareSetting.ProtocolVersionsCIM_ImportedFileShareSetting
Name Value 0 Unknown 2 NFS 3 CIFS 4 DAFS 5 WebDAV 6 HTTP 7 FTP .. DMTF Reserved 0x8000.. Vendor Defined
Property ProtocolVersions Qualifiers Name Type Value From Class Description string An array of strings listing the versions of the file sharing protocol that this share can support. This property must exist and have at least one entry. CIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareCapabilities.ProtocolVersions
CIM_ExportedFileShareSetting.ProtocolVersions
CIM_ImportedFileShareSetting.FileSharingProtocolCIM_ImportedFileShareSetting
Property InitialEnabledState Qualifiers Name Type Value From Class Description string InitialEnabledState is an integer enumeration that indicates the enabled/disabled states initially set for a file share element. Unlike FileShare.EnabledState it cannot indicate transitions between requested states because those states cannot be requested. The following text briefly summarizes the various enabled/disabled initial states: Enabled (2) indicates that the element will execute commands, will process any queued commands, and will queue new requests. Disabled (3) indicates that the element will not execute commands and will drop any new requests. In Test (7) indicates that the element will be in a test state. Deferred (8) indicates that the element will not process any commands but will queue new requests. Quiesce (9) indicates that the element is enabled but in a restricted mode. The element ’ s behavior is similar to the Enabled state, but it only processes a restricted set of commands. All other requests are queued. CIM_ImportedFileShareSetting ValueMap string [See below.] CIM_ImportedFileShareSetting Values string Unknown
Other
Enabled
Disabled
In Test
Deferred
Quiesce
DMTF Reserved
Vendor ReservedCIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareSetting.OtherEnabledState
CIM_EnabledLogicalElement.EnabledStateCIM_ImportedFileShareSetting
Name Value 0 Unknown 1 Other 2 Enabled 3 Disabled 7 In Test 8 Deferred 9 Quiesce 11..32767 DMTF Reserved 32768..65535 Vendor Reserved
Property OtherEnabledState Qualifiers Name Type Value From Class Description string A string describing the element ’ s initial enabled/disabled state when the InitialEnabledState property is set to 1 ( " Other " ). This property MUST be set to NULL when InitialEnabledState is any value other than 1. CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareSetting.InitialEnabledState
CIM_FileShare.OtherEnabledStateCIM_ImportedFileShareSetting
Property RequestRetryPolicy Qualifiers Name Type Value From Class Description string An enumerated value representing the policy that is supported by the FileImportService on the FileShare. The value specifies whether/how the FileImportService should retry a request that either failed or left the system hanging. If the request is being performed in the foreground, the options are to try once and fail if a timeout happens, or, to try repeatedly. If the request can be performed in the background, the returned Job will try repeatedly until stopped. CIM_ImportedFileShareSetting ValueMap string [See below.] CIM_ImportedFileShareSetting Values string Unknown
Try Once
Try Again
Try in Background
DMTF Reserved
Vendor DefinedCIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareSetting.TransmissionRetriesMax
CIM_ImportedFileShareSetting.RetransmissionTimeoutMinCIM_ImportedFileShareSetting
Name Value 0 Unknown 2 Try Once 3 Try Again 4 Try in Background .. DMTF Reserved 0x8000.. Vendor Defined
Property TransmissionRetriesMax Qualifiers Name Type Value From Class Description string An integer specifying the maximum number of retransmission attempts to be made when the transmission of a request fails or makes the system hang. A value of ’ 0 ’ specifies an implementation-specific default. CIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareSetting.RequestRetryPolicy
CIM_ImportedFileShareSetting.RetransmissionTimeoutMinCIM_ImportedFileShareSetting
Property RetransmissionTimeoutMin Qualifiers Name Type Value From Class Description string An integer specifying the minimum number of milliseconds that the provider must wait before assuming that a transmission has failed. ’ 0 ’ indicates an implementation-specific default. CIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareSetting.TransmissionRetriesMax
CIM_ImportedFileShareSetting.RequestRetryPolicyCIM_ImportedFileShareSetting
Property ImportFailurePolicy Qualifiers Name Type Value From Class Description string An enumerated value that specifies if the import operation should be attempted one or more times in the foreground or tried repeatedly in the background until it succeeds. The number of attempts would be limited by the corresponding ImportRetriesMax property of the setting. CIM_ImportedFileShareSetting ValueMap string [See below.] CIM_ImportedFileShareSetting Values string Unknown
Foreground
Background
DMTF Reserved
Vendor DefinedCIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareSetting.ImportRetriesMax CIM_ImportedFileShareSetting
Name Value 0 Unknown 2 Foreground 3 Background .. DMTF Reserved 0x8000.. Vendor Defined
Property ImportRetriesMax Qualifiers Name Type Value From Class Description string An integer specifying the maximum number of attempts that should be made to import an FileShare using this element as the proxy. A value of ’ 0 ’ specifies an implementation-specific default. CIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareSetting.ImportFailurePolicy CIM_ImportedFileShareSetting
Property ReadBufferSizeMin Qualifiers Name Type Value From Class Description string An integer specifying the minimum number of bytes that must be allocated to each buffer used for reading. A value of ’ 0 ’ specifies an implementation-specific default. CIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareSetting.ReadBufferSizeMax CIM_ImportedFileShareSetting
Property ReadBufferSizeMax Qualifiers Name Type Value From Class Description string An integer specifying the maximum number of bytes that may be allocated to each buffer used for reading. A value of ’ 0 ’ specifies an implementation-specific default. CIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareSetting.ReadBufferSizeMin CIM_ImportedFileShareSetting
Property WriteBufferSizeMin Qualifiers Name Type Value From Class Description string An integer specifying the minimum number of bytes that must be allocated to each buffer used for writing. A value of ’ 0 ’ specifies an implementation-specific default. CIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareSetting.WriteBufferSizeMax CIM_ImportedFileShareSetting
Property WriteBufferSizeMax Qualifiers Name Type Value From Class Description string An integer specifying the maximum number of bytes that may be allocated to each buffer used for writing. A value of ’ 0 ’ specifies an implementation-specific default. CIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareSetting.WriteBufferSizeMin CIM_ImportedFileShareSetting
Property AttributeCaching Qualifiers Name Type Value From Class Description string An array of enumerated values that specify whether attribute caching is (or is not) supported for some object. The object class and the support parameters are specified in the corresponding AttributeCachingObjects, AttributeCachingTimeMin, and AttributeCachingTimeMax properties. FileShare object types that can be imported by this FileImportService are represented by an entry in these arrays. The entry in the AttributeCaching array can be ’ On ’ , ’ Off ’ , or ’ Unknown ’ . Implementation of this feature requires support from other system components, so it is quite possible that specifying ’ On ’ may still not result in caching behavior. ’ Unknown ’ indicates that the FileImportService will try to work with whatever options the host system can support. In all cases, AttributeCachingTimeMin and AttributeCachingTimeMax provide the minimum and maximum time for which the attributes can be cached. When this Setting is used as a Goal, the client may specify ’ Unknown ’ , but the Setting in the created object should contain the supported setting, whether ’ On ’ or ’ Off ’ . CIM_ImportedFileShareSetting ValueMap string [See below.] CIM_ImportedFileShareSetting Values string Unknown
On
Off
DMTF Reserved
Vendor DefinedCIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ArrayType string Indexed CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareSetting.AttributeCachingObjects
CIM_ImportedFileShareSetting.AttributeCachingTimeMin
CIM_ImportedFileShareSetting.AttributeCachingTimeMaxCIM_ImportedFileShareSetting
Name Value 0 Unknown 2 On 3 Off .. DMTF Reserved 0x8000.. Vendor Defined
Property AttributeCachingObjects Qualifiers Name Type Value From Class Description string An array of enumerated values that specify the attribute caching support provided to various object classes. These classes represent types of shareable objects stored in a LocalFileSystem -- files and directories as well as others that may be defined in the future. The corresponding properties, AttributeCaching, AttributeCachingTimeMin, and provide AttributeCachingTimeMax the supported features for the type of object. ’ None ’ and ’ All ’ cannot both be specified; if either one is specified, it must be the first entry in the array and the entry is interpreted as the default setting for all objects. If neither ’ None ’ or ’ All ’ are specified, the caching settings for other objects are defaulted by the implementation. If ’ Rest ’ is specified, the entry applies to all known object types other than the named ones. If ’ Unknown ’ is specified it applies to object types not known to this application (this can happen when foreign file systems are mounted. CIM_ImportedFileShareSetting ValueMap string [See below.] CIM_ImportedFileShareSetting Values string Unknown
None
All
Rest
File
Directory
DMTF Reserved
Vendor DefinedCIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ArrayType string Indexed CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareSetting.AttributeCaching
CIM_ImportedFileShareSetting.AttributeCachingTimeMin
CIM_ImportedFileShareSetting.AttributeCachingTimeMaxCIM_ImportedFileShareSetting
Name Value 0 Unknown 1 None 2 All 3 Rest 4 File 5 Directory .. DMTF Reserved 0x8000.. Vendor Defined
Property AttributeCachingTimeMin Qualifiers Name Type Value From Class Description string An array of integers specifying, in milliseconds, the minimum time for which an object of the type specified by the corresponding AttributeCaching property must be retained in the attribute cache. When used as a Goal, a value of ’ 0 ’ indicates an implementation-specific default. CIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ArrayType string Indexed CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareSetting.AttributeCaching CIM_ImportedFileShareSetting
Property AttributeCachingTimeMax Qualifiers Name Type Value From Class Description string An array of integers specifying, in milliseconds, the maximum time for which an object of the type specified by the corresponding AttributeCaching property must be retained in the attribute cache. When used as a Goal, a value of ’ 0 ’ indicates an implementation-specific default. CIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ArrayType string Indexed CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareSetting.AttributeCaching CIM_ImportedFileShareSetting
Property AccessPoints Qualifiers Name Type Value From Class Description string An enumerated value that specifies the Service Access Points on the exporting system that may be used to access the remote Share. This does not specify either the actual availability of these ServiceAccessPoints or the right to use them.; rather, these are the points that the FileImportService will attempt to use.to access the share. If this property is NULL or empty, it indicates that there will be no change to the current set of access points. ’ Service-Default ’ indicates that it should include the default Service Access points of the remote FileExportService. ’ All ’ indicates that it should include all the supported Service Access points of the remote FileExportService. ’ None ’ indicates that the set of access points is to be reset to the empty set. ’ Named Points ’ indicates that the Service Access Points that will be used may be specified as the AccessPoints parameter of the CreateImportedShare or ModifyImportedShare methods. As a Setting for a FileShare, this property cannot be undefined or NULL. CIM_ImportedFileShareSetting ValueMap string [See below.] CIM_ImportedFileShareSetting Values string Unknown
None
Service Default
All
Named Points
DMTF Reserved
Vendor DefinedCIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting
Name Value 0 Unknown 2 None 3 Service Default 4 All 5 Named Points .. DMTF Reserved 0x8000.. Vendor Defined
Property ReadWritePolicy Qualifiers Name Type Value From Class Description string An enumerated value that specifies the Read-Write policy set on the ImportedShare association and supported by the FileImportService servicing this FileShare. ’ Read Only ’ specifies that the FileShare is set up solely for reading. ’ Read/Write ’ specifies that the FileShare is set up for ’ read ’ and ’ write ’ operations. ’ Force Read/Write ’ specifies that ’ Read-Only ’ has been over-ridden by a client with write access to the FileShare. This option is intended for use when the associated FileShare has been made ’ Read Only ’ by default, as might happen if it were created to be the target of a Synchronization or Mirror operation. CIM_ImportedFileShareSetting ValueMap string [See below.] CIM_ImportedFileShareSetting Values string Unknown
Read Only
Read/Write
Force Read/Write
DMTF Reserved
Vendor DefinedCIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting
Name Value 0 Unknown 2 Read Only 3 Read/Write 4 Force Read/Write .. DMTF Reserved 0x8000.. Vendor Defined
Property CIFSLocksSupportPolicy Qualifiers Name Type Value From Class Description string An array of enumerated values that specify the policies that are supported via a newly created imported FileShare for CIFS-style opportunistic locks. ’ No ’ specifies that CIFS-style oplocks are not supported, and is exclusive of the other options. ’ Type 1 oplocks supported ’ specifies that CIFS-style Type 1 oplocks are supported. ’ Type 2 oplocks supported ’ specifies that CIFS-style Type 2 oplocks are supported. If defaulted, this is ’ No ’ if the FileSharingProtocol is NFS; this is ’ Type 1 oplocks supported ’ if the FileSharingProtocol is CIFS. The defaults for other FileSharingProtocols are not currently specified. No matter what is requested as a Goal: If the FileSharingProtocol is NFS, only ’ No ’ will be supported (i.e., the same as the default). If the FileSharingProtocol is CIFS, ’ No ’ cannot be selected; the supported default will be vendor-specified. The reference to CIFS-style locking here is not intended to indicate required support for CIFS, but as an abbreviation for the functionality specified by CIFS. CIM_ImportedFileShareSetting ValueMap string [See below.] CIM_ImportedFileShareSetting Values string Unknown
No
Type 1 oplocks supported
Type 2 oplocks supported
DMTF Reserved
Vendor DefinedCIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ArrayType string Indexed CIM_ImportedFileShareSetting
Name Value 0 Unknown 2 No 3 Type 1 oplocks supported 4 Type 2 oplocks supported .. DMTF Reserved 0x8000.. Vendor Defined
Property CifsNotificationPolicy Qualifiers Name Type Value From Class Description string An array of enumerated values that specify the CIFS-style notifications that will generated by the FileImportService for the newly created imported FileShare. ’ No ’ specifies that no notifications will be made. ’ Yes ’ specifies that a notification will be generated. This property is specified as an array, so that a vendor can specify supported notifications at a finer grain. No matter what is requested as a Goal: If the FileSharingProtocol is NFS, only ’ No ’ will be supported. Other FileSharingProtocol values may impose different constraints. CIM_ImportedFileShareSetting ValueMap string [See below.] CIM_ImportedFileShareSetting Values string Unknown
No
Yes
DMTF Reserved
Vendor DefinedCIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ArrayType string Indexed CIM_ImportedFileShareSetting
Name Value 0 Unknown 2 No 3 Yes .. DMTF Reserved 0x8000.. Vendor Defined
Property AccessPolicies Qualifiers Name Type Value From Class Description string An array of enumerated values that specify the policies that are supported by the FileImportService via the created FileShare for accessing elements of the target FileShare. ’ Unknown ’ is the default and specifies that the policy will come from the FileShare target (for a LogicalFile or other File element, this would be the FileSystem containing the element). ’ CIFS ’ specifies that CIFS-style access policies are supported. ’ NFS ’ specifies that NFS-style access policies are supported. ’ Other ’ specifies vendor-implemented or proprietary mechanisms. Parameters for these mechanisms are specified in the corresponding OtherAccessPoliciesParameter. More than one policy can be specified, in which case all are supported. More than one ’ Other ’ policy entry can exist. As a Goal, more than one policy can be requested. The privileges established by this property would be surfaced by the provider using the CIM_Privilege model. CIM_ImportedFileShareSetting ValueMap string [See below.] CIM_ImportedFileShareSetting Values string Unknown
Other
CIFS
NFS
DMTF Reserved
Vendor DefinedCIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ArrayType string Indexed CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareSetting.OtherAccessPoliciesParameters CIM_ImportedFileShareSetting
Name Value 0 Unknown 1 Other 2 CIFS 3 NFS .. DMTF Reserved 0x8000.. Vendor Defined
Property OtherAccessPoliciesParameters Qualifiers Name Type Value From Class Description string An array of strings that specify parameters to use with the corresponding AccessPolicies entry -- if that entry is set to ’ Other ’ , the entry here MUST not be null, but it could be null otherwise. CIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting ArrayType string Indexed CIM_ImportedFileShareSetting ModelCorrespondence string CIM_ImportedFileShareSetting.AccessPolicies CIM_ImportedFileShareSetting
Property CifsLockPolicy Qualifiers Name Type Value From Class Description string An enumerated value that specifies the CIFS Locking that will be enforced on the target of the ImportedShare by the supporting FileImportService if the ’ AccessPolicies ’ property array includes ’ CIFS ’ . ’ Enforce None ’ does not enforce CIFS locks. ’ Enforce Write ’ does not allow writes to CIFS-locked files. ’ Enforce Read/Write ’ does not allow reads or writes to CIFS-locked files. CIM_ImportedFileShareSetting ValueMap string [See below.] CIM_ImportedFileShareSetting Values string Unknown
Enforce None
Enforce Write
Enforce Read/Write
DMTF Reserved
Vendor DefinedCIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting
Name Value 0 Unknown 2 Enforce None 3 Enforce Write 4 Enforce Read/Write .. DMTF Reserved 0x8000.. Vendor Defined
Property CachingOptions Qualifiers Name Type Value From Class Description string An enumerated value that specifies the client ’ s preferences for local caching support. This property might be an appropriate setting on the FileShare element. CIM_ImportedFileShareSetting ValueMap string [See below.] CIM_ImportedFileShareSetting Values string Unknown
Asynchronized
Synchronized
Write-Through
DMTF Reserved
Vendor DefinedCIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting
Name Value 0 Unknown 2 Asynchronized 3 Synchronized 4 Write-Through .. DMTF Reserved 0x8000.. Vendor Defined
Property ImportOnServiceStart Qualifiers Name Type Value From Class Description string An enumerated value that specifies if this FileShare should be enabled when the operational FileImportService is started. This property might be an appropriate setting for the FileShare element. CIM_ImportedFileShareSetting ValueMap string [See below.] CIM_ImportedFileShareSetting Values string Vendor-specific Default
Automatic
Manual
DMTF Reserved
Vendor DefinedCIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting
Name Value 0 Vendor-specific Default 1 Automatic 2 Manual .. DMTF Reserved 0x8000.. Vendor Defined
Property ReadWritePref Qualifiers Name Type Value From Class Description string An instance of a CIM_Privilege, encoded as a string, that expresses the client ’ s expectations about access to elements of the exported FileShare. The provider is expected to surface this access using the privilege model. CIM_ImportedFileShareSetting EmbeddedInstance string CIM_Privilege CIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting
Property ExecutePref Qualifiers Name Type Value From Class Description string An enumerated value that specifies if support should be provided on the local host for executing elements accessed through this FileShare. This may require setting up specialized paging or execution buffers either on the client or on the server side (as appropriate for the implementation). Note that this does not provide any rights to actually execute any element but only specifies support for such execution, if permitted. CIM_ImportedFileShareSetting ValueMap string [See below.] CIM_ImportedFileShareSetting Values string Unknown
Execution Supported
Execution Not Supported
DMTF Reserved
Vendor DefinedCIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting
Name Value 0 Unknown 2 Execution Supported 3 Execution Not Supported .. DMTF Reserved 0x8000.. Vendor Defined
Property RootAccessPref Qualifiers Name Type Value From Class Description string An instance of a CIM_Privilege, encoded as a string, that expresses the client ’ s expectations about privileged access by appropriately privileged System Administrative users on the local host ( ’ root ’ or ’ superuser ’ ) to the exported FileShare and its elements. The provider is expected to surface this access using the privilege model. Support for the privileged access might require setup at both the exported FileShare and imported FileShare hosts, so there is no guarantee that the request can be satisfied. CIM_ImportedFileShareSetting EmbeddedInstance string CIM_Privilege CIM_ImportedFileShareSetting Read boolean true CIM_ImportedFileShareSetting
Property InstanceID Qualifiers Name Type Value From Class Key boolean true CIM_SettingData Description string Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. To ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following " preferred " algorithm: < OrgID > : < LocalID > Where < OrgID > and < LocalID > are separated by a colon (:), and where < OrgID > must include a copyrighted, trademarked, or otherwise unique name that is owned by the business entity that is creating or defining the InstanceID or that is a registered ID assigned to the business entity by a recognized global authority. (This requirement is similar to the < Schema Name > _ < Class Name > structure of Schema class names.) In addition, to ensure uniqueness, < OrgID > must not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID must appear between < OrgID > and < LocalID > . < LocalID > is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If the above " preferred " algorithm is not used, the defining entity must assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance. For DMTF-defined instances, the " preferred " algorithm must be used with the < OrgID > set to CIM. CIM_SettingData
Property ElementName Qualifiers Name Type Value From Class Required boolean true CIM_SettingData Override string ElementName CIM_SettingData Description string The user-friendly name for this instance of SettingData. In addition, the user-friendly name can be used as an index property for a search or query. (Note: The name does not have to be unique within a namespace.) CIM_SettingData
Property Caption Qualifiers Name Type Value From Class Description string The Caption property is a short textual description (one- line string) of the object. CIM_ManagedElement MaxLen uint32 64 CIM_ManagedElement
Property Description Qualifiers Name Type Value From Class Description string The Description property provides a textual description of the object. CIM_ManagedElement
Property ElementName Qualifiers Name Type Value From Class Description string A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. CIM_ManagedElement
Method Qualifiers
Parameters
Parameter Qualifiers