azure_mgmt_netapp 0.21.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (95) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2017-08-15-preview/generated/azure_mgmt_netapp/azure_net_app_files_management_client.rb +1 -1
  3. data/lib/2019-05-01/generated/azure_mgmt_netapp/azure_net_app_files_management_client.rb +1 -1
  4. data/lib/2019-06-01/generated/azure_mgmt_netapp/azure_net_app_files_management_client.rb +1 -1
  5. data/lib/2019-07-01/generated/azure_mgmt_netapp/azure_net_app_files_management_client.rb +1 -1
  6. data/lib/2019-08-01/generated/azure_mgmt_netapp/azure_net_app_files_management_client.rb +1 -1
  7. data/lib/2019-10-01/generated/azure_mgmt_netapp/azure_net_app_files_management_client.rb +1 -1
  8. data/lib/2019-11-01/generated/azure_mgmt_netapp/azure_net_app_files_management_client.rb +1 -1
  9. data/lib/2020-02-01/generated/azure_mgmt_netapp/azure_net_app_files_management_client.rb +1 -1
  10. data/lib/2020-06-01/generated/azure_mgmt_netapp/azure_net_app_files_management_client.rb +1 -1
  11. data/lib/2020-07-01/generated/azure_mgmt_netapp/azure_net_app_files_management_client.rb +1 -1
  12. data/lib/2020-09-01/generated/azure_mgmt_netapp.rb +104 -0
  13. data/lib/2020-09-01/generated/azure_mgmt_netapp/account_backups.rb +373 -0
  14. data/lib/2020-09-01/generated/azure_mgmt_netapp/accounts.rb +709 -0
  15. data/lib/2020-09-01/generated/azure_mgmt_netapp/azure_net_app_files_management_client.rb +173 -0
  16. data/lib/2020-09-01/generated/azure_mgmt_netapp/backup_policies.rb +691 -0
  17. data/lib/2020-09-01/generated/azure_mgmt_netapp/backups.rb +747 -0
  18. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/active_directory.rb +275 -0
  19. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/active_directory_status.rb +19 -0
  20. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/authorize_request.rb +46 -0
  21. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/backup.rb +158 -0
  22. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/backup_patch.rb +130 -0
  23. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/backup_policies_list.rb +55 -0
  24. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/backup_policy.rb +212 -0
  25. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/backup_policy_details.rb +212 -0
  26. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/backup_policy_patch.rb +212 -0
  27. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/backups_list.rb +55 -0
  28. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/break_replication_request.rb +47 -0
  29. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/capacity_pool.rb +198 -0
  30. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/capacity_pool_list.rb +55 -0
  31. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/capacity_pool_patch.rb +132 -0
  32. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/check_availability_response.rb +78 -0
  33. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/check_name_resource_types.rb +18 -0
  34. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/check_quota_name_resource_types.rb +18 -0
  35. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/daily_schedule.rb +81 -0
  36. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/dimension.rb +57 -0
  37. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/endpoint_type.rb +16 -0
  38. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/export_policy_rule.rb +205 -0
  39. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/hourly_schedule.rb +69 -0
  40. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/in_availability_reason_type.rb +16 -0
  41. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/metric_specification.rb +145 -0
  42. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/mirror_state.rb +17 -0
  43. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/monthly_schedule.rb +93 -0
  44. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/mount_target.rb +159 -0
  45. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/mount_target_properties.rb +93 -0
  46. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/net_app_account.rb +133 -0
  47. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/net_app_account_list.rb +55 -0
  48. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/net_app_account_patch.rb +133 -0
  49. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/operation.rb +83 -0
  50. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/operation_display.rb +79 -0
  51. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/operation_list_result.rb +57 -0
  52. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/pool_change_request.rb +46 -0
  53. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/qos_type.rb +16 -0
  54. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/quota_availability_request.rb +73 -0
  55. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/relationship_status.rb +16 -0
  56. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/replication_object.rb +94 -0
  57. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/replication_schedule.rb +17 -0
  58. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/replication_status.rb +93 -0
  59. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/resource_name_availability_request.rb +72 -0
  60. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/security_style.rb +16 -0
  61. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/service_level.rb +17 -0
  62. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/service_specification.rb +56 -0
  63. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/snapshot.rb +123 -0
  64. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/snapshot_policies_list.rb +55 -0
  65. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/snapshot_policy.rb +185 -0
  66. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/snapshot_policy_details.rb +185 -0
  67. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/snapshot_policy_patch.rb +185 -0
  68. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/snapshot_policy_volume_list.rb +54 -0
  69. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/snapshots_list.rb +55 -0
  70. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/vault.rb +93 -0
  71. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/vault_list.rb +55 -0
  72. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/volume.rb +409 -0
  73. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/volume_backup_properties.rb +79 -0
  74. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/volume_backups.rb +68 -0
  75. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/volume_list.rb +98 -0
  76. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/volume_patch.rb +178 -0
  77. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/volume_patch_properties_data_protection.rb +50 -0
  78. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/volume_patch_properties_export_policy.rb +58 -0
  79. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/volume_properties_data_protection.rb +74 -0
  80. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/volume_properties_export_policy.rb +58 -0
  81. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/volume_revert.rb +46 -0
  82. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/volume_snapshot_properties.rb +46 -0
  83. data/lib/2020-09-01/generated/azure_mgmt_netapp/models/weekly_schedule.rb +94 -0
  84. data/lib/2020-09-01/generated/azure_mgmt_netapp/module_definition.rb +9 -0
  85. data/lib/2020-09-01/generated/azure_mgmt_netapp/net_app_resource.rb +424 -0
  86. data/lib/2020-09-01/generated/azure_mgmt_netapp/operations.rb +115 -0
  87. data/lib/2020-09-01/generated/azure_mgmt_netapp/pools.rb +737 -0
  88. data/lib/2020-09-01/generated/azure_mgmt_netapp/snapshot_policies.rb +700 -0
  89. data/lib/2020-09-01/generated/azure_mgmt_netapp/snapshots.rb +794 -0
  90. data/lib/2020-09-01/generated/azure_mgmt_netapp/vaults.rb +128 -0
  91. data/lib/2020-09-01/generated/azure_mgmt_netapp/volumes.rb +2143 -0
  92. data/lib/azure_mgmt_netapp.rb +1 -0
  93. data/lib/profiles/latest/modules/netapp_profile_module.rb +144 -144
  94. data/lib/version.rb +1 -1
  95. metadata +82 -2
