azure_mgmt_netapp 0.22.0 → 0.23.0

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