Sha256: 8514a9dfca82ff7a0092a16efa4dae7c1129d54dd008d7dfc767a8262c2233af
Contents?: true
Size: 902 Bytes
Versions: 4
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::V2018_01_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
4 entries across 4 versions & 1 rubygems