⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_storagereplicationcapabilities.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
📖 第 1 页 / 共 2 页
字号:
          "Maximum number of peer-to-peer connections to which a port "          "may be assigned.")]   uint16 MaximumConnectionsPerPort;      [Description (          "Maximum number of peer connections supported by this "          "instance of StorageConfigurationService.")]   uint16 MaximumPeerConnections;      [Description (          "Maximum local mirror replication depth allowed by this "          "instance of StorageConfigurationService. Value 1 indicates "          "multi-level replication not supported.")]   uint16 MaximumLocalReplicationDepth = 1;      [Description (          "Maximum remote mirror replication depth allowed by this "          "instance of StorageConfigurationService. Value N means that "          "remote replicas can span N linked peer-to-peer connections. "          "Value 1 indicates multi-level replication not supported.")]   uint16 MaximumRemoteReplicationDepth = 1;      [Description (          "Start or do not start background copy when replica is "          "created."),        ValueMap { "0", "1", "2", "..", "0x8000.." },        Values { "Not Managed", "Start", "Do Not Start",          "DMTF Reserved", "Vendor Specific" },        ModelCorrespondence {           "CIM_StorageSetting.InitialSynchronization" }]   uint16 InitialSynchronizationDefault;      [Description (          "ReplicationPriority allows the priority of background "          "Replication I/O to be managed relative to host I/O. Default "          "applies to initial or deferred background Replication "          "operations. Value can be modified while in "          "Replication-in-progress state. Values: Low: Replication "          "engine I/O lower priority than host I/O. \n"          "Same: Replication engine I/O has the same priority as host "          "I/O. \n"          "High: Replication engine I/O has higher priority than host "          "I/O."),        ValueMap { "0", "1", "2", "3", "..", "0x8000.." },        Values { "Not Managed", "Low", "Same", "High", "DMTF Reserved",          "Vendor Specific" },        ModelCorrespondence { "CIM_StorageSetting.ReplicationPriority" }]   uint16 ReplicationPriorityDefault;      [Description (          "Warning threshold for generating an indication for "          "RemainingManagedSpace. Value of zero means no warning "          "generated. Triggered when RemainingManagedSpace <= "          "(TotalManagedSpace*LowSpaceWarningThreshold)/100."),        Units ( "Percentage" ), MinValue ( 0 ), MaxValue ( 100 ),        ModelCorrespondence { "CIM_StoragePool.LowSpaceWarningThreshold"           }]   uint8 LowSpaceWarningThresholdDefault;      [Description (          "Warning threshold for instance modification indication for "          "SpaceConsumed by a replica element. Value of zero means no "          "warning generated. Triggered when SpaceConsumed >= "          "(SpaceLimit*SpaceLimitWarningThreshold)/100."),        Units ( "Percentage" ), MinValue ( 0 ), MaxValue ( 100 ),        ModelCorrespondence {           "CIM_AllocatedFromStoragePool.SpaceLimitWarningThreshold" }]   uint8 SpaceLimitWarningThresholdDefault;      [Description (          "Remote replication provides StorageConfigurationService "          "instances for source systems and target systems. A client "          "determines that extrinsic methods of the service should be "          "invoked to one instance or the other based on the value of "          "this property. Values: \n"          "Not Specified: invoke a method to either system instance. "          "Source: invoke to source element service instance. Target: "          "invoke to target element service instance. Proxy: find and "          "invoke to proxy service instance."),        ValueMap { "2", "3", "4", "5", "..", "0x8000.." },        Values { "Not Specified", "Source", "Target", "Proxy",          "DMTF Reserved", "Vendor Specific" }]   uint16 RemoteReplicationServicePointAccess;      [Description (          "Remote replication provides StorageConfigurationService "          "instances for source systems and target systems. A client "          "determines that extrinsic methods of the service should be "          "invoked to one instance or the other based on the value of "          "this property. If the primary instance is unavailable, the "          "provider may indicate an alternate instance. Values: \n"          "None: no alternate exists. Source: invoke to source element "          "service instance. Target: invoke to target element service "          "instance. Proxy: find and invoke alternate proxy service "          "instance."),        ValueMap { "2", "3", "4", "5", "..", "0x8000.." },        Values { "None", "Source", "Target", "Proxy", "DMTF Reserved",          "Vendor Specific" }]   uint16 AlternateReplicationServicePointAccess;      [Description (          "DeltaReplicaPool indicates that a specialized pool is "          "required as a container for delta replica elements. Values: "          "Any: delta replicas can be created in any pool. Exclusive: "          "one specialized, exclusive pool must be created for each "          "source element that has associated delta replicas. Shared: "          "one specialized, shared pool must be created to be shared "          "by all source elements with associated delta replicas."),        ValueMap { "2", "3", "4", "..", "0x8000.." },        Values { "Any", "Exclusive", "Shared", "DMTF Reserved",          "Vendor Specific" }]   uint16 DeltaReplicaPoolAccess;      [Description (          "Remote replication buffer elements are instances of "          "CIM_Memory. A buffer element may be created from a "          "component extent with a BasedOn association or in a storage "          "pool with an AllocatedFromStoragePool association. The "          "provider can also make the size and element type opaque to "          "a client. Values: \n"          "Not specified: client allows provider to determine size and "          "container element type. \n"          "InExtent: buffer must be created from passed component "          "extent. \n"          "InPool: buffer must be created in passed pool."),        ValueMap { "0", "2", "3", "..", "0x8000.." },        Values { "Not specified", "InExtent", "InPool", "DMTF Reserved",          "Vendor Specific" }]   uint16 RemoteBufferElementType;      [Description (          "Array provider may require multiple buffer elements per "          "array instance as indicated by this property. Values: \n"          "Array: one buffer element for the entire array. \n"          "ComponentCS: one buffer element per ComputerSystem element "          "in a clustered array. \n"          "Pipe: one or two buffer elements per replication pipe."),        ValueMap { "2", "3", "4", "..", "0x8000.." },        Values { "Array", "ComponentCS", "Pipe", "DMTF Reserved",          "Vendor Specific" }]   uint16 RemoteBufferHost;      [Description (          "This property allows the provider to indicate the required "          "location for remote buffer elements. Values: \n"          "Source: buffer needed only on platforms hosting source "          "elements. \n"          "Target: buffer needed only on platforms hosting target "          "elements. \n"          "Both: buffers needed for both source and target platforms."),        ValueMap { "2", "3", "4", "..", "0x8000.." },        Values { "Source", "Target", "Both", "DMTF Reserved",          "Vendor Specific" }]   uint16 RemoteBufferLocation;      [Description (          "Peer may require a write buffer for remote replica elements "          "with async I/O buffering. Typically used to increase remote "          "mirror replication engine performance while maintaining "          "high availability. Values: \n"          "Required: must have buffer if any Async remote replicas are "          "created. \n"          "Optional: may have buffer if any Async remote replicas are "          "created."),        ValueMap { "0", "2", "3", "..", "0x8000.." },        Values { "Not Supported", "Required", "Optional",          "DMTF Reserved", "Vendor Specific" }]   uint16 RemoteBufferSupported;      [Description (          "Indicate if an async remote replica pair is allowed to use "          "a write buffer for asynchronous write buffering. \n"          "- Not Managed: use or not of the buffer is up to the "          "implementation. \n"          "- Use Buffer: use of a buffer is required. \n"          "- Do Not Use Buffer: a buffer shall not be used."),        ValueMap { "0", "1", "2", "..", "0x8000.." },        Values { "Not Managed", "Use Buffer", "Do Not Use Buffer",          "DMTF Reserved", "Vendor Specific" },        ModelCorrespondence { "CIM_StorageSetting.UseReplicationBuffer"           }]   uint16 UseReplicationBufferDefault;      [Description (          "Peer connection protocol is a private, vendor-specific "          "protocol for replication data transport. A client verifies "          "that two peers support the same protocol before "          "establishing a peer-to-peer connection.")]   string PeerConnectionProtocol;};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -