azure_mgmt_storage 0.17.8 → 0.17.9

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.
Files changed (136) hide show
  1. checksums.yaml +5 -5
  2. data/lib/2015-05-01-preview/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  3. data/lib/2015-06-15/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  4. data/lib/2016-01-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  5. data/lib/2016-12-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  6. data/lib/2017-06-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  7. data/lib/2017-10-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  8. data/lib/2018-02-01/generated/azure_mgmt_storage.rb +25 -23
  9. data/lib/2018-02-01/generated/azure_mgmt_storage/blob_containers.rb +142 -0
  10. data/lib/2018-02-01/generated/azure_mgmt_storage/models/lease_container_request.rb +97 -0
  11. data/lib/2018-02-01/generated/azure_mgmt_storage/models/lease_container_response.rb +60 -0
  12. data/lib/2018-02-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  13. data/lib/2018-03-01-preview/generated/azure_mgmt_storage.rb +24 -22
  14. data/lib/2018-03-01-preview/generated/azure_mgmt_storage/blob_containers.rb +142 -0
  15. data/lib/2018-03-01-preview/generated/azure_mgmt_storage/models/lease_container_request.rb +97 -0
  16. data/lib/2018-03-01-preview/generated/azure_mgmt_storage/models/lease_container_response.rb +60 -0
  17. data/lib/2018-03-01-preview/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  18. data/lib/2018-07-01/generated/azure_mgmt_storage.rb +27 -25
  19. data/lib/2018-07-01/generated/azure_mgmt_storage/blob_containers.rb +142 -0
  20. data/lib/2018-07-01/generated/azure_mgmt_storage/models/lease_container_request.rb +97 -0
  21. data/lib/2018-07-01/generated/azure_mgmt_storage/models/lease_container_response.rb +60 -0
  22. data/lib/2018-07-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  23. data/lib/2018-11-01/generated/azure_mgmt_storage.rb +31 -29
  24. data/lib/2018-11-01/generated/azure_mgmt_storage/blob_containers.rb +153 -1
  25. data/lib/2018-11-01/generated/azure_mgmt_storage/models/lease_container_request.rb +97 -0
  26. data/lib/2018-11-01/generated/azure_mgmt_storage/models/lease_container_response.rb +60 -0
  27. data/lib/2018-11-01/generated/azure_mgmt_storage/storage_accounts.rb +97 -0
  28. data/lib/2018-11-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  29. data/lib/2019-04-01/generated/azure_mgmt_storage.rb +128 -0
  30. data/lib/2019-04-01/generated/azure_mgmt_storage/blob_containers.rb +1873 -0
  31. data/lib/2019-04-01/generated/azure_mgmt_storage/blob_services.rb +266 -0
  32. data/lib/2019-04-01/generated/azure_mgmt_storage/management_policies.rb +355 -0
  33. data/lib/2019-04-01/generated/azure_mgmt_storage/models/access_tier.rb +16 -0
  34. data/lib/2019-04-01/generated/azure_mgmt_storage/models/account_sas_parameters.rb +136 -0
  35. data/lib/2019-04-01/generated/azure_mgmt_storage/models/account_status.rb +16 -0
  36. data/lib/2019-04-01/generated/azure_mgmt_storage/models/action.rb +15 -0
  37. data/lib/2019-04-01/generated/azure_mgmt_storage/models/azure_entity_resource.rb +75 -0
  38. data/lib/2019-04-01/generated/azure_mgmt_storage/models/blob_container.rb +217 -0
  39. data/lib/2019-04-01/generated/azure_mgmt_storage/models/blob_service_properties.rb +115 -0
  40. data/lib/2019-04-01/generated/azure_mgmt_storage/models/bypass.rb +18 -0
  41. data/lib/2019-04-01/generated/azure_mgmt_storage/models/check_name_availability_result.rb +77 -0
  42. data/lib/2019-04-01/generated/azure_mgmt_storage/models/cors_rule.rb +128 -0
  43. data/lib/2019-04-01/generated/azure_mgmt_storage/models/cors_rules.rb +57 -0
  44. data/lib/2019-04-01/generated/azure_mgmt_storage/models/custom_domain.rb +60 -0
  45. data/lib/2019-04-01/generated/azure_mgmt_storage/models/date_after_creation.rb +50 -0
  46. data/lib/2019-04-01/generated/azure_mgmt_storage/models/date_after_modification.rb +50 -0
  47. data/lib/2019-04-01/generated/azure_mgmt_storage/models/default_action.rb +16 -0
  48. data/lib/2019-04-01/generated/azure_mgmt_storage/models/delete_retention_policy.rb +64 -0
  49. data/lib/2019-04-01/generated/azure_mgmt_storage/models/dimension.rb +57 -0
  50. data/lib/2019-04-01/generated/azure_mgmt_storage/models/encryption.rb +74 -0
  51. data/lib/2019-04-01/generated/azure_mgmt_storage/models/encryption_service.rb +62 -0
  52. data/lib/2019-04-01/generated/azure_mgmt_storage/models/encryption_services.rb +89 -0
  53. data/lib/2019-04-01/generated/azure_mgmt_storage/models/endpoints.rb +108 -0
  54. data/lib/2019-04-01/generated/azure_mgmt_storage/models/geo_replication_stats.rb +85 -0
  55. data/lib/2019-04-01/generated/azure_mgmt_storage/models/geo_replication_status.rb +17 -0
  56. data/lib/2019-04-01/generated/azure_mgmt_storage/models/http_protocol.rb +16 -0
  57. data/lib/2019-04-01/generated/azure_mgmt_storage/models/identity.rb +72 -0
  58. data/lib/2019-04-01/generated/azure_mgmt_storage/models/immutability_policy.rb +98 -0
  59. data/lib/2019-04-01/generated/azure_mgmt_storage/models/immutability_policy_properties.rb +95 -0
  60. data/lib/2019-04-01/generated/azure_mgmt_storage/models/immutability_policy_state.rb +16 -0
  61. data/lib/2019-04-01/generated/azure_mgmt_storage/models/immutability_policy_update_type.rb +17 -0
  62. data/lib/2019-04-01/generated/azure_mgmt_storage/models/iprule.rb +61 -0
  63. data/lib/2019-04-01/generated/azure_mgmt_storage/models/key_permission.rb +16 -0
  64. data/lib/2019-04-01/generated/azure_mgmt_storage/models/key_source.rb +16 -0
  65. data/lib/2019-04-01/generated/azure_mgmt_storage/models/key_vault_properties.rb +68 -0
  66. data/lib/2019-04-01/generated/azure_mgmt_storage/models/kind.rb +19 -0
  67. data/lib/2019-04-01/generated/azure_mgmt_storage/models/lease_container_request.rb +97 -0
  68. data/lib/2019-04-01/generated/azure_mgmt_storage/models/lease_container_response.rb +60 -0
  69. data/lib/2019-04-01/generated/azure_mgmt_storage/models/lease_duration.rb +16 -0
  70. data/lib/2019-04-01/generated/azure_mgmt_storage/models/lease_state.rb +19 -0
  71. data/lib/2019-04-01/generated/azure_mgmt_storage/models/lease_status.rb +16 -0
  72. data/lib/2019-04-01/generated/azure_mgmt_storage/models/legal_hold.rb +71 -0
  73. data/lib/2019-04-01/generated/azure_mgmt_storage/models/legal_hold_properties.rb +72 -0
  74. data/lib/2019-04-01/generated/azure_mgmt_storage/models/list_account_sas_response.rb +47 -0
  75. data/lib/2019-04-01/generated/azure_mgmt_storage/models/list_container_item.rb +216 -0
  76. data/lib/2019-04-01/generated/azure_mgmt_storage/models/list_container_items.rb +55 -0
  77. data/lib/2019-04-01/generated/azure_mgmt_storage/models/list_service_sas_response.rb +47 -0
  78. data/lib/2019-04-01/generated/azure_mgmt_storage/models/management_policy.rb +89 -0
  79. data/lib/2019-04-01/generated/azure_mgmt_storage/models/management_policy_action.rb +62 -0
  80. data/lib/2019-04-01/generated/azure_mgmt_storage/models/management_policy_base_blob.rb +73 -0
  81. data/lib/2019-04-01/generated/azure_mgmt_storage/models/management_policy_definition.rb +60 -0
  82. data/lib/2019-04-01/generated/azure_mgmt_storage/models/management_policy_filter.rb +76 -0
  83. data/lib/2019-04-01/generated/azure_mgmt_storage/models/management_policy_rule.rb +87 -0
  84. data/lib/2019-04-01/generated/azure_mgmt_storage/models/management_policy_schema.rb +58 -0
  85. data/lib/2019-04-01/generated/azure_mgmt_storage/models/management_policy_snap_shot.rb +47 -0
  86. data/lib/2019-04-01/generated/azure_mgmt_storage/models/metric_specification.rb +145 -0
  87. data/lib/2019-04-01/generated/azure_mgmt_storage/models/network_rule_set.rb +106 -0
  88. data/lib/2019-04-01/generated/azure_mgmt_storage/models/operation.rb +83 -0
  89. data/lib/2019-04-01/generated/azure_mgmt_storage/models/operation_display.rb +79 -0
  90. data/lib/2019-04-01/generated/azure_mgmt_storage/models/operation_list_result.rb +57 -0
  91. data/lib/2019-04-01/generated/azure_mgmt_storage/models/permissions.rb +22 -0
  92. data/lib/2019-04-01/generated/azure_mgmt_storage/models/provisioning_state.rb +17 -0
  93. data/lib/2019-04-01/generated/azure_mgmt_storage/models/proxy_resource.rb +63 -0
  94. data/lib/2019-04-01/generated/azure_mgmt_storage/models/public_access.rb +17 -0
  95. data/lib/2019-04-01/generated/azure_mgmt_storage/models/reason.rb +16 -0
  96. data/lib/2019-04-01/generated/azure_mgmt_storage/models/reason_code.rb +16 -0
  97. data/lib/2019-04-01/generated/azure_mgmt_storage/models/resource.rb +83 -0
  98. data/lib/2019-04-01/generated/azure_mgmt_storage/models/restriction.rb +85 -0
  99. data/lib/2019-04-01/generated/azure_mgmt_storage/models/service_sas_parameters.rb +247 -0
  100. data/lib/2019-04-01/generated/azure_mgmt_storage/models/service_specification.rb +56 -0
  101. data/lib/2019-04-01/generated/azure_mgmt_storage/models/services.rb +18 -0
  102. data/lib/2019-04-01/generated/azure_mgmt_storage/models/signed_resource.rb +18 -0
  103. data/lib/2019-04-01/generated/azure_mgmt_storage/models/signed_resource_types.rb +17 -0
  104. data/lib/2019-04-01/generated/azure_mgmt_storage/models/sku.rb +157 -0
  105. data/lib/2019-04-01/generated/azure_mgmt_storage/models/sku_name.rb +22 -0
  106. data/lib/2019-04-01/generated/azure_mgmt_storage/models/sku_tier.rb +16 -0
  107. data/lib/2019-04-01/generated/azure_mgmt_storage/models/skucapability.rb +63 -0
  108. data/lib/2019-04-01/generated/azure_mgmt_storage/models/state.rb +19 -0
  109. data/lib/2019-04-01/generated/azure_mgmt_storage/models/storage_account.rb +374 -0
  110. data/lib/2019-04-01/generated/azure_mgmt_storage/models/storage_account_check_name_availability_parameters.rb +63 -0
  111. data/lib/2019-04-01/generated/azure_mgmt_storage/models/storage_account_create_parameters.rb +202 -0
  112. data/lib/2019-04-01/generated/azure_mgmt_storage/models/storage_account_expand.rb +15 -0
  113. data/lib/2019-04-01/generated/azure_mgmt_storage/models/storage_account_key.rb +73 -0
  114. data/lib/2019-04-01/generated/azure_mgmt_storage/models/storage_account_list_keys_result.rb +57 -0
  115. data/lib/2019-04-01/generated/azure_mgmt_storage/models/storage_account_list_result.rb +57 -0
  116. data/lib/2019-04-01/generated/azure_mgmt_storage/models/storage_account_regenerate_key_parameters.rb +47 -0
  117. data/lib/2019-04-01/generated/azure_mgmt_storage/models/storage_account_update_parameters.rb +178 -0
  118. data/lib/2019-04-01/generated/azure_mgmt_storage/models/storage_sku_list_result.rb +57 -0
  119. data/lib/2019-04-01/generated/azure_mgmt_storage/models/tag_property.rb +97 -0
  120. data/lib/2019-04-01/generated/azure_mgmt_storage/models/tracked_resource.rb +92 -0
  121. data/lib/2019-04-01/generated/azure_mgmt_storage/models/update_history_property.rb +114 -0
  122. data/lib/2019-04-01/generated/azure_mgmt_storage/models/usage.rb +89 -0
  123. data/lib/2019-04-01/generated/azure_mgmt_storage/models/usage_list_result.rb +56 -0
  124. data/lib/2019-04-01/generated/azure_mgmt_storage/models/usage_name.rb +59 -0
  125. data/lib/2019-04-01/generated/azure_mgmt_storage/models/usage_unit.rb +20 -0
  126. data/lib/2019-04-01/generated/azure_mgmt_storage/models/virtual_network_rule.rb +75 -0
  127. data/lib/2019-04-01/generated/azure_mgmt_storage/module_definition.rb +9 -0
  128. data/lib/2019-04-01/generated/azure_mgmt_storage/operations.rb +108 -0
  129. data/lib/2019-04-01/generated/azure_mgmt_storage/skus.rb +114 -0
  130. data/lib/2019-04-01/generated/azure_mgmt_storage/storage_accounts.rb +1602 -0
  131. data/lib/2019-04-01/generated/azure_mgmt_storage/storage_management_client.rb +155 -0
  132. data/lib/2019-04-01/generated/azure_mgmt_storage/usages.rb +118 -0
  133. data/lib/azure_mgmt_storage.rb +1 -0
  134. data/lib/profiles/latest/modules/storage_profile_module.rb +232 -224
  135. data/lib/version.rb +1 -1
  136. metadata +115 -3
