MSISCSITARGET_ReplicationServiceCapabilities class
Defines the capabilities of a MSISCSITARGET_ReplicationService. An instance of this class is associated with a MSISCSITARGET_ReplicationService instance by using a MSISCSITARGET_ElementCapabilities instance.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Static, Version("1.0.0")]
class MSISCSITARGET_ReplicationServiceCapabilities : CIM_ReplicationServiceCapabilities
{
string Caption;
string Description;
string InstanceID;
string ElementName;
uint16 SupportedReplicationTypes[];
uint16 SupportedStorageObjects[];
uint16 SupportedAsynchronousActions[];
uint16 SupportedSynchronousActions[];
};
Members
The MSISCSITARGET_ReplicationServiceCapabilities class has these types of members:
Methods
The MSISCSITARGET_ReplicationServiceCapabilities class has these methods.
Method | Description |
---|---|
ConvertReplicationTypeToSyncType | Returns a SupportedReplicationTypes value that represents the specified SyncType, Mode, and LocalOrRemote values. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
ConvertSyncTypeToReplicationType | Converts the specified SyncType, Mode, and LocalOrRemote parameter values to a SupportedReplicationTypes value. This method is the inverse of the ConvertReplicationTypeToSyncType method. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetDefaultConsistency | Retrieves the default consistency value for a specified replication type. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetDefaultGroupPersistency | Retrieves the default persistency for a newly created group. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetDefaultReplicationSettingData | Retrieves a default CIM_ReplicationSettingData instance for a specified replication type. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetSupportedConnectionFeatures | Retrieves specific features of a specified protocol endpoint. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetSupportedConsistency | Retrieves the supported consistency for a specified replication type. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetSupportedCopyStates | Retrieves the supported copy states for a specified replication type and indicates if the target element is host accessible for each copy state. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetSupportedFeatures | Retrieves the supported features for a specified replication type. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetSupportedGroupCopyStates | Retrieves the supported replication group copy states for a specified replication type. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetSupportedGroupFeatures | Retrieves the supported group features for a specified replication type. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetSupportedGroupOperations | Retrieves the operations that can be performed by the MSISCSITARGET_ReplicationService.ModifyReplicaSynchronization method for a specified replication type. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetSupportedListOperations | Retrieves a list of supported operations that can be performed by using the ModifyListSynchronization method on a specified replication type and association type. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetSupportedMaximum | Retrieves the maximum number of the specified component type that the service supports for the specified replication type. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetSupportedOperations | Retrieves a list of supported operations that can be performed by using the ModifyReplicaSynchronization method on a specified replication type and association type. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetSupportedReplicationSettingData | Retrieves the supported property values for the specified CIM_ReplicationSettingData property and replication type. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetSupportedSettingsDefineStateOperations | Retrieves a list of supported operations that can be performed on a settings define state association by using the ModifyReplicaSynchronization method for a specified replication type. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetSupportedThinProvisioningFeatures | Retrieves the supported features that are related to thin provisioning for a specified replication type. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetSupportedWaitForCopyStates | Retrieves the copy states that are valid in the WaitForCopyState parameter of the specified method for a specified replication type. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
GetSynchronizationSupported | Retrieves the supported synchronization operations for the specified element. This method is inherited from the CIM_ReplicationServiceCapabilities class. |
Properties
The MSISCSITARGET_ReplicationServiceCapabilities class has these properties.
-
Caption
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: MaxLen (64)
The Caption property is a short textual description (one- line string) of the object.
This property is inherited from CIM_ManagedElement.
-
-
Description
-
-
Data type: string
-
Access type: Read-only
Contains a textual description of the object.
This property is inherited from CIM_ManagedElement.
-
-
ElementName
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: Required
The user friendly name for this instance of Capabilities. In addition, the user friendly name can be used as a index property for a search of query. (Note: Name does not have to be unique within a namespace.)
This property is inherited from CIM_Capabilities.
-
-
InstanceID
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: Key
Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. In order 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 creating/defining the InstanceID, or is a registered ID that is assigned to the business entity by a recognized global authority (This 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 re-used to identify different underlying (real-world) elements. If the above 'preferred' algorithm is not used, the defining entity MUST assure that the resultant InstanceID is not re-used across any InstanceIDs produced by this or other providers for this instance's NameSpace. For DMTF defined instances, the 'preferred' algorithm MUST be used with the <OrgID> set to 'CIM'.
This property is inherited from CIM_Capabilities.
-
-
SupportedAsynchronousActions
-
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_ReplicationServiceCapabilities.SupportedSynchronousActions")
Enumeration indicating what operations will be executed as asynchronous jobs. If an operation is included in both this and SupportedSynchronousActions properties then the underlying implementation is indicating that it may or may not create a job.Note: the following methods are not supported asynchronously, hence the gap between 11 and 19: \t - CreateGroup \t - DeleteGroup \t - AddMembers \t - RemoveMembers \t - AddReplicationEntity \t - AddServiceAccessPoint \t - AddSharedSecret.
This property is inherited from CIM_ReplicationServiceCapabilities.
-
-
CreateElementReplica (2)
-
CreateGroupReplica (3)
-
CreateSynchronizationAspect (4)
-
ModifyReplicaSynchronization (5)
-
ModifyListSynchronization (6)
-
ModifySettingsDefineState (7)
-
GetAvailableTargetElements (8)
-
GetPeerSystems (9)
-
GetReplicationRelationships (10)
-
GetServiceAccessPoints (11)
-
CreateListReplica (19)
-
CreateGroupReplicaFromElements (20)
-
GetReplicationRelationshipInstances (21)
-
ModifyListSettingsDefineState (22)
-
CreateRemoteReplicationCollection (23)
-
AddToRemoteReplicationCollection (24)
-
RemoveFromRemoteReplicationCollection (25)
-
DMTF Reserved
- 26 32767
-
Vendor Specific
- 32768 65535
SupportedReplicationTypes
-
Data type: uint16 array
-
Access type: Read-only
Enumeration indicating the supported SyncType/Mode/Local-or-Remote combinations.
This property is inherited from CIM_ReplicationServiceCapabilities.
Synchronous Mirror Local (2)
Asynchronous Mirror Local (3)
Synchronous Mirror Remote (4)
Asynchronous Mirror Remote (5)
Synchronous Snapshot Local (6)
Asynchronous Snapshot Local (7)
Synchronous Snapshot Remote (8)
Asynchronous Snapshot Remote (9)
Synchronous Clone Local (10)
Asynchronous Clone Local (11)
Synchronous Clone Remote (12)
Asynchronous Clone Remote (13)
DMTF Reserved
Vendor Specific
SupportedStorageObjects
-
Data type: uint16 array
-
Access type: Read-only
Enumeration indicating the supported storage objects.
This property is inherited from CIM_ReplicationServiceCapabilities.
StorageVolume (2)
LogicalDisk (3)
ReplicationEntity (4)
DMTF Reserved
Vendor Specific
SupportedSynchronousActions
-
Data type: uint16 array
-
Access type: Read-only
-
Qualifiers: ModelCorrespondence ("CIM_ReplicationServiceCapabilities.SupportedAsynchronousActions")
Enumeration indicating what operations will be executed synchronously -- without the creation of a job. If an operation is included in both this property and SupportedAsynchronousActions then the underlying implementation is indicating that it may or may not create a job.Note: the following methods are not supported asynchronously: \t - CreateGroup \t - DeleteGroup \t - AddMembers \t - RemoveMembers \t - AddReplicationEntity \t - AddServiceAccessPoint \t - AddSharedSecret.
This property is inherited from CIM_ReplicationServiceCapabilities.
CreateElementReplica (2)
CreateGroupReplica (3)
CreateSynchronizationAspect (4)
ModifyReplicaSynchronization (5)
ModifyListSynchronization (6)
ModifySettingsDefineState (7)
GetAvailableTargetElements (8)
GetPeerSystems (9)
GetReplicationRelationships (10)
GetServiceAccessPoints (11)
CreateGroup (12)
DeleteGroup (13)
AddMembers (14)
RemoveMembers (15)
AddReplicationEntity (16)
AddServiceAccessPoint (17)
AddSharedSecret (18)
CreateListReplica (19)
CreateGroupReplicaFromElements (20)
GetReplicationRelationshipInstances (21)
ModifyListSettingsDefineState (22)
CreateRemoteReplicationCollection (23)
AddToRemoteReplicationCollection (24)
RemoveFromRemoteReplicationCollection (25)
DMTF Reserved
Vendor Specific
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 R2 |
Namespace |
Root\CIMv2\Storage\iScsiTarget |
MOF |
|
DLL |
|