azure_mgmt_storage 0.16.0 → 0.16.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2015-05-01-preview/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/2015-06-15/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/2016-01-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/2016-12-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/2017-06-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/2017-10-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/2018-02-01/generated/azure_mgmt_storage.rb +107 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/blob_containers.rb +1721 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/access_tier.rb +16 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/account_sas_parameters.rb +136 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/account_status.rb +16 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/action.rb +15 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/azure_entity_resource.rb +75 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/blob_container.rb +217 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/bypass.rb +18 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/check_name_availability_result.rb +77 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/custom_domain.rb +60 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/default_action.rb +16 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/dimension.rb +57 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/encryption.rb +74 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/encryption_service.rb +62 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/encryption_services.rb +89 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/endpoints.rb +84 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/http_protocol.rb +16 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/identity.rb +72 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/immutability_policy.rb +98 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/immutability_policy_properties.rb +95 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/immutability_policy_state.rb +16 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/immutability_policy_update_type.rb +17 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/iprule.rb +61 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/key_permission.rb +16 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/key_source.rb +16 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/key_vault_properties.rb +68 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/kind.rb +17 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/lease_duration.rb +16 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/lease_state.rb +19 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/lease_status.rb +16 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/legal_hold.rb +71 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/legal_hold_properties.rb +72 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/list_account_sas_response.rb +47 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/list_container_item.rb +216 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/list_container_items.rb +55 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/list_service_sas_response.rb +47 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/metric_specification.rb +145 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/network_rule_set.rb +106 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/operation.rb +83 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/operation_display.rb +68 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/operation_list_result.rb +57 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/permissions.rb +22 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/provisioning_state.rb +17 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/proxy_resource.rb +63 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/public_access.rb +17 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/reason.rb +16 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/reason_code.rb +16 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/resource.rb +74 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/restriction.rb +85 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/service_sas_parameters.rb +247 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/service_specification.rb +56 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/services.rb +18 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/signed_resource.rb +18 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/signed_resource_types.rb +17 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/sku.rb +157 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/sku_name.rb +19 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/sku_tier.rb +16 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb +63 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/state.rb +19 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/storage_account.rb +326 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/storage_account_check_name_availability_parameters.rb +62 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/storage_account_create_parameters.rb +179 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/storage_account_key.rb +73 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/storage_account_list_keys_result.rb +57 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/storage_account_list_result.rb +57 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/storage_account_regenerate_key_parameters.rb +47 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/storage_account_update_parameters.rb +167 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/storage_sku_list_result.rb +57 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/tag_property.rb +97 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/tracked_resource.rb +92 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/update_history_property.rb +114 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/usage.rb +89 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/usage_list_result.rb +56 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/usage_name.rb +59 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/usage_unit.rb +20 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/virtual_network_rule.rb +75 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/module_definition.rb +9 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/operations.rb +108 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/skus.rb +114 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/storage_accounts.rb +1340 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/storage_management_client.rb +146 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/usage_operations.rb +207 -0
- data/lib/azure_mgmt_storage.rb +1 -0
- data/lib/profiles/latest/modules/storage_profile_module.rb +222 -148
- data/lib/version.rb +1 -1
- metadata +86 -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::V2018_02_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::V2018_02_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::V2018_02_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::V2018_02_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::V2018_02_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
|
+
attr_accessor :name
|
20
|
+
|
21
|
+
# @return [SkuTier] Gets the sku tier. This is based on the SKU name.
|
22
|
+
# Possible values include: 'Standard', 'Premium'
|
23
|
+
attr_accessor :tier
|
24
|
+
|
25
|
+
# @return [String] The type of the resource, usually it is
|
26
|
+
# 'storageAccounts'.
|
27
|
+
attr_accessor :resource_type
|
28
|
+
|
29
|
+
# @return [Kind] Indicates the type of storage account. Possible values
|
30
|
+
# include: 'Storage', 'StorageV2', 'BlobStorage'
|
31
|
+
attr_accessor :kind
|
32
|
+
|
33
|
+
# @return [Array<String>] The set of locations that the SKU is available.
|
34
|
+
# This will be supported and registered Azure Geo Regions (e.g. West US,
|
35
|
+
# East US, Southeast Asia, etc.).
|
36
|
+
attr_accessor :locations
|
37
|
+
|
38
|
+
# @return [Array<SKUCapability>] The capability information in the
|
39
|
+
# specified sku, including file encryption, network acls, change
|
40
|
+
# notification, etc.
|
41
|
+
attr_accessor :capabilities
|
42
|
+
|
43
|
+
# @return [Array<Restriction>] The restrictions because of which SKU
|
44
|
+
# cannot be used. This is empty if there are no restrictions.
|
45
|
+
attr_accessor :restrictions
|
46
|
+
|
47
|
+
|
48
|
+
#
|
49
|
+
# Mapper for Sku class as Ruby Hash.
|
50
|
+
# This will be used for serialization/deserialization.
|
51
|
+
#
|
52
|
+
def self.mapper()
|
53
|
+
{
|
54
|
+
client_side_validation: true,
|
55
|
+
required: false,
|
56
|
+
serialized_name: 'Sku',
|
57
|
+
type: {
|
58
|
+
name: 'Composite',
|
59
|
+
class_name: 'Sku',
|
60
|
+
model_properties: {
|
61
|
+
name: {
|
62
|
+
client_side_validation: true,
|
63
|
+
required: true,
|
64
|
+
serialized_name: 'name',
|
65
|
+
type: {
|
66
|
+
name: 'Enum',
|
67
|
+
module: 'SkuName'
|
68
|
+
}
|
69
|
+
},
|
70
|
+
tier: {
|
71
|
+
client_side_validation: true,
|
72
|
+
required: false,
|
73
|
+
read_only: true,
|
74
|
+
serialized_name: 'tier',
|
75
|
+
type: {
|
76
|
+
name: 'Enum',
|
77
|
+
module: 'SkuTier'
|
78
|
+
}
|
79
|
+
},
|
80
|
+
resource_type: {
|
81
|
+
client_side_validation: true,
|
82
|
+
required: false,
|
83
|
+
read_only: true,
|
84
|
+
serialized_name: 'resourceType',
|
85
|
+
type: {
|
86
|
+
name: 'String'
|
87
|
+
}
|
88
|
+
},
|
89
|
+
kind: {
|
90
|
+
client_side_validation: true,
|
91
|
+
required: false,
|
92
|
+
read_only: true,
|
93
|
+
serialized_name: 'kind',
|
94
|
+
type: {
|
95
|
+
name: 'Enum',
|
96
|
+
module: 'Kind'
|
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,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::V2018_02_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
|
+
end
|
18
|
+
end
|
19
|
+
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::V2018_02_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::V2018_02_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::V2018_02_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,326 @@
|
|
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::V2018_02_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'
|
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] Allows https traffic only to storage service if sets
|
85
|
+
# to true. Default value: false .
|
86
|
+
attr_accessor :enable_https_traffic_only
|
87
|
+
|
88
|
+
# @return [NetworkRuleSet] Network rule set
|
89
|
+
attr_accessor :network_rule_set
|
90
|
+
|
91
|
+
|
92
|
+
#
|
93
|
+
# Mapper for StorageAccount class as Ruby Hash.
|
94
|
+
# This will be used for serialization/deserialization.
|
95
|
+
#
|
96
|
+
def self.mapper()
|
97
|
+
{
|
98
|
+
client_side_validation: true,
|
99
|
+
required: false,
|
100
|
+
serialized_name: 'StorageAccount',
|
101
|
+
type: {
|
102
|
+
name: 'Composite',
|
103
|
+
class_name: 'StorageAccount',
|
104
|
+
model_properties: {
|
105
|
+
id: {
|
106
|
+
client_side_validation: true,
|
107
|
+
required: false,
|
108
|
+
read_only: true,
|
109
|
+
serialized_name: 'id',
|
110
|
+
type: {
|
111
|
+
name: 'String'
|
112
|
+
}
|
113
|
+
},
|
114
|
+
name: {
|
115
|
+
client_side_validation: true,
|
116
|
+
required: false,
|
117
|
+
read_only: true,
|
118
|
+
serialized_name: 'name',
|
119
|
+
type: {
|
120
|
+
name: 'String'
|
121
|
+
}
|
122
|
+
},
|
123
|
+
type: {
|
124
|
+
client_side_validation: true,
|
125
|
+
required: false,
|
126
|
+
read_only: true,
|
127
|
+
serialized_name: 'type',
|
128
|
+
type: {
|
129
|
+
name: 'String'
|
130
|
+
}
|
131
|
+
},
|
132
|
+
tags: {
|
133
|
+
client_side_validation: true,
|
134
|
+
required: false,
|
135
|
+
serialized_name: 'tags',
|
136
|
+
type: {
|
137
|
+
name: 'Dictionary',
|
138
|
+
value: {
|
139
|
+
client_side_validation: true,
|
140
|
+
required: false,
|
141
|
+
serialized_name: 'StringElementType',
|
142
|
+
type: {
|
143
|
+
name: 'String'
|
144
|
+
}
|
145
|
+
}
|
146
|
+
}
|
147
|
+
},
|
148
|
+
location: {
|
149
|
+
client_side_validation: true,
|
150
|
+
required: true,
|
151
|
+
serialized_name: 'location',
|
152
|
+
type: {
|
153
|
+
name: 'String'
|
154
|
+
}
|
155
|
+
},
|
156
|
+
sku: {
|
157
|
+
client_side_validation: true,
|
158
|
+
required: false,
|
159
|
+
read_only: true,
|
160
|
+
serialized_name: 'sku',
|
161
|
+
type: {
|
162
|
+
name: 'Composite',
|
163
|
+
class_name: 'Sku'
|
164
|
+
}
|
165
|
+
},
|
166
|
+
kind: {
|
167
|
+
client_side_validation: true,
|
168
|
+
required: false,
|
169
|
+
read_only: true,
|
170
|
+
serialized_name: 'kind',
|
171
|
+
type: {
|
172
|
+
name: 'Enum',
|
173
|
+
module: 'Kind'
|
174
|
+
}
|
175
|
+
},
|
176
|
+
identity: {
|
177
|
+
client_side_validation: true,
|
178
|
+
required: false,
|
179
|
+
serialized_name: 'identity',
|
180
|
+
type: {
|
181
|
+
name: 'Composite',
|
182
|
+
class_name: 'Identity'
|
183
|
+
}
|
184
|
+
},
|
185
|
+
provisioning_state: {
|
186
|
+
client_side_validation: true,
|
187
|
+
required: false,
|
188
|
+
read_only: true,
|
189
|
+
serialized_name: 'properties.provisioningState',
|
190
|
+
type: {
|
191
|
+
name: 'Enum',
|
192
|
+
module: 'ProvisioningState'
|
193
|
+
}
|
194
|
+
},
|
195
|
+
primary_endpoints: {
|
196
|
+
client_side_validation: true,
|
197
|
+
required: false,
|
198
|
+
read_only: true,
|
199
|
+
serialized_name: 'properties.primaryEndpoints',
|
200
|
+
type: {
|
201
|
+
name: 'Composite',
|
202
|
+
class_name: 'Endpoints'
|
203
|
+
}
|
204
|
+
},
|
205
|
+
primary_location: {
|
206
|
+
client_side_validation: true,
|
207
|
+
required: false,
|
208
|
+
read_only: true,
|
209
|
+
serialized_name: 'properties.primaryLocation',
|
210
|
+
type: {
|
211
|
+
name: 'String'
|
212
|
+
}
|
213
|
+
},
|
214
|
+
status_of_primary: {
|
215
|
+
client_side_validation: true,
|
216
|
+
required: false,
|
217
|
+
read_only: true,
|
218
|
+
serialized_name: 'properties.statusOfPrimary',
|
219
|
+
type: {
|
220
|
+
name: 'Enum',
|
221
|
+
module: 'AccountStatus'
|
222
|
+
}
|
223
|
+
},
|
224
|
+
last_geo_failover_time: {
|
225
|
+
client_side_validation: true,
|
226
|
+
required: false,
|
227
|
+
read_only: true,
|
228
|
+
serialized_name: 'properties.lastGeoFailoverTime',
|
229
|
+
type: {
|
230
|
+
name: 'DateTime'
|
231
|
+
}
|
232
|
+
},
|
233
|
+
secondary_location: {
|
234
|
+
client_side_validation: true,
|
235
|
+
required: false,
|
236
|
+
read_only: true,
|
237
|
+
serialized_name: 'properties.secondaryLocation',
|
238
|
+
type: {
|
239
|
+
name: 'String'
|
240
|
+
}
|
241
|
+
},
|
242
|
+
status_of_secondary: {
|
243
|
+
client_side_validation: true,
|
244
|
+
required: false,
|
245
|
+
read_only: true,
|
246
|
+
serialized_name: 'properties.statusOfSecondary',
|
247
|
+
type: {
|
248
|
+
name: 'Enum',
|
249
|
+
module: 'AccountStatus'
|
250
|
+
}
|
251
|
+
},
|
252
|
+
creation_time: {
|
253
|
+
client_side_validation: true,
|
254
|
+
required: false,
|
255
|
+
read_only: true,
|
256
|
+
serialized_name: 'properties.creationTime',
|
257
|
+
type: {
|
258
|
+
name: 'DateTime'
|
259
|
+
}
|
260
|
+
},
|
261
|
+
custom_domain: {
|
262
|
+
client_side_validation: true,
|
263
|
+
required: false,
|
264
|
+
read_only: true,
|
265
|
+
serialized_name: 'properties.customDomain',
|
266
|
+
type: {
|
267
|
+
name: 'Composite',
|
268
|
+
class_name: 'CustomDomain'
|
269
|
+
}
|
270
|
+
},
|
271
|
+
secondary_endpoints: {
|
272
|
+
client_side_validation: true,
|
273
|
+
required: false,
|
274
|
+
read_only: true,
|
275
|
+
serialized_name: 'properties.secondaryEndpoints',
|
276
|
+
type: {
|
277
|
+
name: 'Composite',
|
278
|
+
class_name: 'Endpoints'
|
279
|
+
}
|
280
|
+
},
|
281
|
+
encryption: {
|
282
|
+
client_side_validation: true,
|
283
|
+
required: false,
|
284
|
+
read_only: true,
|
285
|
+
serialized_name: 'properties.encryption',
|
286
|
+
type: {
|
287
|
+
name: 'Composite',
|
288
|
+
class_name: 'Encryption'
|
289
|
+
}
|
290
|
+
},
|
291
|
+
access_tier: {
|
292
|
+
client_side_validation: true,
|
293
|
+
required: false,
|
294
|
+
read_only: true,
|
295
|
+
serialized_name: 'properties.accessTier',
|
296
|
+
type: {
|
297
|
+
name: 'Enum',
|
298
|
+
module: 'AccessTier'
|
299
|
+
}
|
300
|
+
},
|
301
|
+
enable_https_traffic_only: {
|
302
|
+
client_side_validation: true,
|
303
|
+
required: false,
|
304
|
+
serialized_name: 'properties.supportsHttpsTrafficOnly',
|
305
|
+
default_value: false,
|
306
|
+
type: {
|
307
|
+
name: 'Boolean'
|
308
|
+
}
|
309
|
+
},
|
310
|
+
network_rule_set: {
|
311
|
+
client_side_validation: true,
|
312
|
+
required: false,
|
313
|
+
read_only: true,
|
314
|
+
serialized_name: 'properties.networkAcls',
|
315
|
+
type: {
|
316
|
+
name: 'Composite',
|
317
|
+
class_name: 'NetworkRuleSet'
|
318
|
+
}
|
319
|
+
}
|
320
|
+
}
|
321
|
+
}
|
322
|
+
}
|
323
|
+
end
|
324
|
+
end
|
325
|
+
end
|
326
|
+
end
|