@@ -10,6 +10,7 @@ require '2020-02-01/generated/azure_mgmt_netapp'
10
10
  require '2019-10-01/generated/azure_mgmt_netapp'
11
11
  require '2019-11-01/generated/azure_mgmt_netapp'
12
12
  require '2019-05-01/generated/azure_mgmt_netapp'
13
+ require '2020-09-01/generated/azure_mgmt_netapp'
13
14
  require '2019-07-01/generated/azure_mgmt_netapp'
14
15
  require '2020-07-01/generated/azure_mgmt_netapp'
15
16
  require 'profiles/latest/netapp_latest_profile_client'
@@ -6,85 +6,85 @@ require 'azure_mgmt_netapp'
6
6
 
7
7
  module Azure::NetApp::Profiles::Latest
8
8
  module Mgmt
9
- Operations = Azure::NetApp::Mgmt::V2020_07_01::Operations
10
- NetAppResource = Azure::NetApp::Mgmt::V2020_07_01::NetAppResource
11
- Accounts = Azure::NetApp::Mgmt::V2020_07_01::Accounts
12
- Pools = Azure::NetApp::Mgmt::V2020_07_01::Pools
13
- Volumes = Azure::NetApp::Mgmt::V2020_07_01::Volumes
14
- Snapshots = Azure::NetApp::Mgmt::V2020_07_01::Snapshots
15
- SnapshotPolicies = Azure::NetApp::Mgmt::V2020_07_01::SnapshotPolicies
16
- AccountBackups = Azure::NetApp::Mgmt::V2020_07_01::AccountBackups
17
- Backups = Azure::NetApp::Mgmt::V2020_07_01::Backups
18
- BackupPolicies = Azure::NetApp::Mgmt::V2020_07_01::BackupPolicies
19
- Vaults = Azure::NetApp::Mgmt::V2020_07_01::Vaults
9
+ Operations = Azure::NetApp::Mgmt::V2020_09_01::Operations
10
+ NetAppResource = Azure::NetApp::Mgmt::V2020_09_01::NetAppResource
11
+ Accounts = Azure::NetApp::Mgmt::V2020_09_01::Accounts
12
+ Pools = Azure::NetApp::Mgmt::V2020_09_01::Pools
13
+ Volumes = Azure::NetApp::Mgmt::V2020_09_01::Volumes
14
+ Snapshots = Azure::NetApp::Mgmt::V2020_09_01::Snapshots
15
+ SnapshotPolicies = Azure::NetApp::Mgmt::V2020_09_01::SnapshotPolicies
16
+ AccountBackups = Azure::NetApp::Mgmt::V2020_09_01::AccountBackups
17
+ Backups = Azure::NetApp::Mgmt::V2020_09_01::Backups
18
+ BackupPolicies = Azure::NetApp::Mgmt::V2020_09_01::BackupPolicies
19
+ Vaults = Azure::NetApp::Mgmt::V2020_09_01::Vaults
20
20
 
21
21
  module Models
