Sha256: b60641678a38a61c0c4030cfafe89b44cc5bb26d2e622f261c127b09a81d6139
Contents?: true
Size: 902 Bytes
Versions: 8
Compression:
Stored size: 902 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10 module Models # # Defines values for ReplicationProtectedItemOperation # module ReplicationProtectedItemOperation ReverseReplicate = "ReverseReplicate" Commit = "Commit" PlannedFailover = "PlannedFailover" UnplannedFailover = "UnplannedFailover" DisableProtection = "DisableProtection" TestFailover = "TestFailover" TestFailoverCleanup = "TestFailoverCleanup" Failback = "Failback" FinalizeFailback = "FinalizeFailback" ChangePit = "ChangePit" RepairReplication = "RepairReplication" SwitchProtection = "SwitchProtection" CompleteMigration = "CompleteMigration" end end end
Version data entries
8 entries across 8 versions & 1 rubygems