azure_mgmt_redis 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (25) hide show
  1. checksums.yaml +4 -4
  2. data/lib/generated/azure_mgmt_redis.rb +4 -4
  3. data/lib/generated/azure_mgmt_redis/models/day_of_week.rb +3 -1
  4. data/lib/generated/azure_mgmt_redis/models/export_rdbparameters.rb +2 -2
  5. data/lib/generated/azure_mgmt_redis/models/import_rdbparameters.rb +3 -3
  6. data/lib/generated/azure_mgmt_redis/models/reboot_type.rb +1 -1
  7. data/lib/generated/azure_mgmt_redis/models/redis_access_keys.rb +3 -3
  8. data/lib/generated/azure_mgmt_redis/models/redis_create_parameters.rb +10 -10
  9. data/lib/generated/azure_mgmt_redis/models/redis_key_type.rb +1 -1
  10. data/lib/generated/azure_mgmt_redis/models/redis_list_result.rb +3 -3
  11. data/lib/generated/azure_mgmt_redis/models/redis_patch_schedule.rb +8 -7
  12. data/lib/generated/azure_mgmt_redis/models/redis_reboot_parameters.rb +5 -5
  13. data/lib/generated/azure_mgmt_redis/models/redis_regenerate_key_parameters.rb +3 -3
  14. data/lib/generated/azure_mgmt_redis/models/redis_resource.rb +17 -17
  15. data/lib/generated/azure_mgmt_redis/models/redis_update_parameters.rb +11 -11
  16. data/lib/generated/azure_mgmt_redis/models/schedule_entry.rb +5 -5
  17. data/lib/generated/azure_mgmt_redis/models/sku.rb +8 -7
  18. data/lib/generated/azure_mgmt_redis/models/sku_family.rb +1 -1
  19. data/lib/generated/azure_mgmt_redis/models/sku_name.rb +1 -1
  20. data/lib/generated/azure_mgmt_redis/module_definition.rb +1 -1
  21. data/lib/generated/azure_mgmt_redis/patch_schedules.rb +23 -23
  22. data/lib/generated/azure_mgmt_redis/redis.rb +482 -472
  23. data/lib/generated/azure_mgmt_redis/redis_management_client.rb +16 -3
  24. data/lib/generated/azure_mgmt_redis/version.rb +2 -2
  25. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 96c1f3083bdf8bf200ccc01165e93cfd007f7b52
4
- data.tar.gz: 57c9e18292261bd21ea4902a2c5496aa1b220b93
3
+ metadata.gz: 5188da1767c4e1845c507c57e20bb8d83c615ba5
4
+ data.tar.gz: 773a5a2e13353aa1de33fece58efbe4839e8c9cd
5
5
  SHA512:
6
- metadata.gz: 9bf1abf836cfd872fba3cfd46f7a185b192c612d72d6ab4fc958a6156a1bb29835c04de9890ce59f28fe5325dc72937940691924f8a412f22f762d96a53e593f
7
- data.tar.gz: 140e6dde0bb76170b95cc025e4e406942a1b20ebd4a2b014cb72535df72d99a1d821a951709b844f1d65b65e7bf5b0414ea687a9dd7f0d9683d873f2ccea1fd8
6
+ metadata.gz: 415190be760f2c333538e30f425c3f358f2fc9167fe625036097906e1adb9f66c5cffb71ba6855da3a605e40c711438696169886f3ee815900c3ae553fa43a13
7
+ data.tar.gz: 74464bcad05666d9ede45bc09f33da2822d56419bf51807bfe98e11aadd1e85ccd6ffde374e5e38f035dfc663e0af60eac91e17352b0da1694886cb345c1c04f
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -25,14 +25,14 @@ module Azure::ARM::Redis
25
25
  autoload :RedisManagementClient, 'generated/azure_mgmt_redis/redis_management_client.rb'
26
26
 
27
27
  module Models
28
- autoload :Sku, 'generated/azure_mgmt_redis/models/sku.rb'
29
- autoload :RedisUpdateParameters, 'generated/azure_mgmt_redis/models/redis_update_parameters.rb'
30
- autoload :RedisAccessKeys, 'generated/azure_mgmt_redis/models/redis_access_keys.rb'
31
28
  autoload :RedisListResult, 'generated/azure_mgmt_redis/models/redis_list_result.rb'