22
- VolumePatchPropertiesDataProtection = Azure::NetApp::Mgmt::V2020_07_01::Models::VolumePatchPropertiesDataProtection
23
- VolumePatch = Azure::NetApp::Mgmt::V2020_07_01::Models::VolumePatch
24
- Dimension = Azure::NetApp::Mgmt::V2020_07_01::Models::Dimension
25
- MountTarget = Azure::NetApp::Mgmt::V2020_07_01::Models::MountTarget
26
- ServiceSpecification = Azure::NetApp::Mgmt::V2020_07_01::Models::ServiceSpecification
27
- Snapshot = Azure::NetApp::Mgmt::V2020_07_01::Models::Snapshot
28
- OperationListResult = Azure::NetApp::Mgmt::V2020_07_01::Models::OperationListResult
29
- SnapshotsList = Azure::NetApp::Mgmt::V2020_07_01::Models::SnapshotsList
30
- ResourceNameAvailabilityRequest = Azure::NetApp::Mgmt::V2020_07_01::Models::ResourceNameAvailabilityRequest
31
- HourlySchedule = Azure::NetApp::Mgmt::V2020_07_01::Models::HourlySchedule
32
- ActiveDirectory = Azure::NetApp::Mgmt::V2020_07_01::Models::ActiveDirectory
33
- DailySchedule = Azure::NetApp::Mgmt::V2020_07_01::Models::DailySchedule
34
- NetAppAccountList = Azure::NetApp::Mgmt::V2020_07_01::Models::NetAppAccountList
35
- WeeklySchedule = Azure::NetApp::Mgmt::V2020_07_01::Models::WeeklySchedule
36
- CapacityPool = Azure::NetApp::Mgmt::V2020_07_01::Models::CapacityPool
37
- MonthlySchedule = Azure::NetApp::Mgmt::V2020_07_01::Models::MonthlySchedule
38
- CapacityPoolPatch = Azure::NetApp::Mgmt::V2020_07_01::Models::CapacityPoolPatch
39
- SnapshotPolicy = Azure::NetApp::Mgmt::V2020_07_01::Models::SnapshotPolicy
40
- VolumePropertiesExportPolicy = Azure::NetApp::Mgmt::V2020_07_01::Models::VolumePropertiesExportPolicy
41
- SnapshotPoliciesList = Azure::NetApp::Mgmt::V2020_07_01::Models::SnapshotPoliciesList
42
- VolumeBackupProperties = Azure::NetApp::Mgmt::V2020_07_01::Models::VolumeBackupProperties
43
- SnapshotPolicyDetails = Azure::NetApp::Mgmt::V2020_07_01::Models::SnapshotPolicyDetails
44
- VolumeSnapshotProperties = Azure::NetApp::Mgmt::V2020_07_01::Models::VolumeSnapshotProperties
45
- SnapshotPolicyPatch = Azure::NetApp::Mgmt::V2020_07_01::Models::SnapshotPolicyPatch
46
- Volume = Azure::NetApp::Mgmt::V2020_07_01::Models::Volume
47
- SnapshotPolicyVolumeList = Azure::NetApp::Mgmt::V2020_07_01::Models::SnapshotPolicyVolumeList
48
- ReplicationStatus = Azure::NetApp::Mgmt::V2020_07_01::Models::ReplicationStatus
49
- VolumeRevert = Azure::NetApp::Mgmt::V2020_07_01::Models::VolumeRevert
50
- OperationDisplay = Azure::NetApp::Mgmt::V2020_07_01::Models::OperationDisplay
51
- AuthorizeRequest = Azure::NetApp::Mgmt::V2020_07_01::Models::AuthorizeRequest
52
- Operation = Azure::NetApp::Mgmt::V2020_07_01::Models::Operation
53
- BreakReplicationRequest = Azure::NetApp::Mgmt::V2020_07_01::Models::BreakReplicationRequest
54
- QuotaAvailabilityRequest = Azure::NetApp::Mgmt::V2020_07_01::Models::QuotaAvailabilityRequest
55
- PoolChangeRequest = Azure::NetApp::Mgmt::V2020_07_01::Models::PoolChangeRequest
56
- NetAppAccountPatch = Azure::NetApp::Mgmt::V2020_07_01::Models::NetAppAccountPatch
57
- Backup = Azure::NetApp::Mgmt::V2020_07_01::Models::Backup
58
- ExportPolicyRule = Azure::NetApp::Mgmt::V2020_07_01::Models::ExportPolicyRule
59
- BackupsList = Azure::NetApp::Mgmt::V2020_07_01::Models::BackupsList
60
- ReplicationObject = Azure::NetApp::Mgmt::V2020_07_01::Models::ReplicationObject
61
- BackupPatch = Azure::NetApp::Mgmt::V2020_07_01::Models::BackupPatch
62
- VolumeList = Azure::NetApp::Mgmt::V2020_07_01::Models::VolumeList
63
- VolumeBackups = Azure::NetApp::Mgmt::V2020_07_01::Models::VolumeBackups
64
- MetricSpecification = Azure::NetApp::Mgmt::V2020_07_01::Models::MetricSpecification
65
- BackupPolicy = Azure::NetApp::Mgmt::V2020_07_01::Models::BackupPolicy
66
- NetAppAccount = Azure::NetApp::Mgmt::V2020_07_01::Models::NetAppAccount
67
- BackupPoliciesList = Azure::NetApp::Mgmt::V2020_07_01::Models::BackupPoliciesList
68
- MountTargetProperties = Azure::NetApp::Mgmt::V2020_07_01::Models::MountTargetProperties
69
- BackupPolicyDetails = Azure::NetApp::Mgmt::V2020_07_01::Models::BackupPolicyDetails
70
- VolumePatchPropertiesExportPolicy = Azure::NetApp::Mgmt::V2020_07_01::Models::VolumePatchPropertiesExportPolicy
71
- BackupPolicyPatch = Azure::NetApp::Mgmt::V2020_07_01::Models::BackupPolicyPatch
72
- CapacityPoolList = Azure::NetApp::Mgmt::V2020_07_01::Models::CapacityPoolList
73
- Vault = Azure::NetApp::Mgmt::V2020_07_01::Models::Vault
74
- CheckAvailabilityResponse = Azure::NetApp::Mgmt::V2020_07_01::Models::CheckAvailabilityResponse
75
- VaultList = Azure::NetApp::Mgmt::V2020_07_01::Models::VaultList
76
- VolumePropertiesDataProtection = Azure::NetApp::Mgmt::V2020_07_01::Models::VolumePropertiesDataProtection
77
- InAvailabilityReasonType = Azure::NetApp::Mgmt::V2020_07_01::Models::InAvailabilityReasonType
78
- CheckNameResourceTypes = Azure::NetApp::Mgmt::V2020_07_01::Models::CheckNameResourceTypes
79
- CheckQuotaNameResourceTypes = Azure::NetApp::Mgmt::V2020_07_01::Models::CheckQuotaNameResourceTypes
80
- ActiveDirectoryStatus = Azure::NetApp::Mgmt::V2020_07_01::Models::ActiveDirectoryStatus
81
- ServiceLevel = Azure::NetApp::Mgmt::V2020_07_01::Models::ServiceLevel
82
- QosType = Azure::NetApp::Mgmt::V2020_07_01::Models::QosType
83
- EndpointType = Azure::NetApp::Mgmt::V2020_07_01::Models::EndpointType
84
- ReplicationSchedule = Azure::NetApp::Mgmt::V2020_07_01::Models::ReplicationSchedule
85
- SecurityStyle = Azure::NetApp::Mgmt::V2020_07_01::Models::SecurityStyle
86
- RelationshipStatus = Azure::NetApp::Mgmt::V2020_07_01::Models::RelationshipStatus
87
- MirrorState = Azure::NetApp::Mgmt::V2020_07_01::Models::MirrorState
22
+ VolumePatchPropertiesDataProtection = Azure::NetApp::Mgmt::V2020_09_01::Models::VolumePatchPropertiesDataProtection
23
+ VolumePatch = Azure::NetApp::Mgmt::V2020_09_01::Models::VolumePatch
24
+ Dimension = Azure::NetApp::Mgmt::V2020_09_01::Models::Dimension
25
+ MountTarget = Azure::NetApp::Mgmt::V2020_09_01::Models::MountTarget
26
+ ServiceSpecification = Azure::NetApp::Mgmt::V2020_09_01::Models::ServiceSpecification
27
+ Snapshot = Azure::NetApp::Mgmt::V2020_09_01::Models::Snapshot
28
+ OperationListResult = Azure::NetApp::Mgmt::V2020_09_01::Models::OperationListResult
29
+ SnapshotsList = Azure::NetApp::Mgmt::V2020_09_01::Models::SnapshotsList
30
+ ResourceNameAvailabilityRequest = Azure::NetApp::Mgmt::V2020_09_01::Models::ResourceNameAvailabilityRequest
31
+ HourlySchedule = Azure::NetApp::Mgmt::V2020_09_01::Models::HourlySchedule
32
+ ActiveDirectory = Azure::NetApp::Mgmt::V2020_09_01::Models::ActiveDirectory
33
+ DailySchedule = Azure::NetApp::Mgmt::V2020_09_01::Models::DailySchedule
34
+ NetAppAccountList = Azure::NetApp::Mgmt::V2020_09_01::Models::NetAppAccountList
35
+ WeeklySchedule = Azure::NetApp::Mgmt::V2020_09_01::Models::WeeklySchedule
36
+ CapacityPool = Azure::NetApp::Mgmt::V2020_09_01::Models::CapacityPool
37
+ MonthlySchedule = Azure::NetApp::Mgmt::V2020_09_01::Models::MonthlySchedule
38
+ CapacityPoolPatch = Azure::NetApp::Mgmt::V2020_09_01::Models::CapacityPoolPatch
39
+ SnapshotPolicy = Azure::NetApp::Mgmt::V2020_09_01::Models::SnapshotPolicy
40
+ VolumePropertiesExportPolicy = Azure::NetApp::Mgmt::V2020_09_01::Models::VolumePropertiesExportPolicy
41
+ SnapshotPoliciesList = Azure::NetApp::Mgmt::V2020_09_01::Models::SnapshotPoliciesList
42
+ VolumeBackupProperties = Azure::NetApp::Mgmt::V2020_09_01::Models::VolumeBackupProperties
43
+ SnapshotPolicyDetails = Azure::NetApp::Mgmt::V2020_09_01::Models::SnapshotPolicyDetails
44
+ VolumeSnapshotProperties = Azure::NetApp::Mgmt::V2020_09_01::Models::VolumeSnapshotProperties
45
+ SnapshotPolicyPatch = Azure::NetApp::Mgmt::V2020_09_01::Models::SnapshotPolicyPatch
46
+ Volume = Azure::NetApp::Mgmt::V2020_09_01::Models::Volume
47
+ SnapshotPolicyVolumeList = Azure::NetApp::Mgmt::V2020_09_01::Models::SnapshotPolicyVolumeList
48
+ ReplicationStatus = Azure::NetApp::Mgmt::V2020_09_01::Models::ReplicationStatus
49
+ VolumeRevert = Azure::NetApp::Mgmt::V2020_09_01::Models::VolumeRevert
50
+ OperationDisplay = Azure::NetApp::Mgmt::V2020_09_01::Models::OperationDisplay
51
+ AuthorizeRequest = Azure::NetApp::Mgmt::V2020_09_01::Models::AuthorizeRequest
52
+ Operation = Azure::NetApp::Mgmt::V2020_09_01::Models::Operation
53
+ BreakReplicationRequest = Azure::NetApp::Mgmt::V2020_09_01::Models::BreakReplicationRequest
54
+ QuotaAvailabilityRequest = Azure::NetApp::Mgmt::V2020_09_01::Models::QuotaAvailabilityRequest
55
+ PoolChangeRequest = Azure::NetApp::Mgmt::V2020_09_01::Models::PoolChangeRequest
56
+ NetAppAccountPatch = Azure::NetApp::Mgmt::V2020_09_01::Models::NetAppAccountPatch
57
+ Backup = Azure::NetApp::Mgmt::V2020_09_01::Models::Backup
58
+ ExportPolicyRule = Azure::NetApp::Mgmt::V2020_09_01::Models::ExportPolicyRule
59
+ BackupsList = Azure::NetApp::Mgmt::V2020_09_01::Models::BackupsList
60
+ ReplicationObject = Azure::NetApp::Mgmt::V2020_09_01::Models::ReplicationObject
61
+ BackupPatch = Azure::NetApp::Mgmt::V2020_09_01::Models::BackupPatch
62
+ VolumeList = Azure::NetApp::Mgmt::V2020_09_01::Models::VolumeList
63
+ VolumeBackups = Azure::NetApp::Mgmt::V2020_09_01::Models::VolumeBackups
64
+ MetricSpecification = Azure::NetApp::Mgmt::V2020_09_01::Models::MetricSpecification
65
+ BackupPolicy = Azure::NetApp::Mgmt::V2020_09_01::Models::BackupPolicy
66
+ NetAppAccount = Azure::NetApp::Mgmt::V2020_09_01::Models::NetAppAccount
67
+ BackupPoliciesList = Azure::NetApp::Mgmt::V2020_09_01::Models::BackupPoliciesList
68
+ MountTargetProperties = Azure::NetApp::Mgmt::V2020_09_01::Models::MountTargetProperties
69
+ BackupPolicyDetails = Azure::NetApp::Mgmt::V2020_09_01::Models::BackupPolicyDetails
70
+ VolumePatchPropertiesExportPolicy = Azure::NetApp::Mgmt::V2020_09_01::Models::VolumePatchPropertiesExportPolicy
71
+ BackupPolicyPatch = Azure::NetApp::Mgmt::V2020_09_01::Models::BackupPolicyPatch
72
+ CapacityPoolList = Azure::NetApp::Mgmt::V2020_09_01::Models::CapacityPoolList
73
+ Vault = Azure::NetApp::Mgmt::V2020_09_01::Models::Vault
74
+ CheckAvailabilityResponse = Azure::NetApp::Mgmt::V2020_09_01::Models::CheckAvailabilityResponse
75
+ VaultList = Azure::NetApp::Mgmt::V2020_09_01::Models::VaultList
76
+ VolumePropertiesDataProtection = Azure::NetApp::Mgmt::V2020_09_01::Models::VolumePropertiesDataProtection
77
+ InAvailabilityReasonType = Azure::NetApp::Mgmt::V2020_09_01::Models::InAvailabilityReasonType
78
+ CheckNameResourceTypes = Azure::NetApp::Mgmt::V2020_09_01::Models::CheckNameResourceTypes
79
+ CheckQuotaNameResourceTypes = Azure::NetApp::Mgmt::V2020_09_01::Models::CheckQuotaNameResourceTypes
80
+ ActiveDirectoryStatus = Azure::NetApp::Mgmt::V2020_09_01::Models::ActiveDirectoryStatus
81
+ ServiceLevel = Azure::NetApp::Mgmt::V2020_09_01::Models::ServiceLevel
82
+ QosType = Azure::NetApp::Mgmt::V2020_09_01::Models::QosType
83
+ EndpointType = Azure::NetApp::Mgmt::V2020_09_01::Models::EndpointType
84
+ ReplicationSchedule = Azure::NetApp::Mgmt::V2020_09_01::Models::ReplicationSchedule
85
+ SecurityStyle = Azure::NetApp::Mgmt::V2020_09_01::Models::SecurityStyle
86
+ RelationshipStatus = Azure::NetApp::Mgmt::V2020_09_01::Models::RelationshipStatus
87
+ MirrorState = Azure::NetApp::Mgmt::V2020_09_01::Models::MirrorState
88
88
  end
