This command modifies the capabilities for a protectedpath stream.
Usage
protectedpath modify-member --id ID --stream-id ID --capabilities ASYNC_REPLICATION | STARED_GLOBAL_NAMESPACE | REPLICATION_AND_GN | SYNC_REPLICATION]
Required Parameters
| The protected path ID. |
| The replication stream by its ID. |
| The mode or purpose of the protected path:
If SYNC_REPLICATION is specified, If not specified, ASYNC_REPLICATION is assumed. |
Example
This example changes a stream to Synchronous replication.
vcli: admin> protectedpath modify-member --id 1 --stream-id 2 --capabilities SYNC_REPLICATION