@@ -0,0 +1,56 @@
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::Storage::Mgmt::V2019_04_01
7
+ module Models
8
+ #
9
+ # One property of operation, include metric specifications.
10
+ #
11
+ class ServiceSpecification
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [Array<MetricSpecification>] Metric specifications of
16
+ # operation.
17
+ attr_accessor :metric_specifications
18
+
19
+
20
+ #
21
+ # Mapper for ServiceSpecification class as Ruby Hash.
22
+ # This will be used for serialization/deserialization.
23
+ #
24
+ def self.mapper()
25
+ {
26
+ client_side_validation: true,
27
+ required: false,
28
+ serialized_name: 'ServiceSpecification',
29
+ type: {
30
+ name: 'Composite',
31
+ class_name: 'ServiceSpecification',
32
+ model_properties: {
33
+ metric_specifications: {
34
+ client_side_validation: true,
35
+ required: false,
36
+ serialized_name: 'metricSpecifications',
37
+ type: {
38
+ name: 'Sequence',
39
+ element: {
40
+ client_side_validation: true,
41
+ required: false,
42
+ serialized_name: 'MetricSpecificationElementType',
43
+ type: {
44
+ name: 'Composite',
45
+ class_name: 'MetricSpecification'
46
+ }
47
+ }
48
+ }
49
+ }
50
+ }
51
+ }
52
+ }
53
+ end
54
+ end
55
+ end
56
+ end
@@ -0,0 +1,18 @@
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::Storage::Mgmt::V2019_04_01
7
+ module Models
8
+ #
9
+ # Defines values for Services
10
+ #
11
+ module Services
12
+ B = "b"
13
+ Q = "q"
14
+ T = "t"
15
+ F = "f"
16
+ end
17
+ end
18
+ end
@@ -0,0 +1,18 @@
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::Storage::Mgmt::V2019_04_01
7
+ module Models
8
+ #
9
+ # Defines values for SignedResource
10
+ #
11
+ module SignedResource
12
+ B = "b"
13
+ C = "c"
14
+ F = "f"
15
+ S = "s"
16
+ end
17
+ end
18
+ 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::Storage::Mgmt::V2019_04_01
7
+ module Models
8
+ #
9
+ # Defines values for SignedResourceTypes
10
+ #
11
+ module SignedResourceTypes
12
+ S = "s"
13
+ C = "c"
14
+ O = "o"
15
+ end
16
+ end
17
+ end
@@ -0,0 +1,157 @@
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::Storage::Mgmt::V2019_04_01
7
+ module Models
8
+ #
9
+ # The SKU of the storage account.
10
+ #
11
+ class Sku
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [SkuName] Gets or sets the SKU name. Required for account
16
+ # creation; optional for update. Note that in older versions, SKU name
17
+ # was called accountType. Possible values include: 'Standard_LRS',
18
+ # 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS',
19
+ # 'Premium_ZRS', 'Standard_GZRS', 'Standard_RAGZRS'
20
+ attr_accessor :name
21
+
22
+ # @return [SkuTier] Gets the SKU tier. This is based on the SKU name.
23
+ # Possible values include: 'Standard', 'Premium'
24
+ attr_accessor :tier
25
+
26
+ # @return [String] The type of the resource, usually it is
27
+ # 'storageAccounts'.
28
+ attr_accessor :resource_type
29
+
30
+ # @return [Kind] Indicates the type of storage account. Possible values
31
+ # include: 'Storage', 'StorageV2', 'BlobStorage', 'FileStorage',
32
+ # 'BlockBlobStorage'
33
+ attr_accessor :kind
34
+
35
+ # @return [Array<String>] The set of locations that the SKU is available.
36
+ # This will be supported and registered Azure Geo Regions (e.g. West US,
37
+ # East US, Southeast Asia, etc.).
38
+ attr_accessor :locations
39
+
40
+ # @return [Array<SKUCapability>] The capability information in the
41
+ # specified SKU, including file encryption, network ACLs, change
42
+ # notification, etc.
43
+ attr_accessor :capabilities
44
+
45
+ # @return [Array<Restriction>] The restrictions because of which SKU
46
+ # cannot be used. This is empty if there are no restrictions.
47
+ attr_accessor :restrictions
48
+
49
+
50
+ #
51
+ # Mapper for Sku class as Ruby Hash.
52
+ # This will be used for serialization/deserialization.
53
+ #
54
+ def self.mapper()
55
+ {
56
+ client_side_validation: true,
57
+ required: false,
58
+ serialized_name: 'Sku',
59
+ type: {
60
+ name: 'Composite',
61
+ class_name: 'Sku',
62
+ model_properties: {
63
+ name: {
64
+ client_side_validation: true,
65
+ required: true,
66
+ serialized_name: 'name',
67
+ type: {
68
+ name: 'String'
69
+ }
70
+ },
71
+ tier: {
72
+ client_side_validation: true,
73
+ required: false,
74
+ read_only: true,
75
+ serialized_name: 'tier',
76
+ type: {
77
+ name: 'Enum',
78
+ module: 'SkuTier'
79
+ }
80
+ },
81
+ resource_type: {
82
+ client_side_validation: true,
83
+ required: false,
84
+ read_only: true,
85
+ serialized_name: 'resourceType',
86
+ type: {
87
+ name: 'String'
88
+ }
89
+ },
90
+ kind: {
91
+ client_side_validation: true,
92
+ required: false,
93
+ read_only: true,
94
+ serialized_name: 'kind',
95
+ type: {
96
+ name: 'String'
97
+ }
98
+ },
99
+ locations: {
100
+ client_side_validation: true,
101
+ required: false,
102
+ read_only: true,
103
+ serialized_name: 'locations',
104
+ type: {
105
+ name: 'Sequence',
106
+ element: {
107
+ client_side_validation: true,
108
+ required: false,
109
+ serialized_name: 'StringElementType',
110
+ type: {
111
+ name: 'String'
112
+ }
113
+ }
114
+ }
115
+ },
116
+ capabilities: {
117
+ client_side_validation: true,
118
+ required: false,
119
+ read_only: true,
120
+ serialized_name: 'capabilities',
121
+ type: {
122
+ name: 'Sequence',
123
+ element: {
124
+ client_side_validation: true,
125
+ required: false,
126
+ serialized_name: 'SKUCapabilityElementType',
127
+ type: {
128
+ name: 'Composite',
129
+ class_name: 'SKUCapability'
130
+ }
131
+ }
132
+ }
133
+ },
134
+ restrictions: {
135
+ client_side_validation: true,
136
+ required: false,
137
+ serialized_name: 'restrictions',
138
+ type: {
139
+ name: 'Sequence',
140
+ element: {
141
+ client_side_validation: true,
142
+ required: false,
143
+ serialized_name: 'RestrictionElementType',
144
+ type: {
145
+ name: 'Composite',
146
+ class_name: 'Restriction'
147
+ }
148
+ }
149
+ }
150
+ }
151
+ }
152
+ }
153
+ }
154
+ end
155
+ end
156
+ end
157
+ 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::Storage::Mgmt::V2019_04_01
7
+ module Models
8
+ #
9
+ # Defines values for SkuName
10
+ #
11
+ module SkuName
12
+ StandardLRS = "Standard_LRS"
13
+ StandardGRS = "Standard_GRS"
14
+ StandardRAGRS = "Standard_RAGRS"
15
+ StandardZRS = "Standard_ZRS"
16
+ PremiumLRS = "Premium_LRS"
17
+ PremiumZRS = "Premium_ZRS"
18
+ StandardGZRS = "Standard_GZRS"
19
+ StandardRAGZRS = "Standard_RAGZRS"
20
+ end
21
+ end
22
+ 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::Storage::Mgmt::V2019_04_01
7
+ module Models
8
+ #
9
+ # Defines values for SkuTier
10
+ #
11
+ module SkuTier
12
+ Standard = "Standard"
13
+ Premium = "Premium"
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,63 @@
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::Storage::Mgmt::V2019_04_01
7
+ module Models
8
+ #
9
+ # The capability information in the specified SKU, including file
10
+ # encryption, network ACLs, change notification, etc.
11
+ #
12
+ class SKUCapability
13
+
14
+ include MsRestAzure
15
+
16
+ # @return [String] The name of capability, The capability information in
17
+ # the specified SKU, including file encryption, network ACLs, change
18
+ # notification, etc.
19
+ attr_accessor :name
20
+
21
+ # @return [String] A string value to indicate states of given capability.
22
+ # Possibly 'true' or 'false'.
23
+ attr_accessor :value
24
+
25
+
26
+ #
27
+ # Mapper for SKUCapability class as Ruby Hash.
28
+ # This will be used for serialization/deserialization.
29
+ #
30
+ def self.mapper()
31
+ {
32
+ client_side_validation: true,
33
+ required: false,
34
+ serialized_name: 'SKUCapability',
35
+ type: {
36
+ name: 'Composite',
37
+ class_name: 'SKUCapability',
38
+ model_properties: {
39
+ name: {
40
+ client_side_validation: true,
41
+ required: false,
42
+ read_only: true,
43
+ serialized_name: 'name',
44
+ type: {
45
+ name: 'String'
46
+ }
47
+ },
48
+ value: {
49
+ client_side_validation: true,
50
+ required: false,
51
+ read_only: true,
52
+ serialized_name: 'value',
53
+ type: {
54
+ name: 'String'
55
+ }
56
+ }
57
+ }
58
+ }
59
+ }
60
+ end
61
+ end
62
+ end
63
+ 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::Storage::Mgmt::V2019_04_01
7
+ module Models
8
+ #
9
+ # Defines values for State
10
+ #
11
+ module State
12
+ Provisioning = "provisioning"
13
+ Deprovisioning = "deprovisioning"
14
+ Succeeded = "succeeded"
15
+ Failed = "failed"
16
+ NetworkSourceDeleted = "networkSourceDeleted"
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,374 @@
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::Storage::Mgmt::V2019_04_01
7
+ module Models
8
+ #
9
+ # The storage account.
10
+ #
11
+ class StorageAccount < TrackedResource
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [Sku] Gets the SKU.
16
+ attr_accessor :sku
17
+
18
+ # @return [Kind] Gets the Kind. Possible values include: 'Storage',
19
+ # 'StorageV2', 'BlobStorage', 'FileStorage', 'BlockBlobStorage'
20
+ attr_accessor :kind
21
+
22
+ # @return [Identity] The identity of the resource.
23
+ attr_accessor :identity
24
+
25
+ # @return [ProvisioningState] Gets the status of the storage account at
26
+ # the time the operation was called. Possible values include: 'Creating',
27
+ # 'ResolvingDNS', 'Succeeded'
28
+ attr_accessor :provisioning_state
29
+
30
+ # @return [Endpoints] Gets the URLs that are used to perform a retrieval
31
+ # of a public blob, queue, or table object. Note that Standard_ZRS and
32
+ # Premium_LRS accounts only return the blob endpoint.
33
+ attr_accessor :primary_endpoints
34
+
35
+ # @return [String] Gets the location of the primary data center for the
36
+ # storage account.
37
+ attr_accessor :primary_location
38
+
39
+ # @return [AccountStatus] Gets the status indicating whether the primary
40
+ # location of the storage account is available or unavailable. Possible
41
+ # values include: 'available', 'unavailable'
42
+ attr_accessor :status_of_primary
43
+
44
+ # @return [DateTime] Gets the timestamp of the most recent instance of a
45
+ # failover to the secondary location. Only the most recent timestamp is
46
+ # retained. This element is not returned if there has never been a
47
+ # failover instance. Only available if the accountType is Standard_GRS or
48
+ # Standard_RAGRS.
49
+ attr_accessor :last_geo_failover_time
50
+
51
+ # @return [String] Gets the location of the geo-replicated secondary for
52
+ # the storage account. Only available if the accountType is Standard_GRS
53
+ # or Standard_RAGRS.
54
+ attr_accessor :secondary_location
55
+
56
+ # @return [AccountStatus] Gets the status indicating whether the
57
+ # secondary location of the storage account is available or unavailable.
58
+ # Only available if the SKU name is Standard_GRS or Standard_RAGRS.
59
+ # Possible values include: 'available', 'unavailable'
60
+ attr_accessor :status_of_secondary
61
+
62
+ # @return [DateTime] Gets the creation date and time of the storage
63
+ # account in UTC.
64
+ attr_accessor :creation_time
65
+
66
+ # @return [CustomDomain] Gets the custom domain the user assigned to this
67
+ # storage account.
68
+ attr_accessor :custom_domain
69
+
70
+ # @return [Endpoints] Gets the URLs that are used to perform a retrieval
71
+ # of a public blob, queue, or table object from the secondary location of
72
+ # the storage account. Only available if the SKU name is Standard_RAGRS.
73
+ attr_accessor :secondary_endpoints
74
+
75
+ # @return [Encryption] Gets the encryption settings on the account. If
76
+ # unspecified, the account is unencrypted.
77
+ attr_accessor :encryption
78
+
79
+ # @return [AccessTier] Required for storage accounts where kind =
80
+ # BlobStorage. The access tier used for billing. Possible values include:
81
+ # 'Hot', 'Cool'
82
+ attr_accessor :access_tier
83
+
84
+ # @return [Boolean] Enables Azure Files AAD Integration for SMB if sets
85
+ # to true.
86
+ attr_accessor :enable_azure_files_aad_integration
87
+
88
+ # @return [Boolean] Allows https traffic only to storage service if sets
89
+ # to true.
90
+ attr_accessor :enable_https_traffic_only
91
+
92
+ # @return [NetworkRuleSet] Network rule set
93
+ attr_accessor :network_rule_set
94
+
95
+ # @return [Boolean] Account HierarchicalNamespace enabled if sets to
96
+ # true.
97
+ attr_accessor :is_hns_enabled
98
+
99
+ # @return [GeoReplicationStats] Geo Replication Stats
100
+ attr_accessor :geo_replication_stats
101
+
102
+ # @return [Boolean] If the failover is in progress, the value will be
103
+ # true, otherwise, it will be null.
104
+ attr_accessor :failover_in_progress
105
+
106
+
107
+ #
108
+ # Mapper for StorageAccount class as Ruby Hash.
109
+ # This will be used for serialization/deserialization.
110
+ #
111
+ def self.mapper()
112
+ {
113
+ client_side_validation: true,
114
+ required: false,
115
+ serialized_name: 'StorageAccount',
116
+ type: {
117
+ name: 'Composite',
118
+ class_name: 'StorageAccount',
119
+ model_properties: {
120
+ id: {
121
+ client_side_validation: true,
122
+ required: false,
123
+ read_only: true,
124
+ serialized_name: 'id',
125
+ type: {
126
+ name: 'String'
127
+ }
128
+ },
129
+ name: {
130
+ client_side_validation: true,
131
+ required: false,
132
+ read_only: true,
133
+ serialized_name: 'name',
134
+ type: {
135
+ name: 'String'
136
+ }
137
+ },
138
+ type: {
139
+ client_side_validation: true,
140
+ required: false,
141
+ read_only: true,
142
+ serialized_name: 'type',
143
+ type: {
144
+ name: 'String'
145
+ }
146
+ },
147
+ tags: {
148
+ client_side_validation: true,
149
+ required: false,
150
+ serialized_name: 'tags',
151
+ type: {
152
+ name: 'Dictionary',
153
+ value: {
154
+ client_side_validation: true,
155
+ required: false,
156
+ serialized_name: 'StringElementType',
157
+ type: {
158
+ name: 'String'
159
+ }
160
+ }
161
+ }
162
+ },
163
+ location: {
164
+ client_side_validation: true,
165
+ required: true,
166
+ serialized_name: 'location',
167
+ type: {
168
+ name: 'String'
169
+ }
170
+ },
171
+ sku: {
172
+ client_side_validation: true,
173
+ required: false,
174
+ read_only: true,
175
+ serialized_name: 'sku',
176
+ type: {
177
+ name: 'Composite',
178
+ class_name: 'Sku'
179
+ }
180
+ },
181
+ kind: {
182
+ client_side_validation: true,
183
+ required: false,
184
+ read_only: true,
185
+ serialized_name: 'kind',
186
+ type: {
187
+ name: 'String'
188
+ }
189
+ },
190
+ identity: {
191
+ client_side_validation: true,
192
+ required: false,
193
+ serialized_name: 'identity',
194
+ type: {
195
+ name: 'Composite',
196
+ class_name: 'Identity'
197
+ }
198
+ },
199
+ provisioning_state: {
200
+ client_side_validation: true,
201
+ required: false,
202
+ read_only: true,
203
+ serialized_name: 'properties.provisioningState',
204
+ type: {
205
+ name: 'Enum',
206
+ module: 'ProvisioningState'
207
+ }
208
+ },
209
+ primary_endpoints: {
210
+ client_side_validation: true,
211
+ required: false,
212
+ read_only: true,
213
+ serialized_name: 'properties.primaryEndpoints',
214
+ type: {
215
+ name: 'Composite',
216
+ class_name: 'Endpoints'
217
+ }
218
+ },
219
+ primary_location: {
220
+ client_side_validation: true,
221
+ required: false,
222
+ read_only: true,
223
+ serialized_name: 'properties.primaryLocation',
224
+ type: {
225
+ name: 'String'
226
+ }
227
+ },
228
+ status_of_primary: {
229
+ client_side_validation: true,
230
+ required: false,
231
+ read_only: true,
232
+ serialized_name: 'properties.statusOfPrimary',
233
+ type: {
234
+ name: 'Enum',
235
+ module: 'AccountStatus'
236
+ }
237
+ },
238
+ last_geo_failover_time: {
239
+ client_side_validation: true,
240
+ required: false,
241
+ read_only: true,
242
+ serialized_name: 'properties.lastGeoFailoverTime',
243
+ type: {
244
+ name: 'DateTime'
245
+ }
246
+ },
247
+ secondary_location: {
248
+ client_side_validation: true,
249
+ required: false,
250
+ read_only: true,
251
+ serialized_name: 'properties.secondaryLocation',
252
+ type: {
253
+ name: 'String'
254
+ }
255
+ },
256
+ status_of_secondary: {
257
+ client_side_validation: true,
258
+ required: false,
259
+ read_only: true,
260
+ serialized_name: 'properties.statusOfSecondary',
261
+ type: {
262
+ name: 'Enum',
263
+ module: 'AccountStatus'
264
+ }
265
+ },
266
+ creation_time: {
267
+ client_side_validation: true,
268
+ required: false,
269
+ read_only: true,
270
+ serialized_name: 'properties.creationTime',
271
+ type: {
272
+ name: 'DateTime'
273
+ }
274
+ },
275
+ custom_domain: {
276
+ client_side_validation: true,
277
+ required: false,
278
+ read_only: true,
279
+ serialized_name: 'properties.customDomain',
280
+ type: {
281
+ name: 'Composite',
282
+ class_name: 'CustomDomain'
283
+ }
284
+ },
285
+ secondary_endpoints: {
286
+ client_side_validation: true,
287
+ required: false,
288
+ read_only: true,
289
+ serialized_name: 'properties.secondaryEndpoints',
290
+ type: {
291
+ name: 'Composite',
292
+ class_name: 'Endpoints'
293
+ }
294
+ },
295
+ encryption: {
296
+ client_side_validation: true,
297
+ required: false,
298
+ read_only: true,
299
+ serialized_name: 'properties.encryption',
300
+ type: {
301
+ name: 'Composite',
302
+ class_name: 'Encryption'
303
+ }
304
+ },
305
+ access_tier: {
306
+ client_side_validation: true,
307
+ required: false,
308
+ read_only: true,
309
+ serialized_name: 'properties.accessTier',
310
+ type: {
311
+ name: 'Enum',
312
+ module: 'AccessTier'
313
+ }
314
+ },
315
+ enable_azure_files_aad_integration: {
316
+ client_side_validation: true,
317
+ required: false,
318
+ serialized_name: 'properties.azureFilesAadIntegration',
319
+ type: {
320
+ name: 'Boolean'
321
+ }
322
+ },
323
+ enable_https_traffic_only: {
324
+ client_side_validation: true,
325
+ required: false,
326
+ serialized_name: 'properties.supportsHttpsTrafficOnly',
327
+ type: {
328
+ name: 'Boolean'
329
+ }
330
+ },
331
+ network_rule_set: {
332
+ client_side_validation: true,
333
+ required: false,
334
+ read_only: true,
335
+ serialized_name: 'properties.networkAcls',
336
+ type: {
337
+ name: 'Composite',
338
+ class_name: 'NetworkRuleSet'
339
+ }
340
+ },
341
+ is_hns_enabled: {
342
+ client_side_validation: true,
343
+ required: false,
344
+ serialized_name: 'properties.isHnsEnabled',
345
+ type: {
346
+ name: 'Boolean'
347
+ }
348
+ },
349
+ geo_replication_stats: {
350
+ client_side_validation: true,
351
+ required: false,
352
+ read_only: true,
353
+ serialized_name: 'properties.geoReplicationStats',
354
+ type: {
355
+ name: 'Composite',
356
+ class_name: 'GeoReplicationStats'
357
+ }
358
+ },
359
+ failover_in_progress: {
360
+ client_side_validation: true,
361
+ required: false,
362
+ read_only: true,
363
+ serialized_name: 'properties.failoverInProgress',
364
+ type: {
365
+ name: 'Boolean'
366
+ }
367
+ }
368
+ }
369
+ }
370
+ }
371
+ end
372
+ end
373
+ end
374
+ end