89
89
 
90
90
  #
@@ -106,7 +106,7 @@ module Azure::NetApp::Profiles::Latest
106
106
  @base_url = options[:base_url].nil? ? nil:options[:base_url]
107
107
  @options = options[:options].nil? ? nil:options[:options]
108
108
 
109
- @client_0 = Azure::NetApp::Mgmt::V2020_07_01::AzureNetAppFilesManagementClient.new(configurable.credentials, base_url, options)
109
+ @client_0 = Azure::NetApp::Mgmt::V2020_09_01::AzureNetAppFilesManagementClient.new(configurable.credentials, base_url, options)
110
110
  if(@client_0.respond_to?(:subscription_id))
111
111
  @client_0.subscription_id = configurable.subscription_id
112
112
  end
@@ -143,202 +143,202 @@ module Azure::NetApp::Profiles::Latest
143
143
 
144
144
  class ModelClasses
145
145
  def volume_patch_properties_data_protection
146
- Azure::NetApp::Mgmt::V2020_07_01::Models::VolumePatchPropertiesDataProtection
146
+ Azure::NetApp::Mgmt::V2020_09_01::Models::VolumePatchPropertiesDataProtection
147
147
  end
148
148
  def volume_patch
149
- Azure::NetApp::Mgmt::V2020_07_01::Models::VolumePatch
149
+ Azure::NetApp::Mgmt::V2020_09_01::Models::VolumePatch
150
150
  end