29
+ autoload :Sku, 'generated/azure_mgmt_redis/models/sku.rb'
32
30
  autoload :RedisRegenerateKeyParameters, 'generated/azure_mgmt_redis/models/redis_regenerate_key_parameters.rb'
33
31
  autoload :RedisRebootParameters, 'generated/azure_mgmt_redis/models/redis_reboot_parameters.rb'
32
+ autoload :RedisUpdateParameters, 'generated/azure_mgmt_redis/models/redis_update_parameters.rb'
34
33
  autoload :ExportRDBParameters, 'generated/azure_mgmt_redis/models/export_rdbparameters.rb'
35
34
  autoload :ImportRDBParameters, 'generated/azure_mgmt_redis/models/import_rdbparameters.rb'
35
+ autoload :RedisAccessKeys, 'generated/azure_mgmt_redis/models/redis_access_keys.rb'
36
36
  autoload :ScheduleEntry, 'generated/azure_mgmt_redis/models/schedule_entry.rb'
37
37
  autoload :RedisPatchSchedule, 'generated/azure_mgmt_redis/models/redis_patch_schedule.rb'
38
38
  autoload :RedisCreateParameters, 'generated/azure_mgmt_redis/models/redis_create_parameters.rb'
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -16,6 +16,8 @@ module Azure::ARM::Redis
16
16
  Friday = "Friday"
17
17
  Saturday = "Saturday"
18
18
  Sunday = "Sunday"
19
+ Everyday = "Everyday"
20
+ Weekend = "Weekend"
19
21
  end
20
22
  end
21
23
  end
@@ -1,12 +1,12 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Redis
7
7
  module Models
8
8
  #
9
- # Parameters for redis export operation.
9
+ # Parameters for Redis export operation.
10
10
  #
11
11
  class ExportRDBParameters
12
12
 
@@ -1,12 +1,12 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Redis
7
7
  module Models
8
8
  #
9
- # Parameters for redis import operation.
9
+ # Parameters for Redis import operation.
10
10
  #
11
11
  class ImportRDBParameters
12
12
 
@@ -15,7 +15,7 @@ module Azure::ARM::Redis
15
15
  # @return [String] File format.
16
16
  attr_accessor :format
17
17
 
18
- # @return [Array<String>] files to import
18
+ # @return [Array<String>] files to import.
19
19
  attr_accessor :files
20
20
 
21
21
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -13,11 +13,11 @@ module Azure::ARM::Redis
13
13
  include MsRestAzure
14
14
 
15
15
  # @return [String] The current primary key that clients can use to
16
- # authenticate with redis cache.
16
+ # authenticate with Redis cache.
17
17
  attr_accessor :primary_key
18
18
 
19
19
  # @return [String] The current secondary key that clients can use to
20
- # authenticate with redis cache.
20
+ # authenticate with Redis cache.
21
21
  attr_accessor :secondary_key
22
22
 
23
23
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,13 +12,13 @@ module Azure::ARM::Redis
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [Hash{String => String}] All Redis Settings. Few possible
16
- # keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value
15
+ # @return [Hash{String => String}] All Redis Settings. Few possible keys:
16
+ # rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value
17
17
  # etc.
18
18
  attr_accessor :redis_configuration
19
19
 
20
- # @return [Boolean] If the value is true, then the non-ssl redis server
21
- # port (6379) will be enabled.
20
+ # @return [Boolean] Specifies whether the non-ssl Redis server port
21
+ # (6379) is enabled.
22
22
  attr_accessor :enable_non_ssl_port
23
23
 
24
24
  # @return [Hash{String => String}] tenantSettings
@@ -29,15 +29,15 @@ module Azure::ARM::Redis
29
29
  attr_accessor :shard_count
30
30
 
31
31
  # @return [String] The full resource ID of a subnet in a virtual network
32
- # to deploy the redis cache in. Example format:
32
+ # to deploy the Redis cache in. Example format:
33
33
  # /subscriptions/{subid}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1
34
34
  attr_accessor :subnet_id
35
35
 
36
- # @return [String] Required when deploying a redis cache inside an
37
- # existing Azure Virtual Network.
36
+ # @return [String] Static IP address. Required when deploying a Redis
37
+ # cache inside an existing Azure Virtual Network.
38
38
  attr_accessor :static_ip
39
39
 
40
- # @return [Sku] What sku of redis cache to deploy.
40
+ # @return [Sku] The SKU of the Redis cache to deploy.
41
41
  attr_accessor :sku
