azure_sdk 0.14.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/azure_sdk.rb +2 -27
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/{azure_sdk → common}/configurable.rb +0 -0
- data/lib/{azure_sdk → common}/default.rb +0 -0
- data/lib/latest/latest_profile_client.rb +154 -0
- data/lib/latest/module_definition.rb +122 -0
- data/lib/latest/modules/analysisservices_profile_module.rb +104 -0
- data/lib/latest/modules/authorization_profile_module.rb +120 -0
- data/lib/latest/modules/automation_profile_module.rb +600 -0
- data/lib/latest/modules/batch_profile_module.rb +152 -0
- data/lib/latest/modules/billing_profile_module.rb +84 -0
- data/lib/latest/modules/cdn_profile_module.rb +236 -0
- data/lib/latest/modules/cognitiveservices_profile_module.rb +128 -0
- data/lib/latest/modules/commerce_profile_module.rb +86 -0
- data/lib/latest/modules/compute_profile_module.rb +734 -0
- data/lib/latest/modules/consumption_profile_module.rb +74 -0
- data/lib/latest/modules/containerinstance_profile_module.rb +126 -0
- data/lib/latest/modules/containerregistry_profile_module.rb +210 -0
- data/lib/latest/modules/containerservice_profile_module.rb +100 -0
- data/lib/latest/modules/customerinsights_profile_module.rb +484 -0
- data/lib/latest/modules/datalakeanalytics_profile_module.rb +172 -0
- data/lib/latest/modules/datalakestore_profile_module.rb +148 -0
- data/lib/latest/modules/devtestlabs_profile_module.rb +676 -0
- data/lib/latest/modules/dns_profile_module.rb +114 -0
- data/lib/latest/modules/eventgrid_profile_module.rb +146 -0
- data/lib/latest/modules/eventhub_profile_module.rb +172 -0
- data/lib/latest/modules/features_profile_module.rb +48 -0
- data/lib/latest/modules/graph_profile_module.rb +202 -0
- data/lib/latest/modules/iothub_profile_module.rb +272 -0
- data/lib/latest/modules/keyvault_profile_module.rb +108 -0
- data/lib/latest/modules/links_profile_module.rb +56 -0
- data/lib/latest/modules/locks_profile_module.rb +52 -0
- data/lib/latest/modules/logic_profile_module.rb +600 -0
- data/lib/latest/modules/machinelearning_profile_module.rb +184 -0
- data/lib/latest/modules/managedapplications_profile_module.rb +110 -0
- data/lib/latest/modules/marketplaceordering_profile_module.rb +66 -0
- data/lib/latest/modules/mediaservices_profile_module.rb +110 -0
- data/lib/latest/modules/mobileengagement_profile_module.rb +404 -0
- data/lib/latest/modules/monitor_profile_module.rb +347 -0
- data/lib/latest/modules/network_profile_module.rb +1168 -0
- data/lib/latest/modules/notificationhubs_profile_module.rb +162 -0
- data/lib/latest/modules/operationalinsights_profile_module.rb +209 -0
- data/lib/latest/modules/policy_profile_module.rb +89 -0
- data/lib/latest/modules/powerbiembedded_profile_module.rb +114 -0
- data/lib/latest/modules/recoveryservices_profile_module.rb +209 -0
- data/lib/latest/modules/recoveryservicesbackup_profile_module.rb +750 -0
- data/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +1374 -0
- data/lib/latest/modules/redis_profile_module.rb +172 -0
- data/lib/latest/modules/relay_profile_module.rb +150 -0
- data/lib/latest/modules/resources_profile_module.rb +234 -0
- data/lib/latest/modules/resourcesmanagement_profile_module.rb +94 -0
- data/lib/latest/modules/scheduler_profile_module.rb +218 -0
- data/lib/latest/modules/search_profile_module.rb +96 -0
- data/lib/latest/modules/servermanagement_profile_module.rb +162 -0
- data/lib/latest/modules/servicebus_profile_module.rb +254 -0
- data/lib/latest/modules/servicefabric_profile_module.rb +140 -0
- data/lib/latest/modules/sql_profile_module.rb +940 -0
- data/lib/latest/modules/storage_profile_module.rb +270 -0
- data/lib/latest/modules/storsimple8000series_profile_module.rb +702 -0
- data/lib/latest/modules/streamanalytics_profile_module.rb +336 -0
- data/lib/latest/modules/subscriptions_profile_module.rb +74 -0
- data/lib/latest/modules/trafficmanager_profile_module.rb +145 -0
- data/lib/latest/modules/web_profile_module.rb +1162 -0
- data/lib/v2017_03_09/module_definition.rb +26 -0
- data/lib/v2017_03_09/modules/compute_profile_module.rb +444 -0
- data/lib/v2017_03_09/modules/features_profile_module.rb +48 -0
- data/lib/v2017_03_09/modules/links_profile_module.rb +56 -0
- data/lib/v2017_03_09/modules/locks_profile_module.rb +48 -0
- data/lib/v2017_03_09/modules/network_profile_module.rb +542 -0
- data/lib/v2017_03_09/modules/policy_profile_module.rb +58 -0
- data/lib/v2017_03_09/modules/resources_profile_module.rb +230 -0
- data/lib/v2017_03_09/modules/storage_profile_module.rb +114 -0
- data/lib/v2017_03_09/modules/subscriptions_profile_module.rb +74 -0
- data/lib/v2017_03_09/v2017_03_09_profile_client.rb +58 -0
- metadata +210 -127
- data/lib/azure_sdk/client.rb +0 -207
@@ -0,0 +1,1374 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
+
|
5
|
+
require 'azure_mgmt_recovery_services_site_recovery'
|
6
|
+
|
7
|
+
module Azure::Profiles::Latest
|
8
|
+
module RecoveryServicesSiteRecovery::Mgmt
|
9
|
+
ReplicationVaultHealth = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationVaultHealth
|
10
|
+
ReplicationProtectedItems = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectedItems
|
11
|
+
ReplicationNetworkMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationNetworkMappings
|
12
|
+
ReplicationFabrics = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationFabrics
|
13
|
+
ReplicationvCenters = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationvCenters
|
14
|
+
ReplicationStorageClassificationMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationStorageClassificationMappings
|
15
|
+
ReplicationStorageClassifications = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationStorageClassifications
|
16
|
+
ReplicationRecoveryServicesProviders = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationRecoveryServicesProviders
|
17
|
+
RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::RecoveryPoints
|
18
|
+
ReplicationRecoveryPlans = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationRecoveryPlans
|
19
|
+
ReplicationProtectionContainers = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectionContainers
|
20
|
+
ReplicationProtectionContainerMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectionContainerMappings
|
21
|
+
ReplicationProtectableItems = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationProtectableItems
|
22
|
+
ReplicationPolicies = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationPolicies
|
23
|
+
Operations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Operations
|
24
|
+
ReplicationNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationNetworks
|
25
|
+
ReplicationLogicalNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationLogicalNetworks
|
26
|
+
ReplicationJobs = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationJobs
|
27
|
+
ReplicationEvents = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationEvents
|
28
|
+
ReplicationAlertSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::ReplicationAlertSettings
|
29
|
+
|
30
|
+
module Models
|
31
|
+
StorageClassificationProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationProperties
|
32
|
+
CreateRecoveryPlanInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreateRecoveryPlanInput
|
33
|
+
RecoveryPlanActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanActionDetails
|
34
|
+
AlertCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AlertCollection
|
35
|
+
RecoveryPlanAction = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanAction
|
36
|
+
ConfigureAlertRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConfigureAlertRequest
|
37
|
+
RecoveryPlanGroup = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroup
|
38
|
+
EventSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventSpecificDetails
|
39
|
+
RecoveryPlanProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanProperties
|
40
|
+
EventProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventProperties
|
41
|
+
RunAsAccount = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RunAsAccount
|
42
|
+
EventCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventCollection
|
43
|
+
RecoveryPlanCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanCollection
|
44
|
+
EncryptionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EncryptionDetails
|
45
|
+
CreateRecoveryPlanInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreateRecoveryPlanInputProperties
|
46
|
+
FabricProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricProperties
|
47
|
+
MasterTargetServer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MasterTargetServer
|
48
|
+
FabricCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricCollection
|
49
|
+
UpdateRecoveryPlanInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateRecoveryPlanInputProperties
|
50
|
+
FabricCreationInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricCreationInputProperties
|
51
|
+
UpdateRecoveryPlanInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateRecoveryPlanInput
|
52
|
+
FailoverProcessServerRequestProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverProcessServerRequestProperties
|
53
|
+
RecoveryPlanProviderSpecificFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanProviderSpecificFailoverInput
|
54
|
+
TaskTypeDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TaskTypeDetails
|
55
|
+
RecoveryPlanPlannedFailoverInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanPlannedFailoverInputProperties
|
56
|
+
ServiceError = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ServiceError
|
57
|
+
RecoveryPlanPlannedFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanPlannedFailoverInput
|
58
|
+
JobErrorDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobErrorDetails
|
59
|
+
RecoveryPlanUnplannedFailoverInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanUnplannedFailoverInputProperties
|
60
|
+
JobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobDetails
|
61
|
+
RecoveryPlanUnplannedFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanUnplannedFailoverInput
|
62
|
+
ARMExceptionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ARMExceptionDetails
|
63
|
+
RecoveryPlanTestFailoverInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanTestFailoverInputProperties
|
64
|
+
ARMInnerError = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ARMInnerError
|
65
|
+
RecoveryPlanTestFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanTestFailoverInput
|
66
|
+
InMageAzureV2ProtectedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ProtectedDiskDetails
|
67
|
+
RecoveryPlanTestFailoverCleanupInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanTestFailoverCleanupInputProperties
|
68
|
+
JobQueryParameter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobQueryParameter
|
69
|
+
RecoveryPlanTestFailoverCleanupInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanTestFailoverCleanupInput
|
70
|
+
ResumeJobParams = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ResumeJobParams
|
71
|
+
ProviderSpecificRecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProviderSpecificRecoveryPointDetails
|
72
|
+
OSDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::OSDiskDetails
|
73
|
+
RecoveryPointProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointProperties
|
74
|
+
NetworkMappingFabricSpecificSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingFabricSpecificSettings
|
75
|
+
DataStore = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DataStore
|
76
|
+
InMageProtectedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageProtectedDiskDetails
|
77
|
+
RecoveryPointCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointCollection
|
78
|
+
CreateNetworkMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreateNetworkMappingInputProperties
|
79
|
+
IdentityInformation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityInformation
|
80
|
+
FabricSpecificUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricSpecificUpdateNetworkMappingInput
|
81
|
+
RecoveryServicesProviderProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProviderProperties
|
82
|
+
UpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateNetworkMappingInput
|
83
|
+
RetentionVolume = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RetentionVolume
|
84
|
+
NetworkProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkProperties
|
85
|
+
RecoveryServicesProviderCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProviderCollection
|
86
|
+
NetworkCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkCollection
|
87
|
+
ReplicationProviderSpecificSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificSettings
|
88
|
+
OperationsDiscovery = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::OperationsDiscovery
|
89
|
+
ReplicationProtectedItemProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemProperties
|
90
|
+
PolicyProviderSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyProviderSpecificDetails
|
91
|
+
ProcessServer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProcessServer
|
92
|
+
InitialReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InitialReplicationDetails
|
93
|
+
EnableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EnableProtectionProviderSpecificInput
|
94
|
+
PolicyProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyProviderSpecificInput
|
95
|
+
EnableProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EnableProtectionInputProperties
|
96
|
+
CreatePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreatePolicyInput
|
97
|
+
EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EnableProtectionInput
|
98
|
+
UpdatePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdatePolicyInput
|
99
|
+
VMNicInputDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMNicInputDetails
|
100
|
+
ProtectableItemProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItemProperties
|
101
|
+
UpdateReplicationProtectedItemProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateReplicationProtectedItemProviderInput
|
102
|
+
ProtectableItemCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItemCollection
|
103
|
+
UpdateReplicationProtectedItemInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateReplicationProtectedItemInputProperties
|
104
|
+
ProtectionContainerMappingProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMappingProperties
|
105
|
+
UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateReplicationProtectedItemInput
|
106
|
+
ProtectionContainerMappingCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMappingCollection
|
107
|
+
DisableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionProviderSpecificInput
|
108
|
+
CreateProtectionContainerMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreateProtectionContainerMappingInputProperties
|
109
|
+
DisableProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionInputProperties
|
110
|
+
ReplicationProviderContainerUnmappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderContainerUnmappingInput
|
111
|
+
DisableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionInput
|
112
|
+
RemoveProtectionContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RemoveProtectionContainerMappingInput
|
113
|
+
ProviderSpecificFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProviderSpecificFailoverInput
|
114
|
+
ProtectionContainerProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerProperties
|
115
|
+
PlannedFailoverInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PlannedFailoverInputProperties
|
116
|
+
ProtectionContainerCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerCollection
|
117
|
+
PlannedFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PlannedFailoverInput
|
118
|
+
CreateProtectionContainerInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreateProtectionContainerInputProperties
|
119
|
+
UnplannedFailoverInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UnplannedFailoverInputProperties
|
120
|
+
DiscoverProtectableItemRequestProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DiscoverProtectableItemRequestProperties
|
121
|
+
UnplannedFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UnplannedFailoverInput
|
122
|
+
SwitchProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionProviderSpecificInput
|
123
|
+
TestFailoverInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverInputProperties
|
124
|
+
SwitchProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInput
|
125
|
+
TestFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverInput
|
126
|
+
RecoveryPlanProtectedItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanProtectedItem
|
127
|
+
TestFailoverCleanupInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverCleanupInputProperties
|
128
|
+
EventProviderSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventProviderSpecificDetails
|
129
|
+
TestFailoverCleanupInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverCleanupInput
|
130
|
+
OSDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::OSDetails
|
131
|
+
ReverseReplicationProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReverseReplicationProviderSpecificInput
|
132
|
+
FabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricSpecificDetails
|
133
|
+
ReverseReplicationInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReverseReplicationInputProperties
|
134
|
+
FabricSpecificCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricSpecificCreationInput
|
135
|
+
ReverseReplicationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReverseReplicationInput
|
136
|
+
FailoverProcessServerRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverProcessServerRequest
|
137
|
+
UpdateMobilityServiceRequestProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateMobilityServiceRequestProperties
|
138
|
+
ProviderError = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProviderError
|
139
|
+
UpdateMobilityServiceRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateMobilityServiceRequest
|
140
|
+
JobProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobProperties
|
141
|
+
ApplyRecoveryPointProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ApplyRecoveryPointProviderSpecificInput
|
142
|
+
ARMException = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ARMException
|
143
|
+
ApplyRecoveryPointInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ApplyRecoveryPointInputProperties
|
144
|
+
ResumeJobParamsProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ResumeJobParamsProperties
|
145
|
+
ApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ApplyRecoveryPointInput
|
146
|
+
LogicalNetworkCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetworkCollection
|
147
|
+
AlertProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AlertProperties
|
148
|
+
FabricSpecificCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricSpecificCreateNetworkMappingInput
|
149
|
+
UpdateNetworkMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateNetworkMappingInputProperties
|
150
|
+
StorageClassificationCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationCollection
|
151
|
+
DiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DiskDetails
|
152
|
+
StorageClassificationMappingProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMappingProperties
|
153
|
+
OperationsDiscoveryCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::OperationsDiscoveryCollection
|
154
|
+
FailoverReplicationProtectedItemDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverReplicationProtectedItemDetails
|
155
|
+
PolicyCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyCollection
|
156
|
+
StorageClassificationMappingCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMappingCollection
|
157
|
+
UpdatePolicyInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdatePolicyInputProperties
|
158
|
+
StorageMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageMappingInputProperties
|
159
|
+
VMNicDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMNicDetails
|
160
|
+
StorageClassificationMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMappingInput
|
161
|
+
InMageAgentDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAgentDetails
|
162
|
+
VCenterProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenterProperties
|
163
|
+
CreateProtectionContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreateProtectionContainerMappingInput
|
164
|
+
InconsistentVmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InconsistentVmDetails
|
165
|
+
ProtectionContainerFabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerFabricSpecificDetails
|
166
|
+
VCenterCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenterCollection
|
167
|
+
ReplicationProviderSpecificContainerCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerCreationInput
|
168
|
+
AddVCenterRequestProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AddVCenterRequestProperties
|
169
|
+
DiscoverProtectableItemRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DiscoverProtectableItemRequest
|
170
|
+
AddVCenterRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AddVCenterRequest
|
171
|
+
CurrentScenarioDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CurrentScenarioDetails
|
172
|
+
UpdateVCenterRequestProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateVCenterRequestProperties
|
173
|
+
HealthError = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HealthError
|
174
|
+
UpdateVCenterRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateVCenterRequest
|
175
|
+
AzureVmDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureVmDiskDetails
|
176
|
+
RenewCertificateInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RenewCertificateInputProperties
|
177
|
+
GroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::GroupTaskDetails
|
178
|
+
RenewCertificateInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RenewCertificateInput
|
179
|
+
MethodCallStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MethodCallStatus
|
180
|
+
NetworkMappingCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingCollection
|
181
|
+
LogicalNetworkProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetworkProperties
|
182
|
+
ReplicationProtectedItemCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemCollection
|
183
|
+
CreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreateNetworkMappingInput
|
184
|
+
ProtectedItemsQueryParameter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectedItemsQueryParameter
|
185
|
+
Display = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Display
|
186
|
+
HealthErrorSummary = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HealthErrorSummary
|
187
|
+
CreatePolicyInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreatePolicyInputProperties
|
188
|
+
ResourceHealthSummary = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ResourceHealthSummary
|
189
|
+
ProtectionContainerMappingProviderSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMappingProviderSpecificDetails
|
190
|
+
VaultHealthProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthProperties
|
191
|
+
RemoveProtectionContainerMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RemoveProtectionContainerMappingInputProperties
|
192
|
+
JobEntity = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobEntity
|
193
|
+
CreateProtectionContainerInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreateProtectionContainerInput
|
194
|
+
InMageDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskDetails
|
195
|
+
ConfigureAlertRequestProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConfigureAlertRequestProperties
|
196
|
+
DiskVolumeDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DiskVolumeDetails
|
197
|
+
FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricCreationInput
|
198
|
+
Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource
|
199
|
+
JobCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobCollection
|
200
|
+
A2AVmManagedDiskInputDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmManagedDiskInputDetails
|
201
|
+
Subnet = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet
|
202
|
+
A2AVmDiskInputDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmDiskInputDetails
|
203
|
+
ConfigurationSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConfigurationSettings
|
204
|
+
InMageDiskExclusionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskExclusionInput
|
205
|
+
A2AProtectedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedDiskDetails
|
206
|
+
InMageDiskSignatureExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskSignatureExclusionOptions
|
207
|
+
EventQueryParameter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventQueryParameter
|
208
|
+
InMageVolumeExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageVolumeExclusionOptions
|
209
|
+
NetworkMappingProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingProperties
|
210
|
+
AzureToAzureVmSyncedConfigDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureVmSyncedConfigDetails
|
211
|
+
ReplicationProviderSpecificContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput
|
212
|
+
InputEndpoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InputEndpoint
|
213
|
+
ASRTask = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ASRTask
|
214
|
+
RoleAssignment = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RoleAssignment
|
215
|
+
SwitchProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties
|
216
|
+
A2AProtectedManagedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails
|
217
|
+
PolicyProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyProperties
|
218
|
+
MobilityServiceUpdate = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate
|
219
|
+
Alert = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert
|
220
|
+
Event = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Event
|
221
|
+
Fabric = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Fabric
|
222
|
+
Job = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job
|
223
|
+
LogicalNetwork = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetwork
|
224
|
+
NetworkMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping
|
225
|
+
Network = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Network
|
226
|
+
Policy = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Policy
|
227
|
+
ProtectableItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItem
|
228
|
+
ProtectionContainerMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMapping
|
229
|
+
ProtectionContainer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainer
|
230
|
+
RecoveryPlan = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlan
|
231
|
+
RecoveryPoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPoint
|
232
|
+
RecoveryServicesProvider = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProvider
|
233
|
+
ReplicationProtectedItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItem
|
234
|
+
StorageClassification = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassification
|
235
|
+
StorageClassificationMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMapping
|
236
|
+
VCenter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenter
|
237
|
+
VaultHealthDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails
|
238
|
+
AzureToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureNetworkMappingSettings
|
239
|
+
VmmToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureNetworkMappingSettings
|
240
|
+
VmmToVmmNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmNetworkMappingSettings
|
241
|
+
AzureToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput
|
242
|
+
VmmToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureCreateNetworkMappingInput
|
243
|
+
VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput
|
244
|
+
AzureToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureUpdateNetworkMappingInput
|
245
|
+
VmmToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput
|
246
|
+
VmmToVmmUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmUpdateNetworkMappingInput
|
247
|
+
AzureFabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails
|
248
|
+
VmmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmDetails
|
249
|
+
HyperVSiteDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails
|
250
|
+
VMwareDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails
|
251
|
+
VMwareV2FabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricSpecificDetails
|
252
|
+
HyperVReplicaBaseReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseReplicationDetails
|
253
|
+
HyperVReplicaReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails
|
254
|
+
HyperVReplicaBlueReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBlueReplicationDetails
|
255
|
+
HyperVReplicaAzureReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReplicationDetails
|
256
|
+
InMageAzureV2ReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReplicationDetails
|
257
|
+
InMageReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails
|
258
|
+
A2AReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReplicationDetails
|
259
|
+
HyperVReplicaAzureEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEnableProtectionInput
|
260
|
+
SanEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SanEnableProtectionInput
|
261
|
+
InMageAzureV2EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput
|
262
|
+
InMageEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput
|
263
|
+
A2AEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEnableProtectionInput
|
264
|
+
HyperVReplicaAzureUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput
|
265
|
+
InMageAzureV2UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput
|
266
|
+
A2AUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AUpdateReplicationProtectedItemInput
|
267
|
+
HyperVReplicaBaseEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails
|
268
|
+
HyperVReplica2012EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012EventDetails
|
269
|
+
HyperVReplica2012R2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails
|
270
|
+
HyperVReplicaAzureEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEventDetails
|
271
|
+
A2AEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEventDetails
|
272
|
+
InMageAzureV2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EventDetails
|
273
|
+
JobStatusEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails
|
274
|
+
HyperVVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVVirtualMachineDetails
|
275
|
+
VMwareVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareVirtualMachineDetails
|
276
|
+
ReplicationGroupDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationGroupDetails
|
277
|
+
InMageAzureV2RecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2RecoveryPointDetails
|
278
|
+
InMageDisableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDisableProtectionProviderSpecificInput
|
279
|
+
HyperVReplicaAzureFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailoverProviderInput
|
280
|
+
HyperVReplicaAzureFailbackProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailbackProviderInput
|
281
|
+
InMageAzureV2FailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2FailoverProviderInput
|
282
|
+
InMageFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageFailoverProviderInput
|
283
|
+
A2AFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AFailoverProviderInput
|
284
|
+
HyperVReplicaAzureReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReprotectInput
|
285
|
+
InMageAzureV2ReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReprotectInput
|
286
|
+
InMageReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReprotectInput
|
287
|
+
A2AReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReprotectInput
|
288
|
+
HyperVReplicaAzureApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureApplyRecoveryPointInput
|
289
|
+
InMageAzureV2ApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ApplyRecoveryPointInput
|
290
|
+
A2AApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AApplyRecoveryPointInput
|
291
|
+
JobTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobTaskDetails
|
292
|
+
VirtualMachineTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VirtualMachineTaskDetails
|
293
|
+
FabricReplicationGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricReplicationGroupTaskDetails
|
294
|
+
ManualActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ManualActionTaskDetails
|
295
|
+
ScriptActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ScriptActionTaskDetails
|
296
|
+
VmNicUpdatesTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmNicUpdatesTaskDetails
|
297
|
+
ConsistencyCheckTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConsistencyCheckTaskDetails
|
298
|
+
AutomationRunbookTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AutomationRunbookTaskDetails
|
299
|
+
InlineWorkflowTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InlineWorkflowTaskDetails
|
300
|
+
RecoveryPlanGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupTaskDetails
|
301
|
+
RecoveryPlanShutdownGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanShutdownGroupTaskDetails
|
302
|
+
AsrJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AsrJobDetails
|
303
|
+
TestFailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverJobDetails
|
304
|
+
FailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverJobDetails
|
305
|
+
ExportJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ExportJobDetails
|
306
|
+
SwitchProtectionJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionJobDetails
|
307
|
+
A2AContainerCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AContainerCreationInput
|
308
|
+
A2ASwitchProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ASwitchProtectionInput
|
309
|
+
HyperVReplicaAzurePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails
|
310
|
+
HyperVReplicaBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBasePolicyDetails
|
311
|
+
HyperVReplicaPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyDetails
|
312
|
+
HyperVReplicaBluePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyDetails
|
313
|
+
InMageBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails
|
314
|
+
InMageAzureV2PolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails
|
315
|
+
InMagePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyDetails
|
316
|
+
A2APolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyDetails
|
317
|
+
RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails
|
318
|
+
VmwareCbtPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmwareCbtPolicyDetails
|
319
|
+
HyperVReplicaAzurePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyInput
|
320
|
+
HyperVReplicaPolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyInput
|
321
|
+
HyperVReplicaBluePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput
|
322
|
+
InMageAzureV2PolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyInput
|
323
|
+
InMagePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyInput
|
324
|
+
A2APolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyCreationInput
|
325
|
+
VMwareCbtPolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareCbtPolicyCreationInput
|
326
|
+
RecoveryPlanScriptActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanScriptActionDetails
|
327
|
+
RecoveryPlanAutomationRunbookActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanAutomationRunbookActionDetails
|
328
|
+
RecoveryPlanManualActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanManualActionDetails
|
329
|
+
RecoveryPlanHyperVReplicaAzureFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput
|
330
|
+
RecoveryPlanHyperVReplicaAzureFailbackInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput
|
331
|
+
RecoveryPlanInMageAzureV2FailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageAzureV2FailoverInput
|
332
|
+
RecoveryPlanInMageFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageFailoverInput
|
333
|
+
RecoveryPlanA2AFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanA2AFailoverInput
|
334
|
+
AzureFabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricCreationInput
|
335
|
+
VMwareV2FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricCreationInput
|
336
|
+
RecoveryPlanGroupType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupType
|
337
|
+
ReplicationProtectedItemOperation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemOperation
|
338
|
+
PossibleOperationsDirections = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PossibleOperationsDirections
|
339
|
+
FailoverDeploymentModel = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverDeploymentModel
|
340
|
+
SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SourceSiteOperations
|
341
|
+
IdentityProviderType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType
|
342
|
+
LicenseType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType
|
343
|
+
DisableProtectionReason = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionReason
|
344
|
+
HealthErrorCategory = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HealthErrorCategory
|
345
|
+
Severity = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Severity
|
346
|
+
RecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointType
|
347
|
+
MultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MultiVmSyncStatus
|
348
|
+
SetMultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SetMultiVmSyncStatus
|
349
|
+
RecoveryPlanActionLocation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanActionLocation
|
350
|
+
HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureRpRecoveryPointType
|
351
|
+
DataSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DataSyncStatus
|
352
|
+
AlternateLocationRecoveryOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AlternateLocationRecoveryOption
|
353
|
+
InMageV2RpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageV2RpRecoveryPointType
|
354
|
+
RpInMageRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RpInMageRecoveryPointType
|
355
|
+
A2ARpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType
|
356
|
+
end
|
357
|
+
|
358
|
+
#
|
359
|
+
# RecoveryServicesSiteRecovery
|
360
|
+
#
|
361
|
+
class RecoveryServicesSiteRecoveryClass
|
362
|
+
attr_reader :replication_vault_health, :replication_protected_items, :replication_network_mappings, :replication_fabrics, :replicationv_centers, :replication_storage_classification_mappings, :replication_storage_classifications, :replication_recovery_services_providers, :recovery_points, :replication_recovery_plans, :replication_protection_containers, :replication_protection_container_mappings, :replication_protectable_items, :replication_policies, :operations, :replication_networks, :replication_logical_networks, :replication_jobs, :replication_events, :replication_alert_settings, :configurable, :base_url, :options, :model_classes
|
363
|
+
|
364
|
+
def initialize(configurable, base_url=nil, options=nil)
|
365
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
366
|
+
|
367
|
+
client_0 = Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::SiteRecoveryManagementClient.new(configurable.credentials, base_url, options)
|
368
|
+
if(client_0.respond_to?(:subscription_id))
|
369
|
+
client_0.subscription_id = configurable.subscription_id
|
370
|
+
end
|
371
|
+
@replication_vault_health = client_0.replication_vault_health
|
372
|
+
@replication_protected_items = client_0.replication_protected_items
|
373
|
+
@replication_network_mappings = client_0.replication_network_mappings
|
374
|
+
@replication_fabrics = client_0.replication_fabrics
|
375
|
+
@replicationv_centers = client_0.replicationv_centers
|
376
|
+
@replication_storage_classification_mappings = client_0.replication_storage_classification_mappings
|
377
|
+
@replication_storage_classifications = client_0.replication_storage_classifications
|
378
|
+
@replication_recovery_services_providers = client_0.replication_recovery_services_providers
|
379
|
+
@recovery_points = client_0.recovery_points
|
380
|
+
@replication_recovery_plans = client_0.replication_recovery_plans
|
381
|
+
@replication_protection_containers = client_0.replication_protection_containers
|
382
|
+
@replication_protection_container_mappings = client_0.replication_protection_container_mappings
|
383
|
+
@replication_protectable_items = client_0.replication_protectable_items
|
384
|
+
@replication_policies = client_0.replication_policies
|
385
|
+
@operations = client_0.operations
|
386
|
+
@replication_networks = client_0.replication_networks
|
387
|
+
@replication_logical_networks = client_0.replication_logical_networks
|
388
|
+
@replication_jobs = client_0.replication_jobs
|
389
|
+
@replication_events = client_0.replication_events
|
390
|
+
@replication_alert_settings = client_0.replication_alert_settings
|
391
|
+
|
392
|
+
@model_classes = ModelClasses.new
|
393
|
+
end
|
394
|
+
|
395
|
+
class ModelClasses
|
396
|
+
def storage_classification_properties
|
397
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationProperties
|
398
|
+
end
|
399
|
+
def create_recovery_plan_input
|
400
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreateRecoveryPlanInput
|
401
|
+
end
|
402
|
+
def recovery_plan_action_details
|
403
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanActionDetails
|
404
|
+
end
|
405
|
+
def alert_collection
|
406
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AlertCollection
|
407
|
+
end
|
408
|
+
def recovery_plan_action
|
409
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanAction
|
410
|
+
end
|
411
|
+
def configure_alert_request
|
412
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConfigureAlertRequest
|
413
|
+
end
|
414
|
+
def recovery_plan_group
|
415
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroup
|
416
|
+
end
|
417
|
+
def event_specific_details
|
418
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventSpecificDetails
|
419
|
+
end
|
420
|
+
def recovery_plan_properties
|
421
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanProperties
|
422
|
+
end
|
423
|
+
def event_properties
|
424
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventProperties
|
425
|
+
end
|
426
|
+
def run_as_account
|
427
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RunAsAccount
|
428
|
+
end
|
429
|
+
def event_collection
|
430
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventCollection
|
431
|
+
end
|
432
|
+
def recovery_plan_collection
|
433
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanCollection
|
434
|
+
end
|
435
|
+
def encryption_details
|
436
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EncryptionDetails
|
437
|
+
end
|
438
|
+
def create_recovery_plan_input_properties
|
439
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreateRecoveryPlanInputProperties
|
440
|
+
end
|
441
|
+
def fabric_properties
|
442
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricProperties
|
443
|
+
end
|
444
|
+
def master_target_server
|
445
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MasterTargetServer
|
446
|
+
end
|
447
|
+
def fabric_collection
|
448
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricCollection
|
449
|
+
end
|
450
|
+
def update_recovery_plan_input_properties
|
451
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateRecoveryPlanInputProperties
|
452
|
+
end
|
453
|
+
def fabric_creation_input_properties
|
454
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricCreationInputProperties
|
455
|
+
end
|
456
|
+
def update_recovery_plan_input
|
457
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateRecoveryPlanInput
|
458
|
+
end
|
459
|
+
def failover_process_server_request_properties
|
460
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverProcessServerRequestProperties
|
461
|
+
end
|
462
|
+
def recovery_plan_provider_specific_failover_input
|
463
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanProviderSpecificFailoverInput
|
464
|
+
end
|
465
|
+
def task_type_details
|
466
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TaskTypeDetails
|
467
|
+
end
|
468
|
+
def recovery_plan_planned_failover_input_properties
|
469
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanPlannedFailoverInputProperties
|
470
|
+
end
|
471
|
+
def service_error
|
472
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ServiceError
|
473
|
+
end
|
474
|
+
def recovery_plan_planned_failover_input
|
475
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanPlannedFailoverInput
|
476
|
+
end
|
477
|
+
def job_error_details
|
478
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobErrorDetails
|
479
|
+
end
|
480
|
+
def recovery_plan_unplanned_failover_input_properties
|
481
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanUnplannedFailoverInputProperties
|
482
|
+
end
|
483
|
+
def job_details
|
484
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobDetails
|
485
|
+
end
|
486
|
+
def recovery_plan_unplanned_failover_input
|
487
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanUnplannedFailoverInput
|
488
|
+
end
|
489
|
+
def armexception_details
|
490
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ARMExceptionDetails
|
491
|
+
end
|
492
|
+
def recovery_plan_test_failover_input_properties
|
493
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanTestFailoverInputProperties
|
494
|
+
end
|
495
|
+
def arminner_error
|
496
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ARMInnerError
|
497
|
+
end
|
498
|
+
def recovery_plan_test_failover_input
|
499
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanTestFailoverInput
|
500
|
+
end
|
501
|
+
def in_mage_azure_v2_protected_disk_details
|
502
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ProtectedDiskDetails
|
503
|
+
end
|
504
|
+
def recovery_plan_test_failover_cleanup_input_properties
|
505
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanTestFailoverCleanupInputProperties
|
506
|
+
end
|
507
|
+
def job_query_parameter
|
508
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobQueryParameter
|
509
|
+
end
|
510
|
+
def recovery_plan_test_failover_cleanup_input
|
511
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanTestFailoverCleanupInput
|
512
|
+
end
|
513
|
+
def resume_job_params
|
514
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ResumeJobParams
|
515
|
+
end
|
516
|
+
def provider_specific_recovery_point_details
|
517
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProviderSpecificRecoveryPointDetails
|
518
|
+
end
|
519
|
+
def osdisk_details
|
520
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::OSDiskDetails
|
521
|
+
end
|
522
|
+
def recovery_point_properties
|
523
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointProperties
|
524
|
+
end
|
525
|
+
def network_mapping_fabric_specific_settings
|
526
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingFabricSpecificSettings
|
527
|
+
end
|
528
|
+
def data_store
|
529
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DataStore
|
530
|
+
end
|
531
|
+
def in_mage_protected_disk_details
|
532
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageProtectedDiskDetails
|
533
|
+
end
|
534
|
+
def recovery_point_collection
|
535
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointCollection
|
536
|
+
end
|
537
|
+
def create_network_mapping_input_properties
|
538
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreateNetworkMappingInputProperties
|
539
|
+
end
|
540
|
+
def identity_information
|
541
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityInformation
|
542
|
+
end
|
543
|
+
def fabric_specific_update_network_mapping_input
|
544
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricSpecificUpdateNetworkMappingInput
|
545
|
+
end
|
546
|
+
def recovery_services_provider_properties
|
547
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProviderProperties
|
548
|
+
end
|
549
|
+
def update_network_mapping_input
|
550
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateNetworkMappingInput
|
551
|
+
end
|
552
|
+
def retention_volume
|
553
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RetentionVolume
|
554
|
+
end
|
555
|
+
def network_properties
|
556
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkProperties
|
557
|
+
end
|
558
|
+
def recovery_services_provider_collection
|
559
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProviderCollection
|
560
|
+
end
|
561
|
+
def network_collection
|
562
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkCollection
|
563
|
+
end
|
564
|
+
def replication_provider_specific_settings
|
565
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificSettings
|
566
|
+
end
|
567
|
+
def operations_discovery
|
568
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::OperationsDiscovery
|
569
|
+
end
|
570
|
+
def replication_protected_item_properties
|
571
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemProperties
|
572
|
+
end
|
573
|
+
def policy_provider_specific_details
|
574
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyProviderSpecificDetails
|
575
|
+
end
|
576
|
+
def process_server
|
577
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProcessServer
|
578
|
+
end
|
579
|
+
def initial_replication_details
|
580
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InitialReplicationDetails
|
581
|
+
end
|
582
|
+
def enable_protection_provider_specific_input
|
583
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EnableProtectionProviderSpecificInput
|
584
|
+
end
|
585
|
+
def policy_provider_specific_input
|
586
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyProviderSpecificInput
|
587
|
+
end
|
588
|
+
def enable_protection_input_properties
|
589
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EnableProtectionInputProperties
|
590
|
+
end
|
591
|
+
def create_policy_input
|
592
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreatePolicyInput
|
593
|
+
end
|
594
|
+
def enable_protection_input
|
595
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EnableProtectionInput
|
596
|
+
end
|
597
|
+
def update_policy_input
|
598
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdatePolicyInput
|
599
|
+
end
|
600
|
+
def vmnic_input_details
|
601
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMNicInputDetails
|
602
|
+
end
|
603
|
+
def protectable_item_properties
|
604
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItemProperties
|
605
|
+
end
|
606
|
+
def update_replication_protected_item_provider_input
|
607
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateReplicationProtectedItemProviderInput
|
608
|
+
end
|
609
|
+
def protectable_item_collection
|
610
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItemCollection
|
611
|
+
end
|
612
|
+
def update_replication_protected_item_input_properties
|
613
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateReplicationProtectedItemInputProperties
|
614
|
+
end
|
615
|
+
def protection_container_mapping_properties
|
616
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMappingProperties
|
617
|
+
end
|
618
|
+
def update_replication_protected_item_input
|
619
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateReplicationProtectedItemInput
|
620
|
+
end
|
621
|
+
def protection_container_mapping_collection
|
622
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMappingCollection
|
623
|
+
end
|
624
|
+
def disable_protection_provider_specific_input
|
625
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionProviderSpecificInput
|
626
|
+
end
|
627
|
+
def create_protection_container_mapping_input_properties
|
628
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreateProtectionContainerMappingInputProperties
|
629
|
+
end
|
630
|
+
def disable_protection_input_properties
|
631
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionInputProperties
|
632
|
+
end
|
633
|
+
def replication_provider_container_unmapping_input
|
634
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderContainerUnmappingInput
|
635
|
+
end
|
636
|
+
def disable_protection_input
|
637
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionInput
|
638
|
+
end
|
639
|
+
def remove_protection_container_mapping_input
|
640
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RemoveProtectionContainerMappingInput
|
641
|
+
end
|
642
|
+
def provider_specific_failover_input
|
643
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProviderSpecificFailoverInput
|
644
|
+
end
|
645
|
+
def protection_container_properties
|
646
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerProperties
|
647
|
+
end
|
648
|
+
def planned_failover_input_properties
|
649
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PlannedFailoverInputProperties
|
650
|
+
end
|
651
|
+
def protection_container_collection
|
652
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerCollection
|
653
|
+
end
|
654
|
+
def planned_failover_input
|
655
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PlannedFailoverInput
|
656
|
+
end
|
657
|
+
def create_protection_container_input_properties
|
658
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreateProtectionContainerInputProperties
|
659
|
+
end
|
660
|
+
def unplanned_failover_input_properties
|
661
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UnplannedFailoverInputProperties
|
662
|
+
end
|
663
|
+
def discover_protectable_item_request_properties
|
664
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DiscoverProtectableItemRequestProperties
|
665
|
+
end
|
666
|
+
def unplanned_failover_input
|
667
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UnplannedFailoverInput
|
668
|
+
end
|
669
|
+
def switch_protection_provider_specific_input
|
670
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionProviderSpecificInput
|
671
|
+
end
|
672
|
+
def test_failover_input_properties
|
673
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverInputProperties
|
674
|
+
end
|
675
|
+
def switch_protection_input
|
676
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInput
|
677
|
+
end
|
678
|
+
def test_failover_input
|
679
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverInput
|
680
|
+
end
|
681
|
+
def recovery_plan_protected_item
|
682
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanProtectedItem
|
683
|
+
end
|
684
|
+
def test_failover_cleanup_input_properties
|
685
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverCleanupInputProperties
|
686
|
+
end
|
687
|
+
def event_provider_specific_details
|
688
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventProviderSpecificDetails
|
689
|
+
end
|
690
|
+
def test_failover_cleanup_input
|
691
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverCleanupInput
|
692
|
+
end
|
693
|
+
def osdetails
|
694
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::OSDetails
|
695
|
+
end
|
696
|
+
def reverse_replication_provider_specific_input
|
697
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReverseReplicationProviderSpecificInput
|
698
|
+
end
|
699
|
+
def fabric_specific_details
|
700
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricSpecificDetails
|
701
|
+
end
|
702
|
+
def reverse_replication_input_properties
|
703
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReverseReplicationInputProperties
|
704
|
+
end
|
705
|
+
def fabric_specific_creation_input
|
706
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricSpecificCreationInput
|
707
|
+
end
|
708
|
+
def reverse_replication_input
|
709
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReverseReplicationInput
|
710
|
+
end
|
711
|
+
def failover_process_server_request
|
712
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverProcessServerRequest
|
713
|
+
end
|
714
|
+
def update_mobility_service_request_properties
|
715
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateMobilityServiceRequestProperties
|
716
|
+
end
|
717
|
+
def provider_error
|
718
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProviderError
|
719
|
+
end
|
720
|
+
def update_mobility_service_request
|
721
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateMobilityServiceRequest
|
722
|
+
end
|
723
|
+
def job_properties
|
724
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobProperties
|
725
|
+
end
|
726
|
+
def apply_recovery_point_provider_specific_input
|
727
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ApplyRecoveryPointProviderSpecificInput
|
728
|
+
end
|
729
|
+
def armexception
|
730
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ARMException
|
731
|
+
end
|
732
|
+
def apply_recovery_point_input_properties
|
733
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ApplyRecoveryPointInputProperties
|
734
|
+
end
|
735
|
+
def resume_job_params_properties
|
736
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ResumeJobParamsProperties
|
737
|
+
end
|
738
|
+
def apply_recovery_point_input
|
739
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ApplyRecoveryPointInput
|
740
|
+
end
|
741
|
+
def logical_network_collection
|
742
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetworkCollection
|
743
|
+
end
|
744
|
+
def alert_properties
|
745
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AlertProperties
|
746
|
+
end
|
747
|
+
def fabric_specific_create_network_mapping_input
|
748
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricSpecificCreateNetworkMappingInput
|
749
|
+
end
|
750
|
+
def update_network_mapping_input_properties
|
751
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateNetworkMappingInputProperties
|
752
|
+
end
|
753
|
+
def storage_classification_collection
|
754
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationCollection
|
755
|
+
end
|
756
|
+
def disk_details
|
757
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DiskDetails
|
758
|
+
end
|
759
|
+
def storage_classification_mapping_properties
|
760
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMappingProperties
|
761
|
+
end
|
762
|
+
def operations_discovery_collection
|
763
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::OperationsDiscoveryCollection
|
764
|
+
end
|
765
|
+
def failover_replication_protected_item_details
|
766
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverReplicationProtectedItemDetails
|
767
|
+
end
|
768
|
+
def policy_collection
|
769
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyCollection
|
770
|
+
end
|
771
|
+
def storage_classification_mapping_collection
|
772
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMappingCollection
|
773
|
+
end
|
774
|
+
def update_policy_input_properties
|
775
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdatePolicyInputProperties
|
776
|
+
end
|
777
|
+
def storage_mapping_input_properties
|
778
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageMappingInputProperties
|
779
|
+
end
|
780
|
+
def vmnic_details
|
781
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMNicDetails
|
782
|
+
end
|
783
|
+
def storage_classification_mapping_input
|
784
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMappingInput
|
785
|
+
end
|
786
|
+
def in_mage_agent_details
|
787
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAgentDetails
|
788
|
+
end
|
789
|
+
def vcenter_properties
|
790
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenterProperties
|
791
|
+
end
|
792
|
+
def create_protection_container_mapping_input
|
793
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreateProtectionContainerMappingInput
|
794
|
+
end
|
795
|
+
def inconsistent_vm_details
|
796
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InconsistentVmDetails
|
797
|
+
end
|
798
|
+
def protection_container_fabric_specific_details
|
799
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerFabricSpecificDetails
|
800
|
+
end
|
801
|
+
def vcenter_collection
|
802
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenterCollection
|
803
|
+
end
|
804
|
+
def replication_provider_specific_container_creation_input
|
805
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerCreationInput
|
806
|
+
end
|
807
|
+
def add_vcenter_request_properties
|
808
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AddVCenterRequestProperties
|
809
|
+
end
|
810
|
+
def discover_protectable_item_request
|
811
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DiscoverProtectableItemRequest
|
812
|
+
end
|
813
|
+
def add_vcenter_request
|
814
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AddVCenterRequest
|
815
|
+
end
|
816
|
+
def current_scenario_details
|
817
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CurrentScenarioDetails
|
818
|
+
end
|
819
|
+
def update_vcenter_request_properties
|
820
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateVCenterRequestProperties
|
821
|
+
end
|
822
|
+
def health_error
|
823
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HealthError
|
824
|
+
end
|
825
|
+
def update_vcenter_request
|
826
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::UpdateVCenterRequest
|
827
|
+
end
|
828
|
+
def azure_vm_disk_details
|
829
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureVmDiskDetails
|
830
|
+
end
|
831
|
+
def renew_certificate_input_properties
|
832
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RenewCertificateInputProperties
|
833
|
+
end
|
834
|
+
def group_task_details
|
835
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::GroupTaskDetails
|
836
|
+
end
|
837
|
+
def renew_certificate_input
|
838
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RenewCertificateInput
|
839
|
+
end
|
840
|
+
def method_call_status
|
841
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MethodCallStatus
|
842
|
+
end
|
843
|
+
def network_mapping_collection
|
844
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingCollection
|
845
|
+
end
|
846
|
+
def logical_network_properties
|
847
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetworkProperties
|
848
|
+
end
|
849
|
+
def replication_protected_item_collection
|
850
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemCollection
|
851
|
+
end
|
852
|
+
def create_network_mapping_input
|
853
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreateNetworkMappingInput
|
854
|
+
end
|
855
|
+
def protected_items_query_parameter
|
856
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectedItemsQueryParameter
|
857
|
+
end
|
858
|
+
def display
|
859
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Display
|
860
|
+
end
|
861
|
+
def health_error_summary
|
862
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HealthErrorSummary
|
863
|
+
end
|
864
|
+
def create_policy_input_properties
|
865
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreatePolicyInputProperties
|
866
|
+
end
|
867
|
+
def resource_health_summary
|
868
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ResourceHealthSummary
|
869
|
+
end
|
870
|
+
def protection_container_mapping_provider_specific_details
|
871
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMappingProviderSpecificDetails
|
872
|
+
end
|
873
|
+
def vault_health_properties
|
874
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthProperties
|
875
|
+
end
|
876
|
+
def remove_protection_container_mapping_input_properties
|
877
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RemoveProtectionContainerMappingInputProperties
|
878
|
+
end
|
879
|
+
def job_entity
|
880
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobEntity
|
881
|
+
end
|
882
|
+
def create_protection_container_input
|
883
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::CreateProtectionContainerInput
|
884
|
+
end
|
885
|
+
def in_mage_disk_details
|
886
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskDetails
|
887
|
+
end
|
888
|
+
def configure_alert_request_properties
|
889
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConfigureAlertRequestProperties
|
890
|
+
end
|
891
|
+
def disk_volume_details
|
892
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DiskVolumeDetails
|
893
|
+
end
|
894
|
+
def fabric_creation_input
|
895
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricCreationInput
|
896
|
+
end
|
897
|
+
def resource
|
898
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Resource
|
899
|
+
end
|
900
|
+
def job_collection
|
901
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobCollection
|
902
|
+
end
|
903
|
+
def a2_avm_managed_disk_input_details
|
904
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmManagedDiskInputDetails
|
905
|
+
end
|
906
|
+
def subnet
|
907
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Subnet
|
908
|
+
end
|
909
|
+
def a2_avm_disk_input_details
|
910
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AVmDiskInputDetails
|
911
|
+
end
|
912
|
+
def configuration_settings
|
913
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConfigurationSettings
|
914
|
+
end
|
915
|
+
def in_mage_disk_exclusion_input
|
916
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskExclusionInput
|
917
|
+
end
|
918
|
+
def a2_aprotected_disk_details
|
919
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedDiskDetails
|
920
|
+
end
|
921
|
+
def in_mage_disk_signature_exclusion_options
|
922
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDiskSignatureExclusionOptions
|
923
|
+
end
|
924
|
+
def event_query_parameter
|
925
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::EventQueryParameter
|
926
|
+
end
|
927
|
+
def in_mage_volume_exclusion_options
|
928
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageVolumeExclusionOptions
|
929
|
+
end
|
930
|
+
def network_mapping_properties
|
931
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMappingProperties
|
932
|
+
end
|
933
|
+
def azure_to_azure_vm_synced_config_details
|
934
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureVmSyncedConfigDetails
|
935
|
+
end
|
936
|
+
def replication_provider_specific_container_mapping_input
|
937
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProviderSpecificContainerMappingInput
|
938
|
+
end
|
939
|
+
def input_endpoint
|
940
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InputEndpoint
|
941
|
+
end
|
942
|
+
def asrtask
|
943
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ASRTask
|
944
|
+
end
|
945
|
+
def role_assignment
|
946
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RoleAssignment
|
947
|
+
end
|
948
|
+
def switch_protection_input_properties
|
949
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionInputProperties
|
950
|
+
end
|
951
|
+
def a2_aprotected_managed_disk_details
|
952
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AProtectedManagedDiskDetails
|
953
|
+
end
|
954
|
+
def policy_properties
|
955
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PolicyProperties
|
956
|
+
end
|
957
|
+
def mobility_service_update
|
958
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MobilityServiceUpdate
|
959
|
+
end
|
960
|
+
def alert
|
961
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Alert
|
962
|
+
end
|
963
|
+
def event
|
964
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Event
|
965
|
+
end
|
966
|
+
def fabric
|
967
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Fabric
|
968
|
+
end
|
969
|
+
def job
|
970
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Job
|
971
|
+
end
|
972
|
+
def logical_network
|
973
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LogicalNetwork
|
974
|
+
end
|
975
|
+
def network_mapping
|
976
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::NetworkMapping
|
977
|
+
end
|
978
|
+
def network
|
979
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Network
|
980
|
+
end
|
981
|
+
def policy
|
982
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Policy
|
983
|
+
end
|
984
|
+
def protectable_item
|
985
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectableItem
|
986
|
+
end
|
987
|
+
def protection_container_mapping
|
988
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainerMapping
|
989
|
+
end
|
990
|
+
def protection_container
|
991
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ProtectionContainer
|
992
|
+
end
|
993
|
+
def recovery_plan
|
994
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlan
|
995
|
+
end
|
996
|
+
def recovery_point
|
997
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPoint
|
998
|
+
end
|
999
|
+
def recovery_services_provider
|
1000
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryServicesProvider
|
1001
|
+
end
|
1002
|
+
def replication_protected_item
|
1003
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItem
|
1004
|
+
end
|
1005
|
+
def storage_classification
|
1006
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassification
|
1007
|
+
end
|
1008
|
+
def storage_classification_mapping
|
1009
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::StorageClassificationMapping
|
1010
|
+
end
|
1011
|
+
def vcenter
|
1012
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VCenter
|
1013
|
+
end
|
1014
|
+
def vault_health_details
|
1015
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VaultHealthDetails
|
1016
|
+
end
|
1017
|
+
def azure_to_azure_network_mapping_settings
|
1018
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureNetworkMappingSettings
|
1019
|
+
end
|
1020
|
+
def vmm_to_azure_network_mapping_settings
|
1021
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureNetworkMappingSettings
|
1022
|
+
end
|
1023
|
+
def vmm_to_vmm_network_mapping_settings
|
1024
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmNetworkMappingSettings
|
1025
|
+
end
|
1026
|
+
def azure_to_azure_create_network_mapping_input
|
1027
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureCreateNetworkMappingInput
|
1028
|
+
end
|
1029
|
+
def vmm_to_azure_create_network_mapping_input
|
1030
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureCreateNetworkMappingInput
|
1031
|
+
end
|
1032
|
+
def vmm_to_vmm_create_network_mapping_input
|
1033
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmCreateNetworkMappingInput
|
1034
|
+
end
|
1035
|
+
def azure_to_azure_update_network_mapping_input
|
1036
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureToAzureUpdateNetworkMappingInput
|
1037
|
+
end
|
1038
|
+
def vmm_to_azure_update_network_mapping_input
|
1039
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToAzureUpdateNetworkMappingInput
|
1040
|
+
end
|
1041
|
+
def vmm_to_vmm_update_network_mapping_input
|
1042
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmToVmmUpdateNetworkMappingInput
|
1043
|
+
end
|
1044
|
+
def azure_fabric_specific_details
|
1045
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricSpecificDetails
|
1046
|
+
end
|
1047
|
+
def vmm_details
|
1048
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmmDetails
|
1049
|
+
end
|
1050
|
+
def hyper_vsite_details
|
1051
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVSiteDetails
|
1052
|
+
end
|
1053
|
+
def vmware_details
|
1054
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareDetails
|
1055
|
+
end
|
1056
|
+
def vmware_v2_fabric_specific_details
|
1057
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricSpecificDetails
|
1058
|
+
end
|
1059
|
+
def hyper_vreplica_base_replication_details
|
1060
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseReplicationDetails
|
1061
|
+
end
|
1062
|
+
def hyper_vreplica_replication_details
|
1063
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaReplicationDetails
|
1064
|
+
end
|
1065
|
+
def hyper_vreplica_blue_replication_details
|
1066
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBlueReplicationDetails
|
1067
|
+
end
|
1068
|
+
def hyper_vreplica_azure_replication_details
|
1069
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReplicationDetails
|
1070
|
+
end
|
1071
|
+
def in_mage_azure_v2_replication_details
|
1072
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReplicationDetails
|
1073
|
+
end
|
1074
|
+
def in_mage_replication_details
|
1075
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReplicationDetails
|
1076
|
+
end
|
1077
|
+
def a2_areplication_details
|
1078
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReplicationDetails
|
1079
|
+
end
|
1080
|
+
def hyper_vreplica_azure_enable_protection_input
|
1081
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEnableProtectionInput
|
1082
|
+
end
|
1083
|
+
def san_enable_protection_input
|
1084
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SanEnableProtectionInput
|
1085
|
+
end
|
1086
|
+
def in_mage_azure_v2_enable_protection_input
|
1087
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EnableProtectionInput
|
1088
|
+
end
|
1089
|
+
def in_mage_enable_protection_input
|
1090
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageEnableProtectionInput
|
1091
|
+
end
|
1092
|
+
def a2_aenable_protection_input
|
1093
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEnableProtectionInput
|
1094
|
+
end
|
1095
|
+
def hyper_vreplica_azure_update_replication_protected_item_input
|
1096
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput
|
1097
|
+
end
|
1098
|
+
def in_mage_azure_v2_update_replication_protected_item_input
|
1099
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput
|
1100
|
+
end
|
1101
|
+
def a2_aupdate_replication_protected_item_input
|
1102
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AUpdateReplicationProtectedItemInput
|
1103
|
+
end
|
1104
|
+
def hyper_vreplica_base_event_details
|
1105
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBaseEventDetails
|
1106
|
+
end
|
1107
|
+
def hyper_vreplica2012_event_details
|
1108
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012EventDetails
|
1109
|
+
end
|
1110
|
+
def hyper_vreplica2012_r2_event_details
|
1111
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplica2012R2EventDetails
|
1112
|
+
end
|
1113
|
+
def hyper_vreplica_azure_event_details
|
1114
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureEventDetails
|
1115
|
+
end
|
1116
|
+
def a2_aevent_details
|
1117
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AEventDetails
|
1118
|
+
end
|
1119
|
+
def in_mage_azure_v2_event_details
|
1120
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2EventDetails
|
1121
|
+
end
|
1122
|
+
def job_status_event_details
|
1123
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobStatusEventDetails
|
1124
|
+
end
|
1125
|
+
def hyper_vvirtual_machine_details
|
1126
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVVirtualMachineDetails
|
1127
|
+
end
|
1128
|
+
def vmware_virtual_machine_details
|
1129
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareVirtualMachineDetails
|
1130
|
+
end
|
1131
|
+
def replication_group_details
|
1132
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationGroupDetails
|
1133
|
+
end
|
1134
|
+
def in_mage_azure_v2_recovery_point_details
|
1135
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2RecoveryPointDetails
|
1136
|
+
end
|
1137
|
+
def in_mage_disable_protection_provider_specific_input
|
1138
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageDisableProtectionProviderSpecificInput
|
1139
|
+
end
|
1140
|
+
def hyper_vreplica_azure_failover_provider_input
|
1141
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailoverProviderInput
|
1142
|
+
end
|
1143
|
+
def hyper_vreplica_azure_failback_provider_input
|
1144
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureFailbackProviderInput
|
1145
|
+
end
|
1146
|
+
def in_mage_azure_v2_failover_provider_input
|
1147
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2FailoverProviderInput
|
1148
|
+
end
|
1149
|
+
def in_mage_failover_provider_input
|
1150
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageFailoverProviderInput
|
1151
|
+
end
|
1152
|
+
def a2_afailover_provider_input
|
1153
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AFailoverProviderInput
|
1154
|
+
end
|
1155
|
+
def hyper_vreplica_azure_reprotect_input
|
1156
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureReprotectInput
|
1157
|
+
end
|
1158
|
+
def in_mage_azure_v2_reprotect_input
|
1159
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ReprotectInput
|
1160
|
+
end
|
1161
|
+
def in_mage_reprotect_input
|
1162
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageReprotectInput
|
1163
|
+
end
|
1164
|
+
def a2_areprotect_input
|
1165
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AReprotectInput
|
1166
|
+
end
|
1167
|
+
def hyper_vreplica_azure_apply_recovery_point_input
|
1168
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureApplyRecoveryPointInput
|
1169
|
+
end
|
1170
|
+
def in_mage_azure_v2_apply_recovery_point_input
|
1171
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2ApplyRecoveryPointInput
|
1172
|
+
end
|
1173
|
+
def a2_aapply_recovery_point_input
|
1174
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AApplyRecoveryPointInput
|
1175
|
+
end
|
1176
|
+
def job_task_details
|
1177
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::JobTaskDetails
|
1178
|
+
end
|
1179
|
+
def virtual_machine_task_details
|
1180
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VirtualMachineTaskDetails
|
1181
|
+
end
|
1182
|
+
def fabric_replication_group_task_details
|
1183
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FabricReplicationGroupTaskDetails
|
1184
|
+
end
|
1185
|
+
def manual_action_task_details
|
1186
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ManualActionTaskDetails
|
1187
|
+
end
|
1188
|
+
def script_action_task_details
|
1189
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ScriptActionTaskDetails
|
1190
|
+
end
|
1191
|
+
def vm_nic_updates_task_details
|
1192
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmNicUpdatesTaskDetails
|
1193
|
+
end
|
1194
|
+
def consistency_check_task_details
|
1195
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ConsistencyCheckTaskDetails
|
1196
|
+
end
|
1197
|
+
def automation_runbook_task_details
|
1198
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AutomationRunbookTaskDetails
|
1199
|
+
end
|
1200
|
+
def inline_workflow_task_details
|
1201
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InlineWorkflowTaskDetails
|
1202
|
+
end
|
1203
|
+
def recovery_plan_group_task_details
|
1204
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupTaskDetails
|
1205
|
+
end
|
1206
|
+
def recovery_plan_shutdown_group_task_details
|
1207
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanShutdownGroupTaskDetails
|
1208
|
+
end
|
1209
|
+
def asr_job_details
|
1210
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AsrJobDetails
|
1211
|
+
end
|
1212
|
+
def test_failover_job_details
|
1213
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::TestFailoverJobDetails
|
1214
|
+
end
|
1215
|
+
def failover_job_details
|
1216
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverJobDetails
|
1217
|
+
end
|
1218
|
+
def export_job_details
|
1219
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ExportJobDetails
|
1220
|
+
end
|
1221
|
+
def switch_protection_job_details
|
1222
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SwitchProtectionJobDetails
|
1223
|
+
end
|
1224
|
+
def a2_acontainer_creation_input
|
1225
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2AContainerCreationInput
|
1226
|
+
end
|
1227
|
+
def a2_aswitch_protection_input
|
1228
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ASwitchProtectionInput
|
1229
|
+
end
|
1230
|
+
def hyper_vreplica_azure_policy_details
|
1231
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyDetails
|
1232
|
+
end
|
1233
|
+
def hyper_vreplica_base_policy_details
|
1234
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBasePolicyDetails
|
1235
|
+
end
|
1236
|
+
def hyper_vreplica_policy_details
|
1237
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyDetails
|
1238
|
+
end
|
1239
|
+
def hyper_vreplica_blue_policy_details
|
1240
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyDetails
|
1241
|
+
end
|
1242
|
+
def in_mage_base_policy_details
|
1243
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageBasePolicyDetails
|
1244
|
+
end
|
1245
|
+
def in_mage_azure_v2_policy_details
|
1246
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyDetails
|
1247
|
+
end
|
1248
|
+
def in_mage_policy_details
|
1249
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyDetails
|
1250
|
+
end
|
1251
|
+
def a2_apolicy_details
|
1252
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyDetails
|
1253
|
+
end
|
1254
|
+
def rcm_azure_migration_policy_details
|
1255
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RcmAzureMigrationPolicyDetails
|
1256
|
+
end
|
1257
|
+
def vmware_cbt_policy_details
|
1258
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VmwareCbtPolicyDetails
|
1259
|
+
end
|
1260
|
+
def hyper_vreplica_azure_policy_input
|
1261
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzurePolicyInput
|
1262
|
+
end
|
1263
|
+
def hyper_vreplica_policy_input
|
1264
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaPolicyInput
|
1265
|
+
end
|
1266
|
+
def hyper_vreplica_blue_policy_input
|
1267
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaBluePolicyInput
|
1268
|
+
end
|
1269
|
+
def in_mage_azure_v2_policy_input
|
1270
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageAzureV2PolicyInput
|
1271
|
+
end
|
1272
|
+
def in_mage_policy_input
|
1273
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMagePolicyInput
|
1274
|
+
end
|
1275
|
+
def a2_apolicy_creation_input
|
1276
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2APolicyCreationInput
|
1277
|
+
end
|
1278
|
+
def vmware_cbt_policy_creation_input
|
1279
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareCbtPolicyCreationInput
|
1280
|
+
end
|
1281
|
+
def recovery_plan_script_action_details
|
1282
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanScriptActionDetails
|
1283
|
+
end
|
1284
|
+
def recovery_plan_automation_runbook_action_details
|
1285
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanAutomationRunbookActionDetails
|
1286
|
+
end
|
1287
|
+
def recovery_plan_manual_action_details
|
1288
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanManualActionDetails
|
1289
|
+
end
|
1290
|
+
def recovery_plan_hyper_vreplica_azure_failover_input
|
1291
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput
|
1292
|
+
end
|
1293
|
+
def recovery_plan_hyper_vreplica_azure_failback_input
|
1294
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput
|
1295
|
+
end
|
1296
|
+
def recovery_plan_in_mage_azure_v2_failover_input
|
1297
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageAzureV2FailoverInput
|
1298
|
+
end
|
1299
|
+
def recovery_plan_in_mage_failover_input
|
1300
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanInMageFailoverInput
|
1301
|
+
end
|
1302
|
+
def recovery_plan_a2_afailover_input
|
1303
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanA2AFailoverInput
|
1304
|
+
end
|
1305
|
+
def azure_fabric_creation_input
|
1306
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AzureFabricCreationInput
|
1307
|
+
end
|
1308
|
+
def vmware_v2_fabric_creation_input
|
1309
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::VMwareV2FabricCreationInput
|
1310
|
+
end
|
1311
|
+
def recovery_plan_group_type
|
1312
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanGroupType
|
1313
|
+
end
|
1314
|
+
def replication_protected_item_operation
|
1315
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::ReplicationProtectedItemOperation
|
1316
|
+
end
|
1317
|
+
def possible_operations_directions
|
1318
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::PossibleOperationsDirections
|
1319
|
+
end
|
1320
|
+
def failover_deployment_model
|
1321
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::FailoverDeploymentModel
|
1322
|
+
end
|
1323
|
+
def source_site_operations
|
1324
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SourceSiteOperations
|
1325
|
+
end
|
1326
|
+
def identity_provider_type
|
1327
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::IdentityProviderType
|
1328
|
+
end
|
1329
|
+
def license_type
|
1330
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::LicenseType
|
1331
|
+
end
|
1332
|
+
def disable_protection_reason
|
1333
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DisableProtectionReason
|
1334
|
+
end
|
1335
|
+
def health_error_category
|
1336
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HealthErrorCategory
|
1337
|
+
end
|
1338
|
+
def severity
|
1339
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::Severity
|
1340
|
+
end
|
1341
|
+
def recovery_point_type
|
1342
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPointType
|
1343
|
+
end
|
1344
|
+
def multi_vm_sync_status
|
1345
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::MultiVmSyncStatus
|
1346
|
+
end
|
1347
|
+
def set_multi_vm_sync_status
|
1348
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::SetMultiVmSyncStatus
|
1349
|
+
end
|
1350
|
+
def recovery_plan_action_location
|
1351
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RecoveryPlanActionLocation
|
1352
|
+
end
|
1353
|
+
def hyper_vreplica_azure_rp_recovery_point_type
|
1354
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::HyperVReplicaAzureRpRecoveryPointType
|
1355
|
+
end
|
1356
|
+
def data_sync_status
|
1357
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::DataSyncStatus
|
1358
|
+
end
|
1359
|
+
def alternate_location_recovery_option
|
1360
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::AlternateLocationRecoveryOption
|
1361
|
+
end
|
1362
|
+
def in_mage_v2_rp_recovery_point_type
|
1363
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::InMageV2RpRecoveryPointType
|
1364
|
+
end
|
1365
|
+
def rp_in_mage_recovery_point_type
|
1366
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::RpInMageRecoveryPointType
|
1367
|
+
end
|
1368
|
+
def a2_arp_recovery_point_type
|
1369
|
+
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10::Models::A2ARpRecoveryPointType
|
1370
|
+
end
|
1371
|
+
end
|
1372
|
+
end
|
1373
|
+
end
|
1374
|
+
end
|