151
151
  def dimension
152
- Azure::NetApp::Mgmt::V2020_07_01::Models::Dimension
152
+ Azure::NetApp::Mgmt::V2020_09_01::Models::Dimension
153
153
  end
154
154
  def mount_target
155
- Azure::NetApp::Mgmt::V2020_07_01::Models::MountTarget
155
+ Azure::NetApp::Mgmt::V2020_09_01::Models::MountTarget
156
156
  end
157
157
  def service_specification
158
- Azure::NetApp::Mgmt::V2020_07_01::Models::ServiceSpecification
158
+ Azure::NetApp::Mgmt::V2020_09_01::Models::ServiceSpecification
159
159
  end
160
160
  def snapshot
161
- Azure::NetApp::Mgmt::V2020_07_01::Models::Snapshot
161
+ Azure::NetApp::Mgmt::V2020_09_01::Models::Snapshot
162
162
  end
163
163
  def operation_list_result
164
- Azure::NetApp::Mgmt::V2020_07_01::Models::OperationListResult
164
+ Azure::NetApp::Mgmt::V2020_09_01::Models::OperationListResult
165
165
  end
166
166
  def snapshots_list
167
- Azure::NetApp::Mgmt::V2020_07_01::Models::SnapshotsList
167
+ Azure::NetApp::Mgmt::V2020_09_01::Models::SnapshotsList
168
168
  end
