azure_mgmt_migrate 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate.rb +80 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/assessed_machines.rb +293 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/assessment_options.rb +121 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/assessments.rb +790 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/azure_migrate.rb +160 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/groups.rb +506 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/location.rb +129 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/machines.rb +241 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessed_disk.rb +312 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessed_machine.rb +547 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessed_machine_result_list.rb +55 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessed_network_adapter.rb +197 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessment.rb +367 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessment_options_result_list.rb +78 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessment_result_list.rb +55 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessment_sizing_criterion.rb +16 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessment_stage.rb +17 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessment_status.rb +19 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_disk_size.rb +29 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_disk_suitability_explanation.rb +22 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_disk_type.rb +17 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_hybrid_use_benefit.rb +17 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_location.rb +45 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_network_adapter_suitability_explanation.rb +17 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_offer_code.rb +52 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_pricing_tier.rb +16 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_storage_redundancy.rb +19 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_vm_size.rb +105 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_vm_suitability_explanation.rb +50 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/check_name_availability_parameters.rb +61 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/check_name_availability_result.rb +78 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/cloud_suitability.rb +19 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/currency.rb +40 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/discovery_status.rb +18 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/disk.rb +59 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/download_url.rb +59 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/group.rb +151 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/group_result_list.rb +55 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/machine.rb +317 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/machine_boot_type.rb +17 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/machine_result_list.rb +55 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/name_availability_reason.rb +17 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/network_adapter.rb +67 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/operation.rb +71 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/operation_display.rb +83 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/operation_result_list.rb +55 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/percentile.rb +18 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/project.rb +256 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/project_key.rb +59 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/project_result_list.rb +55 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/provisioning_state.rb +20 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/time_range.rb +17 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/models/vm_family.rb +88 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/module_definition.rb +9 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/operations.rb +113 -0
- data/lib/2018-02-02/generated/azure_mgmt_migrate/projects.rb +756 -0
- data/lib/azure_mgmt_migrate.rb +6 -0
- data/lib/module_definition.rb +7 -0
- data/lib/profiles/latest/migrate_latest_profile_client.rb +40 -0
- data/lib/profiles/latest/migrate_module_definition.rb +8 -0
- data/lib/profiles/latest/modules/migrate_profile_module.rb +255 -0
- data/lib/version.rb +7 -0
- metadata +180 -0
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Migrate::Mgmt::V2018_02_02
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# List of assessment options.
|
|
10
|
+
#
|
|
11
|
+
class AssessmentOptionsResultList
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [Array<VmFamily>] Dictionary of VM families grouped by vm
|
|
16
|
+
# family name describing the targeted azure locations of VM family and
|
|
17
|
+
# the category of the family.
|
|
18
|
+
attr_accessor :vm_families
|
|
19
|
+
|
|
20
|
+
# @return [Array<String>] List of supported VM Families.
|
|
21
|
+
attr_accessor :reserved_instance_vm_families
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
#
|
|
25
|
+
# Mapper for AssessmentOptionsResultList class as Ruby Hash.
|
|
26
|
+
# This will be used for serialization/deserialization.
|
|
27
|
+
#
|
|
28
|
+
def self.mapper()
|
|
29
|
+
{
|
|
30
|
+
client_side_validation: true,
|
|
31
|
+
required: false,
|
|
32
|
+
serialized_name: 'AssessmentOptionsResultList',
|
|
33
|
+
type: {
|
|
34
|
+
name: 'Composite',
|
|
35
|
+
class_name: 'AssessmentOptionsResultList',
|
|
36
|
+
model_properties: {
|
|
37
|
+
vm_families: {
|
|
38
|
+
client_side_validation: true,
|
|
39
|
+
required: false,
|
|
40
|
+
read_only: true,
|
|
41
|
+
serialized_name: 'vmFamilies',
|
|
42
|
+
type: {
|
|
43
|
+
name: 'Sequence',
|
|
44
|
+
element: {
|
|
45
|
+
client_side_validation: true,
|
|
46
|
+
required: false,
|
|
47
|
+
serialized_name: 'VmFamilyElementType',
|
|
48
|
+
type: {
|
|
49
|
+
name: 'Composite',
|
|
50
|
+
class_name: 'VmFamily'
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
reserved_instance_vm_families: {
|
|
56
|
+
client_side_validation: true,
|
|
57
|
+
required: false,
|
|
58
|
+
read_only: true,
|
|
59
|
+
serialized_name: 'reservedInstanceVmFamilies',
|
|
60
|
+
type: {
|
|
61
|
+
name: 'Sequence',
|
|
62
|
+
element: {
|
|
63
|
+
client_side_validation: true,
|
|
64
|
+
required: false,
|
|
65
|
+
serialized_name: 'StringElementType',
|
|
66
|
+
type: {
|
|
67
|
+
name: 'String'
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
end
|
|
78
|
+
end
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Migrate::Mgmt::V2018_02_02
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# List of assessments.
|
|
10
|
+
#
|
|
11
|
+
class AssessmentResultList
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [Array<Assessment>] List of assessments.
|
|
16
|
+
attr_accessor :value
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
#
|
|
20
|
+
# Mapper for AssessmentResultList class as Ruby Hash.
|
|
21
|
+
# This will be used for serialization/deserialization.
|
|
22
|
+
#
|
|
23
|
+
def self.mapper()
|
|
24
|
+
{
|
|
25
|
+
client_side_validation: true,
|
|
26
|
+
required: false,
|
|
27
|
+
serialized_name: 'AssessmentResultList',
|
|
28
|
+
type: {
|
|
29
|
+
name: 'Composite',
|
|
30
|
+
class_name: 'AssessmentResultList',
|
|
31
|
+
model_properties: {
|
|
32
|
+
value: {
|
|
33
|
+
client_side_validation: true,
|
|
34
|
+
required: false,
|
|
35
|
+
serialized_name: 'value',
|
|
36
|
+
type: {
|
|
37
|
+
name: 'Sequence',
|
|
38
|
+
element: {
|
|
39
|
+
client_side_validation: true,
|
|
40
|
+
required: false,
|
|
41
|
+
serialized_name: 'AssessmentElementType',
|
|
42
|
+
type: {
|
|
43
|
+
name: 'Composite',
|
|
44
|
+
class_name: 'Assessment'
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
end
|
|
55
|
+
end
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Migrate::Mgmt::V2018_02_02
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Defines values for AssessmentSizingCriterion
|
|
10
|
+
#
|
|
11
|
+
module AssessmentSizingCriterion
|
|
12
|
+
PerformanceBased = "PerformanceBased"
|
|
13
|
+
AsOnPremises = "AsOnPremises"
|
|
14
|
+
end
|
|
15
|
+
end
|
|
16
|
+
end
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Migrate::Mgmt::V2018_02_02
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Defines values for AssessmentStage
|
|
10
|
+
#
|
|
11
|
+
module AssessmentStage
|
|
12
|
+
InProgress = "InProgress"
|
|
13
|
+
UnderReview = "UnderReview"
|
|
14
|
+
Approved = "Approved"
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Migrate::Mgmt::V2018_02_02
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Defines values for AssessmentStatus
|
|
10
|
+
#
|
|
11
|
+
module AssessmentStatus
|
|
12
|
+
Created = "Created"
|
|
13
|
+
Updated = "Updated"
|
|
14
|
+
Running = "Running"
|
|
15
|
+
Completed = "Completed"
|
|
16
|
+
Invalid = "Invalid"
|
|
17
|
+
end
|
|
18
|
+
end
|
|
19
|
+
end
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Migrate::Mgmt::V2018_02_02
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Defines values for AzureDiskSize
|
|
10
|
+
#
|
|
11
|
+
module AzureDiskSize
|
|
12
|
+
Unknown = "Unknown"
|
|
13
|
+
StandardS4 = "Standard_S4"
|
|
14
|
+
StandardS6 = "Standard_S6"
|
|
15
|
+
StandardS10 = "Standard_S10"
|
|
16
|
+
StandardS20 = "Standard_S20"
|
|
17
|
+
StandardS30 = "Standard_S30"
|
|
18
|
+
StandardS40 = "Standard_S40"
|
|
19
|
+
StandardS50 = "Standard_S50"
|
|
20
|
+
PremiumP4 = "Premium_P4"
|
|
21
|
+
PremiumP6 = "Premium_P6"
|
|
22
|
+
PremiumP10 = "Premium_P10"
|
|
23
|
+
PremiumP20 = "Premium_P20"
|
|
24
|
+
PremiumP30 = "Premium_P30"
|
|
25
|
+
PremiumP40 = "Premium_P40"
|
|
26
|
+
PremiumP50 = "Premium_P50"
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Migrate::Mgmt::V2018_02_02
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Defines values for AzureDiskSuitabilityExplanation
|
|
10
|
+
#
|
|
11
|
+
module AzureDiskSuitabilityExplanation
|
|
12
|
+
Unknown = "Unknown"
|
|
13
|
+
NotApplicable = "NotApplicable"
|
|
14
|
+
DiskSizeGreaterThanSupported = "DiskSizeGreaterThanSupported"
|
|
15
|
+
NoSuitableDiskSizeForIops = "NoSuitableDiskSizeForIops"
|
|
16
|
+
NoSuitableDiskSizeForThroughput = "NoSuitableDiskSizeForThroughput"
|
|
17
|
+
NoDiskSizeFoundInSelectedLocation = "NoDiskSizeFoundInSelectedLocation"
|
|
18
|
+
NoDiskSizeFoundForSelectedRedundancy = "NoDiskSizeFoundForSelectedRedundancy"
|
|
19
|
+
InternalErrorOccurredForDiskEvaluation = "InternalErrorOccurredForDiskEvaluation"
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Migrate::Mgmt::V2018_02_02
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Defines values for AzureDiskType
|
|
10
|
+
#
|
|
11
|
+
module AzureDiskType
|
|
12
|
+
Unknown = "Unknown"
|
|
13
|
+
Standard = "Standard"
|
|
14
|
+
Premium = "Premium"
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Migrate::Mgmt::V2018_02_02
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Defines values for AzureHybridUseBenefit
|
|
10
|
+
#
|
|
11
|
+
module AzureHybridUseBenefit
|
|
12
|
+
Unknown = "Unknown"
|
|
13
|
+
Yes = "Yes"
|
|
14
|
+
No = "No"
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Migrate::Mgmt::V2018_02_02
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Defines values for AzureLocation
|
|
10
|
+
#
|
|
11
|
+
module AzureLocation
|
|
12
|
+
Unknown = "Unknown"
|
|
13
|
+
EastAsia = "EastAsia"
|
|
14
|
+
SoutheastAsia = "SoutheastAsia"
|
|
15
|
+
AustraliaEast = "AustraliaEast"
|
|
16
|
+
AustraliaSoutheast = "AustraliaSoutheast"
|
|
17
|
+
BrazilSouth = "BrazilSouth"
|
|
18
|
+
CanadaCentral = "CanadaCentral"
|
|
19
|
+
CanadaEast = "CanadaEast"
|
|
20
|
+
WestEurope = "WestEurope"
|
|
21
|
+
NorthEurope = "NorthEurope"
|
|
22
|
+
CentralIndia = "CentralIndia"
|
|
23
|
+
SouthIndia = "SouthIndia"
|
|
24
|
+
WestIndia = "WestIndia"
|
|
25
|
+
JapanEast = "JapanEast"
|
|
26
|
+
JapanWest = "JapanWest"
|
|
27
|
+
KoreaCentral = "KoreaCentral"
|
|
28
|
+
KoreaSouth = "KoreaSouth"
|
|
29
|
+
UkWest = "UkWest"
|
|
30
|
+
UkSouth = "UkSouth"
|
|
31
|
+
NorthCentralUs = "NorthCentralUs"
|
|
32
|
+
EastUs = "EastUs"
|
|
33
|
+
WestUs2 = "WestUs2"
|
|
34
|
+
SouthCentralUs = "SouthCentralUs"
|
|
35
|
+
CentralUs = "CentralUs"
|
|
36
|
+
EastUs2 = "EastUs2"
|
|
37
|
+
WestUs = "WestUs"
|
|
38
|
+
WestCentralUs = "WestCentralUs"
|
|
39
|
+
GermanyCentral = "GermanyCentral"
|
|
40
|
+
GermanyNortheast = "GermanyNortheast"
|
|
41
|
+
ChinaNorth = "ChinaNorth"
|
|
42
|
+
ChinaEast = "ChinaEast"
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
end
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Migrate::Mgmt::V2018_02_02
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Defines values for AzureNetworkAdapterSuitabilityExplanation
|
|
10
|
+
#
|
|
11
|
+
module AzureNetworkAdapterSuitabilityExplanation
|
|
12
|
+
Unknown = "Unknown"
|
|
13
|
+
NotApplicable = "NotApplicable"
|
|
14
|
+
InternalErrorOccured = "InternalErrorOccured"
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Migrate::Mgmt::V2018_02_02
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Defines values for AzureOfferCode
|
|
10
|
+
#
|
|
11
|
+
module AzureOfferCode
|
|
12
|
+
Unknown = "Unknown"
|
|
13
|
+
MSAZR0003P = "MSAZR0003P"
|
|
14
|
+
MSAZR0044P = "MSAZR0044P"
|
|
15
|
+
MSAZR0059P = "MSAZR0059P"
|
|
16
|
+
MSAZR0060P = "MSAZR0060P"
|
|
17
|
+
MSAZR0062P = "MSAZR0062P"
|
|
18
|
+
MSAZR0063P = "MSAZR0063P"
|
|
19
|
+
MSAZR0064P = "MSAZR0064P"
|
|
20
|
+
MSAZR0029P = "MSAZR0029P"
|
|
21
|
+
MSAZR0022P = "MSAZR0022P"
|
|
22
|
+
MSAZR0023P = "MSAZR0023P"
|
|
23
|
+
MSAZR0148P = "MSAZR0148P"
|
|
24
|
+
MSAZR0025P = "MSAZR0025P"
|
|
25
|
+
MSAZR0036P = "MSAZR0036P"
|
|
26
|
+
MSAZR0120P = "MSAZR0120P"
|
|
27
|
+
MSAZR0121P = "MSAZR0121P"
|
|
28
|
+
MSAZR0122P = "MSAZR0122P"
|
|
29
|
+
MSAZR0123P = "MSAZR0123P"
|
|
30
|
+
MSAZR0124P = "MSAZR0124P"
|
|
31
|
+
MSAZR0125P = "MSAZR0125P"
|
|
32
|
+
MSAZR0126P = "MSAZR0126P"
|
|
33
|
+
MSAZR0127P = "MSAZR0127P"
|
|
34
|
+
MSAZR0128P = "MSAZR0128P"
|
|
35
|
+
MSAZR0129P = "MSAZR0129P"
|
|
36
|
+
MSAZR0130P = "MSAZR0130P"
|
|
37
|
+
MSAZR0111P = "MSAZR0111P"
|
|
38
|
+
MSAZR0144P = "MSAZR0144P"
|
|
39
|
+
MSAZR0149P = "MSAZR0149P"
|
|
40
|
+
MSMCAZR0044P = "MSMCAZR0044P"
|
|
41
|
+
MSMCAZR0059P = "MSMCAZR0059P"
|
|
42
|
+
MSMCAZR0060P = "MSMCAZR0060P"
|
|
43
|
+
MSMCAZR0063P = "MSMCAZR0063P"
|
|
44
|
+
MSMCAZR0120P = "MSMCAZR0120P"
|
|
45
|
+
MSMCAZR0121P = "MSMCAZR0121P"
|
|
46
|
+
MSMCAZR0125P = "MSMCAZR0125P"
|
|
47
|
+
MSMCAZR0128P = "MSMCAZR0128P"
|
|
48
|
+
MSAZRDE0003P = "MSAZRDE0003P"
|
|
49
|
+
MSAZRDE0044P = "MSAZRDE0044P"
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
end
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Migrate::Mgmt::V2018_02_02
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Defines values for AzurePricingTier
|
|
10
|
+
#
|
|
11
|
+
module AzurePricingTier
|
|
12
|
+
Standard = "Standard"
|
|
13
|
+
Basic = "Basic"
|
|
14
|
+
end
|
|
15
|
+
end
|
|
16
|
+
end
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Migrate::Mgmt::V2018_02_02
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Defines values for AzureStorageRedundancy
|
|
10
|
+
#
|
|
11
|
+
module AzureStorageRedundancy
|
|
12
|
+
Unknown = "Unknown"
|
|
13
|
+
LocallyRedundant = "LocallyRedundant"
|
|
14
|
+
ZoneRedundant = "ZoneRedundant"
|
|
15
|
+
GeoRedundant = "GeoRedundant"
|
|
16
|
+
ReadAccessGeoRedundant = "ReadAccessGeoRedundant"
|
|
17
|
+
end
|
|
18
|
+
end
|
|
19
|
+
end
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Migrate::Mgmt::V2018_02_02
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Defines values for AzureVmSize
|
|
10
|
+
#
|
|
11
|
+
module AzureVmSize
|
|
12
|
+
Unknown = "Unknown"
|
|
13
|
+
BasicA0 = "Basic_A0"
|
|
14
|
+
BasicA1 = "Basic_A1"
|
|
15
|
+
BasicA2 = "Basic_A2"
|
|
16
|
+
BasicA3 = "Basic_A3"
|
|
17
|
+
BasicA4 = "Basic_A4"
|
|
18
|
+
StandardA0 = "Standard_A0"
|
|
19
|
+
StandardA1 = "Standard_A1"
|
|
20
|
+
StandardA2 = "Standard_A2"
|
|
21
|
+
StandardA3 = "Standard_A3"
|
|
22
|
+
StandardA4 = "Standard_A4"
|
|
23
|
+
StandardA5 = "Standard_A5"
|
|
24
|
+
StandardA6 = "Standard_A6"
|
|
25
|
+
StandardA7 = "Standard_A7"
|
|
26
|
+
StandardA8 = "Standard_A8"
|
|
27
|
+
StandardA9 = "Standard_A9"
|
|
28
|
+
StandardA10 = "Standard_A10"
|
|
29
|
+
StandardA11 = "Standard_A11"
|
|
30
|
+
StandardA1V2 = "Standard_A1_v2"
|
|
31
|
+
StandardA2V2 = "Standard_A2_v2"
|
|
32
|
+
StandardA4V2 = "Standard_A4_v2"
|
|
33
|
+
StandardA8V2 = "Standard_A8_v2"
|
|
34
|
+
StandardA2mV2 = "Standard_A2m_v2"
|
|
35
|
+
StandardA4mV2 = "Standard_A4m_v2"
|
|
36
|
+
StandardA8mV2 = "Standard_A8m_v2"
|
|
37
|
+
StandardD1 = "Standard_D1"
|
|
38
|
+
StandardD2 = "Standard_D2"
|
|
39
|
+
StandardD3 = "Standard_D3"
|
|
40
|
+
StandardD4 = "Standard_D4"
|
|
41
|
+
StandardD11 = "Standard_D11"
|
|
42
|
+
StandardD12 = "Standard_D12"
|
|
43
|
+
StandardD13 = "Standard_D13"
|
|
44
|
+
StandardD14 = "Standard_D14"
|
|
45
|
+
StandardD1V2 = "Standard_D1_v2"
|
|
46
|
+
StandardD2V2 = "Standard_D2_v2"
|
|
47
|
+
StandardD3V2 = "Standard_D3_v2"
|
|
48
|
+
StandardD4V2 = "Standard_D4_v2"
|
|
49
|
+
StandardD5V2 = "Standard_D5_v2"
|
|
50
|
+
StandardD11V2 = "Standard_D11_v2"
|
|
51
|
+
StandardD12V2 = "Standard_D12_v2"
|
|
52
|
+
StandardD13V2 = "Standard_D13_v2"
|
|
53
|
+
StandardD14V2 = "Standard_D14_v2"
|
|
54
|
+
StandardD15V2 = "Standard_D15_v2"
|
|
55
|
+
StandardDS1 = "Standard_DS1"
|
|
56
|
+
StandardDS2 = "Standard_DS2"
|
|
57
|
+
StandardDS3 = "Standard_DS3"
|
|
58
|
+
StandardDS4 = "Standard_DS4"
|
|
59
|
+
StandardDS11 = "Standard_DS11"
|
|
60
|
+
StandardDS12 = "Standard_DS12"
|
|
61
|
+
StandardDS13 = "Standard_DS13"
|
|
62
|
+
StandardDS14 = "Standard_DS14"
|
|
63
|
+
StandardDS1V2 = "Standard_DS1_v2"
|
|
64
|
+
StandardDS2V2 = "Standard_DS2_v2"
|
|
65
|
+
StandardDS3V2 = "Standard_DS3_v2"
|
|
66
|
+
StandardDS4V2 = "Standard_DS4_v2"
|
|
67
|
+
StandardDS5V2 = "Standard_DS5_v2"
|
|
68
|
+
StandardDS11V2 = "Standard_DS11_v2"
|
|
69
|
+
StandardDS12V2 = "Standard_DS12_v2"
|
|
70
|
+
StandardDS13V2 = "Standard_DS13_v2"
|
|
71
|
+
StandardDS14V2 = "Standard_DS14_v2"
|
|
72
|
+
StandardDS15V2 = "Standard_DS15_v2"
|
|
73
|
+
StandardF1 = "Standard_F1"
|
|
74
|
+
StandardF2 = "Standard_F2"
|
|
75
|
+
StandardF4 = "Standard_F4"
|
|
76
|
+
StandardF8 = "Standard_F8"
|
|
77
|
+
StandardF16 = "Standard_F16"
|
|
78
|
+
StandardF1s = "Standard_F1s"
|
|
79
|
+
StandardF2s = "Standard_F2s"
|
|
80
|
+
StandardF4s = "Standard_F4s"
|
|
81
|
+
StandardF8s = "Standard_F8s"
|
|
82
|
+
StandardF16s = "Standard_F16s"
|
|
83
|
+
StandardG1 = "Standard_G1"
|
|
84
|
+
StandardG2 = "Standard_G2"
|
|
85
|
+
StandardG3 = "Standard_G3"
|
|
86
|
+
StandardG4 = "Standard_G4"
|
|
87
|
+
StandardG5 = "Standard_G5"
|
|
88
|
+
StandardGS1 = "Standard_GS1"
|
|
89
|
+
StandardGS2 = "Standard_GS2"
|
|
90
|
+
StandardGS3 = "Standard_GS3"
|
|
91
|
+
StandardGS4 = "Standard_GS4"
|
|
92
|
+
StandardGS5 = "Standard_GS5"
|
|
93
|
+
StandardH8 = "Standard_H8"
|
|
94
|
+
StandardH16 = "Standard_H16"
|
|
95
|
+
StandardH8m = "Standard_H8m"
|
|
96
|
+
StandardH16m = "Standard_H16m"
|
|
97
|
+
StandardH16r = "Standard_H16r"
|
|
98
|
+
StandardH16mr = "Standard_H16mr"
|
|
99
|
+
StandardL4s = "Standard_L4s"
|
|
100
|
+
StandardL8s = "Standard_L8s"
|
|
101
|
+
StandardL16s = "Standard_L16s"
|
|
102
|
+
StandardL32s = "Standard_L32s"
|
|
103
|
+
end
|
|
104
|
+
end
|
|
105
|
+
end
|