42
42
 
43
43
 
@@ -100,7 +100,7 @@ module Azure::ARM::Redis
100
100
  },
101
101
  redis_configuration: {
102
102
  required: false,
103
- serialized_name: 'properties.redisConfiguration',
103
+ serialized_name: 'properties.RedisConfiguration',
104
104
  type: {
105
105
  name: 'Dictionary',
106
106
  value: {
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -1,18 +1,18 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Redis
7
7
  module Models
8
8
  #
9
- # The response of list redis operation.
9
+ # The response of list Redis operation.
10
10
  #
11
11
  class RedisListResult
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [Array<RedisResource>] Results of the list operation
15
+ # @return [Array<RedisResource>] List of Redis cache instances.
16
16
  attr_accessor :value
17
17
 
18
18
  # @return [String] Link for next set of locations.
@@ -1,30 +1,31 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Redis
7
7
  module Models
8
8
  #
9
- # Response to put/get patch schedules for redis cache.
9
+ # Response to put/get patch schedules for Redis cache.
10
10
  #
11
11
  class RedisPatchSchedule
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [String] Resource Id
15
+ # @return [String] Resource ID.
16
16
  attr_accessor :id
17
17
 
18
- # @return [String] Resource name
18
+ # @return [String] Resource name.
19
19
  attr_accessor :name
20
20
 
21
- # @return [String] Resource type
21
+ # @return [String] Resource type.
22
22
  attr_accessor :type
23
23
 
24
- # @return [String] Resource location
24
+ # @return [String] Resource location.
25
25
  attr_accessor :location
26
26
 
27
- # @return [Array<ScheduleEntry>] List of patch schedules for redis cache.
27
+ # @return [Array<ScheduleEntry>] List of patch schedules for a Redis
28
+ # cache.
28
29
  attr_accessor :schedule_entries
29
30
 
30
31
 
@@ -1,24 +1,24 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Redis
7
7
  module Models
8
8
  #
9
- # Specifies which redis node(s) to reboot.
9
+ # Specifies which Redis node(s) to reboot.
10
10
  #
11
11
  class RedisRebootParameters
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [RebootType] Which redis node(s) to reboot. Depending on this
15
+ # @return [RebootType] Which Redis node(s) to reboot. Depending on this
16
16
  # value data loss is possible. Possible values include: 'PrimaryNode',
17
17
  # 'SecondaryNode', 'AllNodes'
18
18
  attr_accessor :reboot_type
19
19
 
20
- # @return [Integer] In case of cluster cache, this specifies shard id
21
- # which should be rebooted.
20
+ # @return [Integer] If clustering is enabled, the ID of the shard to be
21
+ # rebooted.
22
22
  attr_accessor :shard_id
23
23
 
24
24
 
@@ -1,18 +1,18 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Redis
7
7
  module Models
8
8
  #
9
- # Specifies which redis access keys to reset.
9
+ # Specifies which Redis access keys to reset.
10
10
  #
11
11
  class RedisRegenerateKeyParameters
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [RedisKeyType] Which redis access key to reset. Possible
15
+ # @return [RedisKeyType] The Redis access key to regenerate. Possible
16
16
  # values include: 'Primary', 'Secondary'
17
17
  attr_accessor :key_type
18
18
 
@@ -1,39 +1,39 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Redis
7
7
  module Models
8
8
  #
9
- # A single redis item in List or Get Operation.
9
+ # A single Redis item in List or Get Operation.
10
10
  #
11
11
  class RedisResource < MsRestAzure::Resource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [String] Redis Version.
15
+ # @return [String] Redis version.
16
16
  attr_accessor :redis_version
17
17
 
18
- # @return [String] Redis instance provisioning status
18
+ # @return [String] Redis instance provisioning status.
19
19
  attr_accessor :provisioning_state
20
20
 
21
- # @return [String] Redis host name
21
+ # @return [String] Redis host name.
22
22
  attr_accessor :host_name
23
23
 
24
- # @return [Integer] Redis non-ssl port
24
+ # @return [Integer] Redis non-SSL port.
25
25
  attr_accessor :port
26
26
 
27
- # @return [Integer] Redis ssl port
27
+ # @return [Integer] Redis SSL port.
28
28
  attr_accessor :ssl_port
29
29
 
30
- # @return [Hash{String => String}] All Redis Settings. Few possible
31
- # keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value
30
+ # @return [Hash{String => String}] All Redis Settings. Few possible keys:
31
+ # rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value
32
32
  # etc.
33
33
  attr_accessor :redis_configuration
34
34
 
35
- # @return [Boolean] If the value is true, then the non-ssl redis server
36
- # port (6379) will be enabled.
35
+ # @return [Boolean] Specifies whether the non-ssl Redis server port
36
+ # (6379) is enabled.
37
37
  attr_accessor :enable_non_ssl_port
38
38
 
39
39
  # @return [Hash{String => String}] tenantSettings
@@ -44,15 +44,15 @@ module Azure::ARM::Redis
44
44
  attr_accessor :shard_count
45
45
 
46
46
  # @return [String] The full resource ID of a subnet in a virtual network
47
- # to deploy the redis cache in. Example format:
47
+ # to deploy the Redis cache in. Example format:
48
48
  # /subscriptions/{subid}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1
49
49
  attr_accessor :subnet_id
50
50
 
51
- # @return [String] Required when deploying a redis cache inside an
52
- # existing Azure Virtual Network.
51
+ # @return [String] Static IP address. Required when deploying a Redis
52
+ # cache inside an existing Azure Virtual Network.
53
53
  attr_accessor :static_ip
54
54
 
55
- # @return [Sku] What sku of redis cache to deploy.
55
+ # @return [Sku] The SKU of the Redis cache to deploy.
56
56
  attr_accessor :sku
57
57
 
58
58
 
@@ -116,7 +116,7 @@ module Azure::ARM::Redis
116
116
  redis_version: {
117
117
  required: false,
118
118
  read_only: true,
119
- serialized_name: 'properties.redisVersion',
119
+ serialized_name: 'properties.RedisVersion',
120
120
  type: {
121
121
  name: 'String'
122
122
  }
@@ -155,7 +155,7 @@ module Azure::ARM::Redis
155
155
  },
156
156
  redis_configuration: {
157
157
  required: false,
158
- serialized_name: 'properties.redisConfiguration',
158
+ serialized_name: 'properties.RedisConfiguration',
159
159
  type: {
160
160
  name: 'Dictionary',
161
161
  value: {
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,13 +12,13 @@ module Azure::ARM::Redis
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [Hash{String => String}] All Redis Settings. Few possible
16
- # keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value
15
+ # @return [Hash{String => String}] All Redis Settings. Few possible keys:
16
+ # rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value
17
17
  # etc.
18
18
  attr_accessor :redis_configuration
19
19
 
20
- # @return [Boolean] If the value is true, then the non-ssl redis server
21
- # port (6379) will be enabled.
20
+ # @return [Boolean] Specifies whether the non-ssl Redis server port
21
+ # (6379) is enabled.
22
22
  attr_accessor :enable_non_ssl_port
23
23
 
24
24
  # @return [Hash{String => String}] tenantSettings
@@ -29,18 +29,18 @@ module Azure::ARM::Redis
29
29
  attr_accessor :shard_count
30
30
 
31
31
  # @return [String] The full resource ID of a subnet in a virtual network
32
- # to deploy the redis cache in. Example format:
32
+ # to deploy the Redis cache in. Example format:
33
33
  # /subscriptions/{subid}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1
34
34
  attr_accessor :subnet_id
35
35
 
36
- # @return [String] Required when deploying a redis cache inside an
37
- # existing Azure Virtual Network.
36
+ # @return [String] Static IP address. Required when deploying a Redis
37
+ # cache inside an existing Azure Virtual Network.
38
38
  attr_accessor :static_ip
39
39
 
40
- # @return [Sku] What sku of redis cache to deploy.
40
+ # @return [Sku] The SKU of the Redis cache to deploy.
41
41
  attr_accessor :sku
42
42
 
43
- # @return [Hash{String => String}] Resource tags
43
+ # @return [Hash{String => String}] Resource tags.
44
44
  attr_accessor :tags
45
45
 
46
46
 
@@ -58,7 +58,7 @@ module Azure::ARM::Redis
58
58
  model_properties: {
59
59
  redis_configuration: {
60
60
  required: false,
61
- serialized_name: 'properties.redisConfiguration',
61
+ serialized_name: 'properties.RedisConfiguration',
62
62
  type: {
63
63
  name: 'Dictionary',
64
64
  value: {