169
169
  def resource_name_availability_request
170
- Azure::NetApp::Mgmt::V2020_07_01::Models::ResourceNameAvailabilityRequest
170
+ Azure::NetApp::Mgmt::V2020_09_01::Models::ResourceNameAvailabilityRequest
171
171
  end
172
172
  def hourly_schedule
173
- Azure::NetApp::Mgmt::V2020_07_01::Models::HourlySchedule
173
+ Azure::NetApp::Mgmt::V2020_09_01::Models::HourlySchedule
174
174
  end
175
175
  def active_directory
176
- Azure::NetApp::Mgmt::V2020_07_01::Models::ActiveDirectory
176
+ Azure::NetApp::Mgmt::V2020_09_01::Models::ActiveDirectory
177
177
  end
178
178
  def daily_schedule
179
- Azure::NetApp::Mgmt::V2020_07_01::Models::DailySchedule
179
+ Azure::NetApp::Mgmt::V2020_09_01::Models::DailySchedule
180
180
  end
181
181
  def net_app_account_list
182
- Azure::NetApp::Mgmt::V2020_07_01::Models::NetAppAccountList
182
+ Azure::NetApp::Mgmt::V2020_09_01::Models::NetAppAccountList
183
183
  end
184
184
  def weekly_schedule
185
- Azure::NetApp::Mgmt::V2020_07_01::Models::WeeklySchedule
185
+ Azure::NetApp::Mgmt::V2020_09_01::Models::WeeklySchedule
186
186
  end
187
187
  def capacity_pool
188
- Azure::NetApp::Mgmt::V2020_07_01::Models::CapacityPool
188
+ Azure::NetApp::Mgmt::V2020_09_01::Models::CapacityPool
189
189
  end
190
190
  def monthly_schedule
191
- Azure::NetApp::Mgmt::V2020_07_01::Models::MonthlySchedule
191
+ Azure::NetApp::Mgmt::V2020_09_01::Models::MonthlySchedule
192
192
  end
193
193
  def capacity_pool_patch
194
- Azure::NetApp::Mgmt::V2020_07_01::Models::CapacityPoolPatch
194
+ Azure::NetApp::Mgmt::V2020_09_01::Models::CapacityPoolPatch
195
195
  end
196
196
  def snapshot_policy
197
- Azure::NetApp::Mgmt::V2020_07_01::Models::SnapshotPolicy
197
+ Azure::NetApp::Mgmt::V2020_09_01::Models::SnapshotPolicy
198
198
  end
199
199
  def volume_properties_export_policy
200
- Azure::NetApp::Mgmt::V2020_07_01::Models::VolumePropertiesExportPolicy
200
+ Azure::NetApp::Mgmt::V2020_09_01::Models::VolumePropertiesExportPolicy
201
201
  end
202
202
  def snapshot_policies_list
203
- Azure::NetApp::Mgmt::V2020_07_01::Models::SnapshotPoliciesList
203
+ Azure::NetApp::Mgmt::V2020_09_01::Models::SnapshotPoliciesList
204
204
  end
205
205
  def volume_backup_properties
206
- Azure::NetApp::Mgmt::V2020_07_01::Models::VolumeBackupProperties
206
+ Azure::NetApp::Mgmt::V2020_09_01::Models::VolumeBackupProperties
207
207
  end
208
208
  def snapshot_policy_details
209
- Azure::NetApp::Mgmt::V2020_07_01::Models::SnapshotPolicyDetails
209
+ Azure::NetApp::Mgmt::V2020_09_01::Models::SnapshotPolicyDetails
210
210
  end
211
211
  def volume_snapshot_properties
212
- Azure::NetApp::Mgmt::V2020_07_01::Models::VolumeSnapshotProperties
212
+ Azure::NetApp::Mgmt::V2020_09_01::Models::VolumeSnapshotProperties
213
213
  end
214
214
  def snapshot_policy_patch
