@azure/arm-containerorchestratorruntime 1.0.0-alpha.20250619.1 → 1.0.0-alpha.20250717.1
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.
package/package.json
CHANGED
|
@@ -1,320 +1,320 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-containerorchestratorruntime"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
// @public
|
|
8
|
-
export type AccessMode = string;
|
|
9
|
-
|
|
10
|
-
// @public
|
|
11
|
-
export type ActionType = string;
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export type AdvertiseMode = string;
|
|
15
|
-
|
|
16
|
-
// @public
|
|
17
|
-
export interface BgpPeer extends ExtensionResource {
|
|
18
|
-
properties?: BgpPeerProperties;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
// @public
|
|
22
|
-
export interface BgpPeerProperties {
|
|
23
|
-
myAsn: number;
|
|
24
|
-
peerAddress: string;
|
|
25
|
-
peerAsn: number;
|
|
26
|
-
readonly provisioningState?: ProvisioningState;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
// @public
|
|
30
|
-
export interface BlobStorageClassTypeProperties extends StorageClassTypeProperties {
|
|
31
|
-
azureStorageAccountKey: string;
|
|
32
|
-
azureStorageAccountName: string;
|
|
33
|
-
type: "Blob";
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
// @public
|
|
37
|
-
export type CreatedByType = string;
|
|
38
|
-
|
|
39
|
-
// @public
|
|
40
|
-
export type DataResilienceTier = string;
|
|
41
|
-
|
|
42
|
-
// @public
|
|
43
|
-
export interface ExtensionResource extends Resource {
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
// @public
|
|
47
|
-
export type FailoverTier = string;
|
|
48
|
-
|
|
49
|
-
// @public
|
|
50
|
-
export enum KnownAccessMode {
|
|
51
|
-
ReadWriteMany = "ReadWriteMany",
|
|
52
|
-
ReadWriteOnce = "ReadWriteOnce"
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
// @public
|
|
56
|
-
export enum KnownActionType {
|
|
57
|
-
Internal = "Internal"
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// @public
|
|
61
|
-
export enum KnownAdvertiseMode {
|
|
62
|
-
ARP = "ARP",
|
|
63
|
-
BGP = "BGP",
|
|
64
|
-
Both = "Both"
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
// @public
|
|
68
|
-
export enum KnownCreatedByType {
|
|
69
|
-
Application = "Application",
|
|
70
|
-
Key = "Key",
|
|
71
|
-
ManagedIdentity = "ManagedIdentity",
|
|
72
|
-
User = "User"
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
// @public
|
|
76
|
-
export enum KnownDataResilienceTier {
|
|
77
|
-
DataResilient = "DataResilient",
|
|
78
|
-
NotDataResilient = "NotDataResilient"
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
// @public
|
|
82
|
-
export enum KnownFailoverTier {
|
|
83
|
-
Fast = "Fast",
|
|
84
|
-
NotAvailable = "NotAvailable",
|
|
85
|
-
Slow = "Slow",
|
|
86
|
-
Super = "Super"
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
// @public
|
|
90
|
-
export enum KnownNfsDirectoryActionOnVolumeDeletion {
|
|
91
|
-
Delete = "Delete",
|
|
92
|
-
Retain = "Retain"
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// @public
|
|
96
|
-
export enum KnownOrigin {
|
|
97
|
-
System = "system",
|
|
98
|
-
User = "user",
|
|
99
|
-
UserSystem = "user,system"
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
// @public
|
|
103
|
-
export enum KnownPerformanceTier {
|
|
104
|
-
Basic = "Basic",
|
|
105
|
-
Premium = "Premium",
|
|
106
|
-
Standard = "Standard",
|
|
107
|
-
Ultra = "Ultra",
|
|
108
|
-
Undefined = "Undefined"
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
// @public
|
|
112
|
-
export enum KnownProvisioningState {
|
|
113
|
-
Accepted = "Accepted",
|
|
114
|
-
Canceled = "Canceled",
|
|
115
|
-
Deleting = "Deleting",
|
|
116
|
-
Failed = "Failed",
|
|
117
|
-
Provisioning = "Provisioning",
|
|
118
|
-
Succeeded = "Succeeded",
|
|
119
|
-
Updating = "Updating"
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
// @public
|
|
123
|
-
export enum KnownSCType {
|
|
124
|
-
Blob = "Blob",
|
|
125
|
-
Native = "Native",
|
|
126
|
-
NFS = "NFS",
|
|
127
|
-
RWX = "RWX",
|
|
128
|
-
SMB = "SMB"
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
// @public
|
|
132
|
-
export enum KnownVolumeBindingMode {
|
|
133
|
-
Immediate = "Immediate",
|
|
134
|
-
WaitForFirstConsumer = "WaitForFirstConsumer"
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
// @public
|
|
138
|
-
export enum KnownVolumeExpansion {
|
|
139
|
-
Allow = "Allow",
|
|
140
|
-
Disallow = "Disallow"
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
// @public
|
|
144
|
-
export interface LoadBalancer extends ExtensionResource {
|
|
145
|
-
properties?: LoadBalancerProperties;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
// @public
|
|
149
|
-
export interface LoadBalancerProperties {
|
|
150
|
-
addresses: string[];
|
|
151
|
-
advertiseMode: AdvertiseMode;
|
|
152
|
-
bgpPeers?: string[];
|
|
153
|
-
readonly provisioningState?: ProvisioningState;
|
|
154
|
-
serviceSelector?: Record<string, string>;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
// @public
|
|
158
|
-
export interface NativeStorageClassTypeProperties extends StorageClassTypeProperties {
|
|
159
|
-
type: "Native";
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
// @public
|
|
163
|
-
export type NfsDirectoryActionOnVolumeDeletion = string;
|
|
164
|
-
|
|
165
|
-
// @public
|
|
166
|
-
export interface NfsStorageClassTypeProperties extends StorageClassTypeProperties {
|
|
167
|
-
mountPermissions?: string;
|
|
168
|
-
onDelete?: NfsDirectoryActionOnVolumeDeletion;
|
|
169
|
-
server: string;
|
|
170
|
-
share: string;
|
|
171
|
-
subDir?: string;
|
|
172
|
-
type: "NFS";
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
// @public
|
|
176
|
-
export interface Operation {
|
|
177
|
-
actionType?: ActionType;
|
|
178
|
-
readonly display?: OperationDisplay;
|
|
179
|
-
readonly isDataAction?: boolean;
|
|
180
|
-
readonly name?: string;
|
|
181
|
-
readonly origin?: Origin;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
// @public
|
|
185
|
-
export interface OperationDisplay {
|
|
186
|
-
readonly description?: string;
|
|
187
|
-
readonly operation?: string;
|
|
188
|
-
readonly provider?: string;
|
|
189
|
-
readonly resource?: string;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
// @public
|
|
193
|
-
export type Origin = string;
|
|
194
|
-
|
|
195
|
-
// @public
|
|
196
|
-
export type PerformanceTier = string;
|
|
197
|
-
|
|
198
|
-
// @public
|
|
199
|
-
export type ProvisioningState = string;
|
|
200
|
-
|
|
201
|
-
// @public
|
|
202
|
-
export interface Resource {
|
|
203
|
-
readonly id?: string;
|
|
204
|
-
readonly name?: string;
|
|
205
|
-
readonly systemData?: SystemData;
|
|
206
|
-
readonly type?: string;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
// @public
|
|
210
|
-
export interface RwxStorageClassTypeProperties extends StorageClassTypeProperties {
|
|
211
|
-
backingStorageClassName: string;
|
|
212
|
-
type: "RWX";
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
// @public
|
|
216
|
-
export type SCType = string;
|
|
217
|
-
|
|
218
|
-
// @public
|
|
219
|
-
export interface ServiceProperties {
|
|
220
|
-
readonly provisioningState?: ProvisioningState;
|
|
221
|
-
readonly rpObjectId?: string;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
// @public
|
|
225
|
-
export interface ServiceResource extends ExtensionResource {
|
|
226
|
-
properties?: ServiceProperties;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
// @public
|
|
230
|
-
export interface SmbStorageClassTypeProperties extends StorageClassTypeProperties {
|
|
231
|
-
domain?: string;
|
|
232
|
-
password?: string;
|
|
233
|
-
source: string;
|
|
234
|
-
subDir?: string;
|
|
235
|
-
type: "SMB";
|
|
236
|
-
username?: string;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
// @public
|
|
240
|
-
export interface StorageClassProperties {
|
|
241
|
-
accessModes?: AccessMode[];
|
|
242
|
-
allowVolumeExpansion?: VolumeExpansion;
|
|
243
|
-
dataResilience?: DataResilienceTier;
|
|
244
|
-
failoverSpeed?: FailoverTier;
|
|
245
|
-
limitations?: string[];
|
|
246
|
-
mountOptions?: string[];
|
|
247
|
-
performance?: PerformanceTier;
|
|
248
|
-
priority?: number;
|
|
249
|
-
provisioner?: string;
|
|
250
|
-
readonly provisioningState?: ProvisioningState;
|
|
251
|
-
typeProperties: StorageClassTypePropertiesUnion;
|
|
252
|
-
volumeBindingMode?: VolumeBindingMode;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
// @public
|
|
256
|
-
export interface StorageClassPropertiesUpdate {
|
|
257
|
-
accessModes?: AccessMode[];
|
|
258
|
-
allowVolumeExpansion?: VolumeExpansion;
|
|
259
|
-
dataResilience?: DataResilienceTier;
|
|
260
|
-
failoverSpeed?: FailoverTier;
|
|
261
|
-
limitations?: string[];
|
|
262
|
-
mountOptions?: string[];
|
|
263
|
-
performance?: PerformanceTier;
|
|
264
|
-
priority?: number;
|
|
265
|
-
typeProperties?: StorageClassTypePropertiesUpdate;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
// @public
|
|
269
|
-
export interface StorageClassResource extends ExtensionResource {
|
|
270
|
-
properties?: StorageClassProperties;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
// @public
|
|
274
|
-
export interface StorageClassResourceUpdate {
|
|
275
|
-
properties?: StorageClassPropertiesUpdate;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
// @public
|
|
279
|
-
export interface StorageClassTypeProperties {
|
|
280
|
-
type: SCType;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
// @public
|
|
284
|
-
export type StorageClassTypePropertiesUnion = NativeStorageClassTypeProperties | RwxStorageClassTypeProperties | BlobStorageClassTypeProperties | NfsStorageClassTypeProperties | SmbStorageClassTypeProperties | StorageClassTypeProperties;
|
|
285
|
-
|
|
286
|
-
// @public
|
|
287
|
-
export interface StorageClassTypePropertiesUpdate {
|
|
288
|
-
azureStorageAccountKey?: string;
|
|
289
|
-
azureStorageAccountName?: string;
|
|
290
|
-
backingStorageClassName?: string;
|
|
291
|
-
domain?: string;
|
|
292
|
-
mountPermissions?: string;
|
|
293
|
-
onDelete?: NfsDirectoryActionOnVolumeDeletion;
|
|
294
|
-
password?: string;
|
|
295
|
-
server?: string;
|
|
296
|
-
share?: string;
|
|
297
|
-
source?: string;
|
|
298
|
-
subDir?: string;
|
|
299
|
-
username?: string;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
// @public
|
|
303
|
-
export interface SystemData {
|
|
304
|
-
createdAt?: Date;
|
|
305
|
-
createdBy?: string;
|
|
306
|
-
createdByType?: CreatedByType;
|
|
307
|
-
lastModifiedAt?: Date;
|
|
308
|
-
lastModifiedBy?: string;
|
|
309
|
-
lastModifiedByType?: CreatedByType;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
// @public
|
|
313
|
-
export type VolumeBindingMode = string;
|
|
314
|
-
|
|
315
|
-
// @public
|
|
316
|
-
export type VolumeExpansion = string;
|
|
317
|
-
|
|
318
|
-
// (No @packageDocumentation comment for this package)
|
|
319
|
-
|
|
320
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-containerorchestratorruntime"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
// @public
|
|
8
|
+
export type AccessMode = string;
|
|
9
|
+
|
|
10
|
+
// @public
|
|
11
|
+
export type ActionType = string;
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export type AdvertiseMode = string;
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export interface BgpPeer extends ExtensionResource {
|
|
18
|
+
properties?: BgpPeerProperties;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
// @public
|
|
22
|
+
export interface BgpPeerProperties {
|
|
23
|
+
myAsn: number;
|
|
24
|
+
peerAddress: string;
|
|
25
|
+
peerAsn: number;
|
|
26
|
+
readonly provisioningState?: ProvisioningState;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
// @public
|
|
30
|
+
export interface BlobStorageClassTypeProperties extends StorageClassTypeProperties {
|
|
31
|
+
azureStorageAccountKey: string;
|
|
32
|
+
azureStorageAccountName: string;
|
|
33
|
+
type: "Blob";
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// @public
|
|
37
|
+
export type CreatedByType = string;
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export type DataResilienceTier = string;
|
|
41
|
+
|
|
42
|
+
// @public
|
|
43
|
+
export interface ExtensionResource extends Resource {
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// @public
|
|
47
|
+
export type FailoverTier = string;
|
|
48
|
+
|
|
49
|
+
// @public
|
|
50
|
+
export enum KnownAccessMode {
|
|
51
|
+
ReadWriteMany = "ReadWriteMany",
|
|
52
|
+
ReadWriteOnce = "ReadWriteOnce"
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
// @public
|
|
56
|
+
export enum KnownActionType {
|
|
57
|
+
Internal = "Internal"
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// @public
|
|
61
|
+
export enum KnownAdvertiseMode {
|
|
62
|
+
ARP = "ARP",
|
|
63
|
+
BGP = "BGP",
|
|
64
|
+
Both = "Both"
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
// @public
|
|
68
|
+
export enum KnownCreatedByType {
|
|
69
|
+
Application = "Application",
|
|
70
|
+
Key = "Key",
|
|
71
|
+
ManagedIdentity = "ManagedIdentity",
|
|
72
|
+
User = "User"
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
// @public
|
|
76
|
+
export enum KnownDataResilienceTier {
|
|
77
|
+
DataResilient = "DataResilient",
|
|
78
|
+
NotDataResilient = "NotDataResilient"
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// @public
|
|
82
|
+
export enum KnownFailoverTier {
|
|
83
|
+
Fast = "Fast",
|
|
84
|
+
NotAvailable = "NotAvailable",
|
|
85
|
+
Slow = "Slow",
|
|
86
|
+
Super = "Super"
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
// @public
|
|
90
|
+
export enum KnownNfsDirectoryActionOnVolumeDeletion {
|
|
91
|
+
Delete = "Delete",
|
|
92
|
+
Retain = "Retain"
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// @public
|
|
96
|
+
export enum KnownOrigin {
|
|
97
|
+
System = "system",
|
|
98
|
+
User = "user",
|
|
99
|
+
UserSystem = "user,system"
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
// @public
|
|
103
|
+
export enum KnownPerformanceTier {
|
|
104
|
+
Basic = "Basic",
|
|
105
|
+
Premium = "Premium",
|
|
106
|
+
Standard = "Standard",
|
|
107
|
+
Ultra = "Ultra",
|
|
108
|
+
Undefined = "Undefined"
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
// @public
|
|
112
|
+
export enum KnownProvisioningState {
|
|
113
|
+
Accepted = "Accepted",
|
|
114
|
+
Canceled = "Canceled",
|
|
115
|
+
Deleting = "Deleting",
|
|
116
|
+
Failed = "Failed",
|
|
117
|
+
Provisioning = "Provisioning",
|
|
118
|
+
Succeeded = "Succeeded",
|
|
119
|
+
Updating = "Updating"
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
// @public
|
|
123
|
+
export enum KnownSCType {
|
|
124
|
+
Blob = "Blob",
|
|
125
|
+
Native = "Native",
|
|
126
|
+
NFS = "NFS",
|
|
127
|
+
RWX = "RWX",
|
|
128
|
+
SMB = "SMB"
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
// @public
|
|
132
|
+
export enum KnownVolumeBindingMode {
|
|
133
|
+
Immediate = "Immediate",
|
|
134
|
+
WaitForFirstConsumer = "WaitForFirstConsumer"
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// @public
|
|
138
|
+
export enum KnownVolumeExpansion {
|
|
139
|
+
Allow = "Allow",
|
|
140
|
+
Disallow = "Disallow"
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
// @public
|
|
144
|
+
export interface LoadBalancer extends ExtensionResource {
|
|
145
|
+
properties?: LoadBalancerProperties;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
// @public
|
|
149
|
+
export interface LoadBalancerProperties {
|
|
150
|
+
addresses: string[];
|
|
151
|
+
advertiseMode: AdvertiseMode;
|
|
152
|
+
bgpPeers?: string[];
|
|
153
|
+
readonly provisioningState?: ProvisioningState;
|
|
154
|
+
serviceSelector?: Record<string, string>;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
// @public
|
|
158
|
+
export interface NativeStorageClassTypeProperties extends StorageClassTypeProperties {
|
|
159
|
+
type: "Native";
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
// @public
|
|
163
|
+
export type NfsDirectoryActionOnVolumeDeletion = string;
|
|
164
|
+
|
|
165
|
+
// @public
|
|
166
|
+
export interface NfsStorageClassTypeProperties extends StorageClassTypeProperties {
|
|
167
|
+
mountPermissions?: string;
|
|
168
|
+
onDelete?: NfsDirectoryActionOnVolumeDeletion;
|
|
169
|
+
server: string;
|
|
170
|
+
share: string;
|
|
171
|
+
subDir?: string;
|
|
172
|
+
type: "NFS";
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
// @public
|
|
176
|
+
export interface Operation {
|
|
177
|
+
actionType?: ActionType;
|
|
178
|
+
readonly display?: OperationDisplay;
|
|
179
|
+
readonly isDataAction?: boolean;
|
|
180
|
+
readonly name?: string;
|
|
181
|
+
readonly origin?: Origin;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
// @public
|
|
185
|
+
export interface OperationDisplay {
|
|
186
|
+
readonly description?: string;
|
|
187
|
+
readonly operation?: string;
|
|
188
|
+
readonly provider?: string;
|
|
189
|
+
readonly resource?: string;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
// @public
|
|
193
|
+
export type Origin = string;
|
|
194
|
+
|
|
195
|
+
// @public
|
|
196
|
+
export type PerformanceTier = string;
|
|
197
|
+
|
|
198
|
+
// @public
|
|
199
|
+
export type ProvisioningState = string;
|
|
200
|
+
|
|
201
|
+
// @public
|
|
202
|
+
export interface Resource {
|
|
203
|
+
readonly id?: string;
|
|
204
|
+
readonly name?: string;
|
|
205
|
+
readonly systemData?: SystemData;
|
|
206
|
+
readonly type?: string;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
// @public
|
|
210
|
+
export interface RwxStorageClassTypeProperties extends StorageClassTypeProperties {
|
|
211
|
+
backingStorageClassName: string;
|
|
212
|
+
type: "RWX";
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
// @public
|
|
216
|
+
export type SCType = string;
|
|
217
|
+
|
|
218
|
+
// @public
|
|
219
|
+
export interface ServiceProperties {
|
|
220
|
+
readonly provisioningState?: ProvisioningState;
|
|
221
|
+
readonly rpObjectId?: string;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
// @public
|
|
225
|
+
export interface ServiceResource extends ExtensionResource {
|
|
226
|
+
properties?: ServiceProperties;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
// @public
|
|
230
|
+
export interface SmbStorageClassTypeProperties extends StorageClassTypeProperties {
|
|
231
|
+
domain?: string;
|
|
232
|
+
password?: string;
|
|
233
|
+
source: string;
|
|
234
|
+
subDir?: string;
|
|
235
|
+
type: "SMB";
|
|
236
|
+
username?: string;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
// @public
|
|
240
|
+
export interface StorageClassProperties {
|
|
241
|
+
accessModes?: AccessMode[];
|
|
242
|
+
allowVolumeExpansion?: VolumeExpansion;
|
|
243
|
+
dataResilience?: DataResilienceTier;
|
|
244
|
+
failoverSpeed?: FailoverTier;
|
|
245
|
+
limitations?: string[];
|
|
246
|
+
mountOptions?: string[];
|
|
247
|
+
performance?: PerformanceTier;
|
|
248
|
+
priority?: number;
|
|
249
|
+
provisioner?: string;
|
|
250
|
+
readonly provisioningState?: ProvisioningState;
|
|
251
|
+
typeProperties: StorageClassTypePropertiesUnion;
|
|
252
|
+
volumeBindingMode?: VolumeBindingMode;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
// @public
|
|
256
|
+
export interface StorageClassPropertiesUpdate {
|
|
257
|
+
accessModes?: AccessMode[];
|
|
258
|
+
allowVolumeExpansion?: VolumeExpansion;
|
|
259
|
+
dataResilience?: DataResilienceTier;
|
|
260
|
+
failoverSpeed?: FailoverTier;
|
|
261
|
+
limitations?: string[];
|
|
262
|
+
mountOptions?: string[];
|
|
263
|
+
performance?: PerformanceTier;
|
|
264
|
+
priority?: number;
|
|
265
|
+
typeProperties?: StorageClassTypePropertiesUpdate;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
// @public
|
|
269
|
+
export interface StorageClassResource extends ExtensionResource {
|
|
270
|
+
properties?: StorageClassProperties;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
// @public
|
|
274
|
+
export interface StorageClassResourceUpdate {
|
|
275
|
+
properties?: StorageClassPropertiesUpdate;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
// @public
|
|
279
|
+
export interface StorageClassTypeProperties {
|
|
280
|
+
type: SCType;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
// @public
|
|
284
|
+
export type StorageClassTypePropertiesUnion = NativeStorageClassTypeProperties | RwxStorageClassTypeProperties | BlobStorageClassTypeProperties | NfsStorageClassTypeProperties | SmbStorageClassTypeProperties | StorageClassTypeProperties;
|
|
285
|
+
|
|
286
|
+
// @public
|
|
287
|
+
export interface StorageClassTypePropertiesUpdate {
|
|
288
|
+
azureStorageAccountKey?: string;
|
|
289
|
+
azureStorageAccountName?: string;
|
|
290
|
+
backingStorageClassName?: string;
|
|
291
|
+
domain?: string;
|
|
292
|
+
mountPermissions?: string;
|
|
293
|
+
onDelete?: NfsDirectoryActionOnVolumeDeletion;
|
|
294
|
+
password?: string;
|
|
295
|
+
server?: string;
|
|
296
|
+
share?: string;
|
|
297
|
+
source?: string;
|
|
298
|
+
subDir?: string;
|
|
299
|
+
username?: string;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
// @public
|
|
303
|
+
export interface SystemData {
|
|
304
|
+
createdAt?: Date;
|
|
305
|
+
createdBy?: string;
|
|
306
|
+
createdByType?: CreatedByType;
|
|
307
|
+
lastModifiedAt?: Date;
|
|
308
|
+
lastModifiedBy?: string;
|
|
309
|
+
lastModifiedByType?: CreatedByType;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
// @public
|
|
313
|
+
export type VolumeBindingMode = string;
|
|
314
|
+
|
|
315
|
+
// @public
|
|
316
|
+
export type VolumeExpansion = string;
|
|
317
|
+
|
|
318
|
+
// (No @packageDocumentation comment for this package)
|
|
319
|
+
|
|
320
|
+
```
|