-
Notifications
You must be signed in to change notification settings - Fork 187
/
Cluster.yml
246 lines (238 loc) · 7.76 KB
/
Cluster.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
### YamlMime:TSType
name: Cluster
uid: '@azure/arm-redisenterprisecache.Cluster'
package: '@azure/arm-redisenterprisecache'
summary: Describes the RedisEnterprise cluster
fullName: Cluster
remarks: ''
isDeprecated: false
type: interface
properties:
- name: encryption
uid: '@azure/arm-redisenterprisecache.Cluster.encryption'
package: '@azure/arm-redisenterprisecache'
summary: Encryption-at-rest configuration for the cluster.
fullName: encryption
remarks: ''
isDeprecated: false
syntax:
content: 'encryption?: ClusterPropertiesEncryption'
return:
description: ''
type: >-
<xref
uid="@azure/arm-redisenterprisecache.ClusterPropertiesEncryption" />
- name: hostName
uid: '@azure/arm-redisenterprisecache.Cluster.hostName'
package: '@azure/arm-redisenterprisecache'
summary: >-
DNS name of the cluster endpoint
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: hostName
remarks: ''
isDeprecated: false
syntax:
content: 'hostName?: string'
return:
description: ''
type: string
- name: identity
uid: '@azure/arm-redisenterprisecache.Cluster.identity'
package: '@azure/arm-redisenterprisecache'
summary: The identity of the resource.
fullName: identity
remarks: ''
isDeprecated: false
syntax:
content: 'identity?: ManagedServiceIdentity'
return:
description: ''
type: <xref uid="@azure/arm-redisenterprisecache.ManagedServiceIdentity" />
- name: minimumTlsVersion
uid: '@azure/arm-redisenterprisecache.Cluster.minimumTlsVersion'
package: '@azure/arm-redisenterprisecache'
summary: The minimum TLS version for the cluster to support, e.g. '1.2'
fullName: minimumTlsVersion
remarks: ''
isDeprecated: false
syntax:
content: 'minimumTlsVersion?: string'
return:
description: ''
type: string
- name: privateEndpointConnections
uid: '@azure/arm-redisenterprisecache.Cluster.privateEndpointConnections'
package: '@azure/arm-redisenterprisecache'
summary: >-
List of private endpoint connections associated with the specified
RedisEnterprise cluster
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: privateEndpointConnections
remarks: ''
isDeprecated: false
syntax:
content: 'privateEndpointConnections?: PrivateEndpointConnection[]'
return:
description: ''
type: >-
<xref uid="@azure/arm-redisenterprisecache.PrivateEndpointConnection"
/>[]
- name: provisioningState
uid: '@azure/arm-redisenterprisecache.Cluster.provisioningState'
package: '@azure/arm-redisenterprisecache'
summary: >-
Current provisioning status of the cluster
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: provisioningState
remarks: ''
isDeprecated: false
syntax:
content: 'provisioningState?: string'
return:
description: ''
type: string
- name: redisVersion
uid: '@azure/arm-redisenterprisecache.Cluster.redisVersion'
package: '@azure/arm-redisenterprisecache'
summary: >-
Version of redis the cluster supports, e.g. '6'
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: redisVersion
remarks: ''
isDeprecated: false
syntax:
content: 'redisVersion?: string'
return:
description: ''
type: string
- name: resourceState
uid: '@azure/arm-redisenterprisecache.Cluster.resourceState'
package: '@azure/arm-redisenterprisecache'
summary: >-
Current resource status of the cluster
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: resourceState
remarks: ''
isDeprecated: false
syntax:
content: 'resourceState?: string'
return:
description: ''
type: string
- name: sku
uid: '@azure/arm-redisenterprisecache.Cluster.sku'
package: '@azure/arm-redisenterprisecache'
summary: The SKU to create, which affects price, performance, and features.
fullName: sku
remarks: ''
isDeprecated: false
syntax:
content: 'sku: Sku'
return:
description: ''
type: <xref uid="@azure/arm-redisenterprisecache.Sku" />
- name: zones
uid: '@azure/arm-redisenterprisecache.Cluster.zones'
package: '@azure/arm-redisenterprisecache'
summary: The Availability Zones where this cluster will be deployed.
fullName: zones
remarks: ''
isDeprecated: false
syntax:
content: 'zones?: string[]'
return:
description: ''
type: string[]
inheritedProperties:
- name: id
uid: '@azure/arm-redisenterprisecache.Cluster.id'
package: '@azure/arm-redisenterprisecache'
summary: >-
Fully qualified resource ID for the resource. Ex -
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: id
remarks: ''
isDeprecated: false
syntax:
content: 'id?: string'
return:
description: ''
type: string
inheritanceDescription: >-
<b>Inherited From</b>
[TrackedResource.id](xref:@azure/arm-redisenterprisecache.TrackedResource.id)
- name: location
uid: '@azure/arm-redisenterprisecache.Cluster.location'
package: '@azure/arm-redisenterprisecache'
summary: The geo-location where the resource lives
fullName: location
remarks: ''
isDeprecated: false
syntax:
content: 'location: string'
return:
description: ''
type: string
inheritanceDescription: >-
<b>Inherited From</b>
[TrackedResource.location](xref:@azure/arm-redisenterprisecache.TrackedResource.location)
- name: name
uid: '@azure/arm-redisenterprisecache.Cluster.name'
package: '@azure/arm-redisenterprisecache'
summary: >-
The name of the resource
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: name
remarks: ''
isDeprecated: false
syntax:
content: 'name?: string'
return:
description: ''
type: string
inheritanceDescription: >-
<b>Inherited From</b>
[TrackedResource.name](xref:@azure/arm-redisenterprisecache.TrackedResource.name)
- name: tags
uid: '@azure/arm-redisenterprisecache.Cluster.tags'
package: '@azure/arm-redisenterprisecache'
summary: Resource tags.
fullName: tags
remarks: ''
isDeprecated: false
syntax:
content: 'tags?: {[propertyName: string]: string}'
return:
description: ''
type: '{[propertyName: string]: string}'
inheritanceDescription: >-
<b>Inherited From</b>
[TrackedResource.tags](xref:@azure/arm-redisenterprisecache.TrackedResource.tags)
- name: type
uid: '@azure/arm-redisenterprisecache.Cluster.type'
package: '@azure/arm-redisenterprisecache'
summary: >-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
"Microsoft.Storage/storageAccounts"
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: type
remarks: ''
isDeprecated: false
syntax:
content: 'type?: string'
return:
description: ''
type: string
inheritanceDescription: >-
<b>Inherited From</b>
[TrackedResource.type](xref:@azure/arm-redisenterprisecache.TrackedResource.type)
extends: <xref uid="@azure/arm-redisenterprisecache.TrackedResource" />