215
- Azure::NetApp::Mgmt::V2020_07_01::Models::SnapshotPolicyPatch
215
+ Azure::NetApp::Mgmt::V2020_09_01::Models::SnapshotPolicyPatch
216
216
  end
217
217
  def volume
218
- Azure::NetApp::Mgmt::V2020_07_01::Models::Volume
218
+ Azure::NetApp::Mgmt::V2020_09_01::Models::Volume
219
219
  end
220
220
  def snapshot_policy_volume_list
221
- Azure::NetApp::Mgmt::V2020_07_01::Models::SnapshotPolicyVolumeList
221
+ Azure::NetApp::Mgmt::V2020_09_01::Models::SnapshotPolicyVolumeList
222
222
  end
223
223
  def replication_status
224
- Azure::NetApp::Mgmt::V2020_07_01::Models::ReplicationStatus
224
+ Azure::NetApp::Mgmt::V2020_09_01::Models::ReplicationStatus
225
225
  end
226
226
  def volume_revert
227
- Azure::NetApp::Mgmt::V2020_07_01::Models::VolumeRevert
227
+ Azure::NetApp::Mgmt::V2020_09_01::Models::VolumeRevert
228
228
  end
229
229
  def operation_display
230
- Azure::NetApp::Mgmt::V2020_07_01::Models::OperationDisplay
230
+ Azure::NetApp::Mgmt::V2020_09_01::Models::OperationDisplay
231
231
  end
232
232
  def authorize_request
233
- Azure::NetApp::Mgmt::V2020_07_01::Models::AuthorizeRequest
233
+ Azure::NetApp::Mgmt::V2020_09_01::Models::AuthorizeRequest
234
234
  end
235
235
  def operation
236
- Azure::NetApp::Mgmt::V2020_07_01::Models::Operation
236
+ Azure::NetApp::Mgmt::V2020_09_01::Models::Operation
237
237
  end
238
238
  def break_replication_request
239
- Azure::NetApp::Mgmt::V2020_07_01::Models::BreakReplicationRequest
239
+ Azure::NetApp::Mgmt::V2020_09_01::Models::BreakReplicationRequest
240
240
  end
241
241
  def quota_availability_request
242
- Azure::NetApp::Mgmt::V2020_07_01::Models::QuotaAvailabilityRequest
242
+ Azure::NetApp::Mgmt::V2020_09_01::Models::QuotaAvailabilityRequest
243
243
  end
244
244
  def pool_change_request
245
- Azure::NetApp::Mgmt::V2020_07_01::Models::PoolChangeRequest
245
+ Azure::NetApp::Mgmt::V2020_09_01::Models::PoolChangeRequest
246
246
  end
247
247
  def net_app_account_patch
248
- Azure::NetApp::Mgmt::V2020_07_01::Models::NetAppAccountPatch
248
+ Azure::NetApp::Mgmt::V2020_09_01::Models::NetAppAccountPatch
249
249
  end
250
250
  def backup
251
- Azure::NetApp::Mgmt::V2020_07_01::Models::Backup
251
+ Azure::NetApp::Mgmt::V2020_09_01::Models::Backup
252
252
  end
253
253
  def export_policy_rule
254
- Azure::NetApp::Mgmt::V2020_07_01::Models::ExportPolicyRule
254
+ Azure::NetApp::Mgmt::V2020_09_01::Models::ExportPolicyRule
255
255
  end
256
256
  def backups_list
257
- Azure::NetApp::Mgmt::V2020_07_01::Models::BackupsList
257
+ Azure::NetApp::Mgmt::V2020_09_01::Models::BackupsList
258
258
  end
259
259
  def replication_object
260
- Azure::NetApp::Mgmt::V2020_07_01::Models::ReplicationObject
260
+ Azure::NetApp::Mgmt::V2020_09_01::Models::ReplicationObject
261
261
  end
262
262
  def backup_patch
263
- Azure::NetApp::Mgmt::V2020_07_01::Models::BackupPatch
263
+ Azure::NetApp::Mgmt::V2020_09_01::Models::BackupPatch
264
264
  end
265
265
  def volume_list
266
- Azure::NetApp::Mgmt::V2020_07_01::Models::VolumeList
266
+ Azure::NetApp::Mgmt::V2020_09_01::Models::VolumeList
267
267
  end
268
268
  def volume_backups
269
- Azure::NetApp::Mgmt::V2020_07_01::Models::VolumeBackups
269
+ Azure::NetApp::Mgmt::V2020_09_01::Models::VolumeBackups
270
270
  end
271
271
  def metric_specification
272
- Azure::NetApp::Mgmt::V2020_07_01::Models::MetricSpecification
272
+ Azure::NetApp::Mgmt::V2020_09_01::Models::MetricSpecification
273
273
  end
274
274
  def backup_policy
275
- Azure::NetApp::Mgmt::V2020_07_01::Models::BackupPolicy
275
+ Azure::NetApp::Mgmt::V2020_09_01::Models::BackupPolicy
276
276
  end
277
277
  def net_app_account
278
- Azure::NetApp::Mgmt::V2020_07_01::Models::NetAppAccount
278
+ Azure::NetApp::Mgmt::V2020_09_01::Models::NetAppAccount
279
279
  end
280
280
  def backup_policies_list
281
- Azure::NetApp::Mgmt::V2020_07_01::Models::BackupPoliciesList
281
+ Azure::NetApp::Mgmt::V2020_09_01::Models::BackupPoliciesList
282
282
  end
283
283
  def mount_target_properties
284
- Azure::NetApp::Mgmt::V2020_07_01::Models::MountTargetProperties
284
+ Azure::NetApp::Mgmt::V2020_09_01::Models::MountTargetProperties
285
285
  end
286
286
  def backup_policy_details
287
- Azure::NetApp::Mgmt::V2020_07_01::Models::BackupPolicyDetails
287
+ Azure::NetApp::Mgmt::V2020_09_01::Models::BackupPolicyDetails
288
288
  end
289
289
  def volume_patch_properties_export_policy
290
- Azure::NetApp::Mgmt::V2020_07_01::Models::VolumePatchPropertiesExportPolicy
290
+ Azure::NetApp::Mgmt::V2020_09_01::Models::VolumePatchPropertiesExportPolicy
291
291
  end
292
292
  def backup_policy_patch
293
- Azure::NetApp::Mgmt::V2020_07_01::Models::BackupPolicyPatch
293
+ Azure::NetApp::Mgmt::V2020_09_01::Models::BackupPolicyPatch
294
294
  end
295
295
  def capacity_pool_list
296
- Azure::NetApp::Mgmt::V2020_07_01::Models::CapacityPoolList
296
+ Azure::NetApp::Mgmt::V2020_09_01::Models::CapacityPoolList
297
297
  end
298
298
  def vault
299
- Azure::NetApp::Mgmt::V2020_07_01::Models::Vault
299
+ Azure::NetApp::Mgmt::V2020_09_01::Models::Vault
300
300
  end
301
301
  def check_availability_response
302
- Azure::NetApp::Mgmt::V2020_07_01::Models::CheckAvailabilityResponse
302
+ Azure::NetApp::Mgmt::V2020_09_01::Models::CheckAvailabilityResponse
303
303
  end
304
304
  def vault_list
305
- Azure::NetApp::Mgmt::V2020_07_01::Models::VaultList
305
+ Azure::NetApp::Mgmt::V2020_09_01::Models::VaultList
306
306
  end
307
307
  def volume_properties_data_protection
308
- Azure::NetApp::Mgmt::V2020_07_01::Models::VolumePropertiesDataProtection
308
+ Azure::NetApp::Mgmt::V2020_09_01::Models::VolumePropertiesDataProtection
309
309
  end
310
310
  def in_availability_reason_type
311
- Azure::NetApp::Mgmt::V2020_07_01::Models::InAvailabilityReasonType
311
+ Azure::NetApp::Mgmt::V2020_09_01::Models::InAvailabilityReasonType
312
312
  end
313
313
  def check_name_resource_types
314
- Azure::NetApp::Mgmt::V2020_07_01::Models::CheckNameResourceTypes
314
+ Azure::NetApp::Mgmt::V2020_09_01::Models::CheckNameResourceTypes
315
315
  end
316
316
  def check_quota_name_resource_types
317
- Azure::NetApp::Mgmt::V2020_07_01::Models::CheckQuotaNameResourceTypes
317
+ Azure::NetApp::Mgmt::V2020_09_01::Models::CheckQuotaNameResourceTypes
318
318
  end
319
319
  def active_directory_status
320
- Azure::NetApp::Mgmt::V2020_07_01::Models::ActiveDirectoryStatus
320
+ Azure::NetApp::Mgmt::V2020_09_01::Models::ActiveDirectoryStatus
321
321
  end
322
322
  def service_level
323
- Azure::NetApp::Mgmt::V2020_07_01::Models::ServiceLevel
323
+ Azure::NetApp::Mgmt::V2020_09_01::Models::ServiceLevel
324
324
  end
325
325
  def qos_type
326
- Azure::NetApp::Mgmt::V2020_07_01::Models::QosType
326
+ Azure::NetApp::Mgmt::V2020_09_01::Models::QosType
327
327
  end
328
328
  def endpoint_type
329
- Azure::NetApp::Mgmt::V2020_07_01::Models::EndpointType
329
+ Azure::NetApp::Mgmt::V2020_09_01::Models::EndpointType
330
330
  end
331
331
  def replication_schedule
332
- Azure::NetApp::Mgmt::V2020_07_01::Models::ReplicationSchedule
332
+ Azure::NetApp::Mgmt::V2020_09_01::Models::ReplicationSchedule
333
333
  end
334
334
  def security_style
335
- Azure::NetApp::Mgmt::V2020_07_01::Models::SecurityStyle
335
+ Azure::NetApp::Mgmt::V2020_09_01::Models::SecurityStyle
336
336
  end
337
337
  def relationship_status
338
- Azure::NetApp::Mgmt::V2020_07_01::Models::RelationshipStatus
338
+ Azure::NetApp::Mgmt::V2020_09_01::Models::RelationshipStatus
339
339
  end
340
340
  def mirror_state
341
- Azure::NetApp::Mgmt::V2020_07_01::Models::MirrorState
341
+ Azure::NetApp::Mgmt::V2020_09_01::Models::MirrorState
342
342
  end
343
343
  end
344
344
  end
@@ -3,5 +3,5 @@
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
5
  module Azure::NetApp::Mgmt
6
- VERSION = '0.21.0'
6
+ VERSION = '0.22.0'
7
7
  end