@azure/arm-elasticsan 1.2.0-alpha.20250422.1 → 1.2.0-alpha.20250424.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/CHANGELOG.md +45 -9
- package/LICENSE +1 -1
- package/README.md +4 -5
- package/dist/browser/elasticSanManagement.d.ts +22 -1
- package/dist/browser/elasticSanManagement.d.ts.map +1 -1
- package/dist/browser/elasticSanManagement.js +103 -1
- package/dist/browser/elasticSanManagement.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +130 -2
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +28 -0
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +7 -0
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +133 -0
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +5 -1
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +29 -3
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +1 -1
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/volumeGroups.js +8 -2
- package/dist/browser/operations/volumeGroups.js.map +1 -1
- package/dist/browser/operations/volumeSnapshots.js +1 -1
- package/dist/browser/operations/volumeSnapshots.js.map +1 -1
- package/dist/browser/operations/volumes.d.ts +43 -1
- package/dist/browser/operations/volumes.d.ts.map +1 -1
- package/dist/browser/operations/volumes.js +205 -3
- package/dist/browser/operations/volumes.js.map +1 -1
- package/dist/browser/operationsInterfaces/volumes.d.ts +43 -1
- package/dist/browser/operationsInterfaces/volumes.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/volumes.js.map +1 -1
- package/dist/commonjs/elasticSanManagement.d.ts +22 -1
- package/dist/commonjs/elasticSanManagement.d.ts.map +1 -1
- package/dist/commonjs/elasticSanManagement.js +103 -1
- package/dist/commonjs/elasticSanManagement.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +130 -2
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +29 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +7 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +135 -2
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +5 -1
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +29 -3
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/volumeGroups.js +8 -2
- package/dist/commonjs/operations/volumeGroups.js.map +1 -1
- package/dist/commonjs/operations/volumeSnapshots.js +1 -1
- package/dist/commonjs/operations/volumeSnapshots.js.map +1 -1
- package/dist/commonjs/operations/volumes.d.ts +43 -1
- package/dist/commonjs/operations/volumes.d.ts.map +1 -1
- package/dist/commonjs/operations/volumes.js +205 -3
- package/dist/commonjs/operations/volumes.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/volumes.d.ts +43 -1
- package/dist/commonjs/operationsInterfaces/volumes.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/volumes.js.map +1 -1
- package/dist/esm/elasticSanManagement.d.ts +22 -1
- package/dist/esm/elasticSanManagement.d.ts.map +1 -1
- package/dist/esm/elasticSanManagement.js +103 -1
- package/dist/esm/elasticSanManagement.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +130 -2
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +28 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +7 -0
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +133 -0
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +5 -1
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +29 -3
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +1 -1
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/volumeGroups.js +8 -2
- package/dist/esm/operations/volumeGroups.js.map +1 -1
- package/dist/esm/operations/volumeSnapshots.js +1 -1
- package/dist/esm/operations/volumeSnapshots.js.map +1 -1
- package/dist/esm/operations/volumes.d.ts +43 -1
- package/dist/esm/operations/volumes.d.ts.map +1 -1
- package/dist/esm/operations/volumes.js +205 -3
- package/dist/esm/operations/volumes.js.map +1 -1
- package/dist/esm/operationsInterfaces/volumes.d.ts +43 -1
- package/dist/esm/operationsInterfaces/volumes.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/volumes.js.map +1 -1
- package/dist/react-native/elasticSanManagement.d.ts +22 -1
- package/dist/react-native/elasticSanManagement.d.ts.map +1 -1
- package/dist/react-native/elasticSanManagement.js +103 -1
- package/dist/react-native/elasticSanManagement.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +130 -2
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +28 -0
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +7 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +133 -0
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +5 -1
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +29 -3
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/volumeGroups.js +8 -2
- package/dist/react-native/operations/volumeGroups.js.map +1 -1
- package/dist/react-native/operations/volumeSnapshots.js +1 -1
- package/dist/react-native/operations/volumeSnapshots.js.map +1 -1
- package/dist/react-native/operations/volumes.d.ts +43 -1
- package/dist/react-native/operations/volumes.d.ts.map +1 -1
- package/dist/react-native/operations/volumes.js +205 -3
- package/dist/react-native/operations/volumes.js.map +1 -1
- package/dist/react-native/operationsInterfaces/volumes.d.ts +43 -1
- package/dist/react-native/operationsInterfaces/volumes.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/volumes.js.map +1 -1
- package/package.json +11 -9
- package/review/arm-elasticsan.api.md +109 -0
|
@@ -27,6 +27,21 @@ export interface AutoScaleProperties {
|
|
|
27
27
|
// @public
|
|
28
28
|
export type CreatedByType = string;
|
|
29
29
|
|
|
30
|
+
// @public
|
|
31
|
+
export interface DeleteRetentionPolicy {
|
|
32
|
+
// (undocumented)
|
|
33
|
+
policyState?: PolicyState;
|
|
34
|
+
retentionPeriodDays?: number;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// @public
|
|
38
|
+
export type DeleteType = string;
|
|
39
|
+
|
|
40
|
+
// @public
|
|
41
|
+
export interface DiskSnapshotList {
|
|
42
|
+
diskSnapshotIds: string[];
|
|
43
|
+
}
|
|
44
|
+
|
|
30
45
|
// @public
|
|
31
46
|
export interface ElasticSan extends TrackedResource {
|
|
32
47
|
properties: ElasticSanProperties;
|
|
@@ -45,6 +60,8 @@ export class ElasticSanManagement extends coreClient.ServiceClient {
|
|
|
45
60
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ElasticSanManagementOptionalParams);
|
|
46
61
|
// (undocumented)
|
|
47
62
|
apiVersion: string;
|
|
63
|
+
beginRestoreVolume(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: RestoreVolumeOptionalParams): Promise<SimplePollerLike<OperationState<RestoreVolumeResponse>, RestoreVolumeResponse>>;
|
|
64
|
+
beginRestoreVolumeAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: RestoreVolumeOptionalParams): Promise<RestoreVolumeResponse>;
|
|
48
65
|
// (undocumented)
|
|
49
66
|
elasticSans: ElasticSans;
|
|
50
67
|
// (undocumented)
|
|
@@ -72,6 +89,12 @@ export interface ElasticSanManagementOptionalParams extends coreClient.ServiceCl
|
|
|
72
89
|
endpoint?: string;
|
|
73
90
|
}
|
|
74
91
|
|
|
92
|
+
// @public
|
|
93
|
+
export interface ElasticSanManagementRestoreVolumeHeaders {
|
|
94
|
+
// (undocumented)
|
|
95
|
+
location?: string;
|
|
96
|
+
}
|
|
97
|
+
|
|
75
98
|
// @public
|
|
76
99
|
export interface ElasticSanProperties {
|
|
77
100
|
autoScaleProperties?: AutoScaleProperties;
|
|
@@ -283,6 +306,11 @@ export enum KnownCreatedByType {
|
|
|
283
306
|
User = "User"
|
|
284
307
|
}
|
|
285
308
|
|
|
309
|
+
// @public
|
|
310
|
+
export enum KnownDeleteType {
|
|
311
|
+
Permanent = "permanent"
|
|
312
|
+
}
|
|
313
|
+
|
|
286
314
|
// @public
|
|
287
315
|
export enum KnownEncryptionType {
|
|
288
316
|
EncryptionAtRestWithCustomerManagedKey = "EncryptionAtRestWithCustomerManagedKey",
|
|
@@ -315,6 +343,12 @@ export enum KnownOrigin {
|
|
|
315
343
|
UserSystem = "user,system"
|
|
316
344
|
}
|
|
317
345
|
|
|
346
|
+
// @public
|
|
347
|
+
export enum KnownPolicyState {
|
|
348
|
+
Disabled = "Disabled",
|
|
349
|
+
Enabled = "Enabled"
|
|
350
|
+
}
|
|
351
|
+
|
|
318
352
|
// @public
|
|
319
353
|
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
320
354
|
Approved = "Approved",
|
|
@@ -327,10 +361,13 @@ export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
|
327
361
|
export enum KnownProvisioningStates {
|
|
328
362
|
Canceled = "Canceled",
|
|
329
363
|
Creating = "Creating",
|
|
364
|
+
Deleted = "Deleted",
|
|
330
365
|
Deleting = "Deleting",
|
|
331
366
|
Failed = "Failed",
|
|
332
367
|
Invalid = "Invalid",
|
|
333
368
|
Pending = "Pending",
|
|
369
|
+
Restoring = "Restoring",
|
|
370
|
+
SoftDeleting = "SoftDeleting",
|
|
334
371
|
Succeeded = "Succeeded",
|
|
335
372
|
Updating = "Updating"
|
|
336
373
|
}
|
|
@@ -367,6 +404,12 @@ export enum KnownVolumeCreateOption {
|
|
|
367
404
|
VolumeSnapshot = "VolumeSnapshot"
|
|
368
405
|
}
|
|
369
406
|
|
|
407
|
+
// @public
|
|
408
|
+
export enum KnownXMsAccessSoftDeletedResources {
|
|
409
|
+
False = "false",
|
|
410
|
+
True = "true"
|
|
411
|
+
}
|
|
412
|
+
|
|
370
413
|
// @public
|
|
371
414
|
export enum KnownXMsDeleteSnapshots {
|
|
372
415
|
False = "false",
|
|
@@ -430,6 +473,14 @@ export type OperationsListResponse = OperationListResult;
|
|
|
430
473
|
// @public
|
|
431
474
|
export type Origin = string;
|
|
432
475
|
|
|
476
|
+
// @public
|
|
477
|
+
export type PolicyState = string;
|
|
478
|
+
|
|
479
|
+
// @public
|
|
480
|
+
export interface PreValidationResponse {
|
|
481
|
+
validationStatus?: string;
|
|
482
|
+
}
|
|
483
|
+
|
|
433
484
|
// @public
|
|
434
485
|
export interface PrivateEndpoint {
|
|
435
486
|
readonly id?: string;
|
|
@@ -557,6 +608,15 @@ export interface Resource {
|
|
|
557
608
|
readonly type?: string;
|
|
558
609
|
}
|
|
559
610
|
|
|
611
|
+
// @public
|
|
612
|
+
export interface RestoreVolumeOptionalParams extends coreClient.OperationOptions {
|
|
613
|
+
resumeFrom?: string;
|
|
614
|
+
updateIntervalInMs?: number;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
// @public
|
|
618
|
+
export type RestoreVolumeResponse = Volume;
|
|
619
|
+
|
|
560
620
|
// @public
|
|
561
621
|
export interface ScaleUpProperties {
|
|
562
622
|
autoScalePolicyEnforcement?: AutoScalePolicyEnforcement;
|
|
@@ -703,6 +763,7 @@ export interface VolumeGroupList {
|
|
|
703
763
|
|
|
704
764
|
// @public
|
|
705
765
|
export interface VolumeGroupProperties {
|
|
766
|
+
deleteRetentionPolicy?: DeleteRetentionPolicy;
|
|
706
767
|
encryption?: EncryptionType;
|
|
707
768
|
encryptionProperties?: EncryptionProperties;
|
|
708
769
|
enforceDataIntegrityCheckForIscsi?: boolean;
|
|
@@ -754,6 +815,7 @@ export type VolumeGroupsGetResponse = VolumeGroup;
|
|
|
754
815
|
|
|
755
816
|
// @public
|
|
756
817
|
export interface VolumeGroupsListByElasticSanNextOptionalParams extends coreClient.OperationOptions {
|
|
818
|
+
xMsAccessSoftDeletedResources?: XMsAccessSoftDeletedResources;
|
|
757
819
|
}
|
|
758
820
|
|
|
759
821
|
// @public
|
|
@@ -761,6 +823,7 @@ export type VolumeGroupsListByElasticSanNextResponse = VolumeGroupList;
|
|
|
761
823
|
|
|
762
824
|
// @public
|
|
763
825
|
export interface VolumeGroupsListByElasticSanOptionalParams extends coreClient.OperationOptions {
|
|
826
|
+
xMsAccessSoftDeletedResources?: XMsAccessSoftDeletedResources;
|
|
764
827
|
}
|
|
765
828
|
|
|
766
829
|
// @public
|
|
@@ -789,6 +852,7 @@ export interface VolumeGroupUpdate {
|
|
|
789
852
|
|
|
790
853
|
// @public
|
|
791
854
|
export interface VolumeGroupUpdateProperties {
|
|
855
|
+
deleteRetentionPolicy?: DeleteRetentionPolicy;
|
|
792
856
|
encryption?: EncryptionType;
|
|
793
857
|
encryptionProperties?: EncryptionProperties;
|
|
794
858
|
enforceDataIntegrityCheckForIscsi?: boolean;
|
|
@@ -802,6 +866,11 @@ export interface VolumeList {
|
|
|
802
866
|
value?: Volume[];
|
|
803
867
|
}
|
|
804
868
|
|
|
869
|
+
// @public
|
|
870
|
+
export interface VolumeNameList {
|
|
871
|
+
volumeNames: string[];
|
|
872
|
+
}
|
|
873
|
+
|
|
805
874
|
// @public
|
|
806
875
|
export interface VolumeProperties {
|
|
807
876
|
creationData?: SourceCreationData;
|
|
@@ -818,6 +887,10 @@ export interface Volumes {
|
|
|
818
887
|
beginCreateAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: Volume, options?: VolumesCreateOptionalParams): Promise<VolumesCreateResponse>;
|
|
819
888
|
beginDelete(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
820
889
|
beginDeleteAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams): Promise<void>;
|
|
890
|
+
beginPreBackup(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams): Promise<SimplePollerLike<OperationState<VolumesPreBackupResponse>, VolumesPreBackupResponse>>;
|
|
891
|
+
beginPreBackupAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeNameList, options?: VolumesPreBackupOptionalParams): Promise<VolumesPreBackupResponse>;
|
|
892
|
+
beginPreRestore(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams): Promise<SimplePollerLike<OperationState<VolumesPreRestoreResponse>, VolumesPreRestoreResponse>>;
|
|
893
|
+
beginPreRestoreAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: DiskSnapshotList, options?: VolumesPreRestoreOptionalParams): Promise<VolumesPreRestoreResponse>;
|
|
821
894
|
beginUpdate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: VolumeUpdate, options?: VolumesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VolumesUpdateResponse>, VolumesUpdateResponse>>;
|
|
822
895
|
beginUpdateAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: VolumeUpdate, options?: VolumesUpdateOptionalParams): Promise<VolumesUpdateResponse>;
|
|
823
896
|
get(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesGetOptionalParams): Promise<VolumesGetResponse>;
|
|
@@ -841,6 +914,7 @@ export interface VolumesDeleteHeaders {
|
|
|
841
914
|
|
|
842
915
|
// @public
|
|
843
916
|
export interface VolumesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
917
|
+
deleteType?: DeleteType;
|
|
844
918
|
resumeFrom?: string;
|
|
845
919
|
updateIntervalInMs?: number;
|
|
846
920
|
xMsDeleteSnapshots?: XMsDeleteSnapshots;
|
|
@@ -856,6 +930,7 @@ export type VolumesGetResponse = Volume;
|
|
|
856
930
|
|
|
857
931
|
// @public
|
|
858
932
|
export interface VolumesListByVolumeGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
933
|
+
xMsAccessSoftDeletedResources?: XMsAccessSoftDeletedResources;
|
|
859
934
|
}
|
|
860
935
|
|
|
861
936
|
// @public
|
|
@@ -863,6 +938,7 @@ export type VolumesListByVolumeGroupNextResponse = VolumeList;
|
|
|
863
938
|
|
|
864
939
|
// @public
|
|
865
940
|
export interface VolumesListByVolumeGroupOptionalParams extends coreClient.OperationOptions {
|
|
941
|
+
xMsAccessSoftDeletedResources?: XMsAccessSoftDeletedResources;
|
|
866
942
|
}
|
|
867
943
|
|
|
868
944
|
// @public
|
|
@@ -921,6 +997,36 @@ export interface VolumeSnapshotsListByVolumeGroupOptionalParams extends coreClie
|
|
|
921
997
|
// @public
|
|
922
998
|
export type VolumeSnapshotsListByVolumeGroupResponse = SnapshotList;
|
|
923
999
|
|
|
1000
|
+
// @public
|
|
1001
|
+
export interface VolumesPreBackupHeaders {
|
|
1002
|
+
// (undocumented)
|
|
1003
|
+
location?: string;
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
// @public
|
|
1007
|
+
export interface VolumesPreBackupOptionalParams extends coreClient.OperationOptions {
|
|
1008
|
+
resumeFrom?: string;
|
|
1009
|
+
updateIntervalInMs?: number;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
// @public
|
|
1013
|
+
export type VolumesPreBackupResponse = PreValidationResponse;
|
|
1014
|
+
|
|
1015
|
+
// @public
|
|
1016
|
+
export interface VolumesPreRestoreHeaders {
|
|
1017
|
+
// (undocumented)
|
|
1018
|
+
location?: string;
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
// @public
|
|
1022
|
+
export interface VolumesPreRestoreOptionalParams extends coreClient.OperationOptions {
|
|
1023
|
+
resumeFrom?: string;
|
|
1024
|
+
updateIntervalInMs?: number;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
// @public
|
|
1028
|
+
export type VolumesPreRestoreResponse = PreValidationResponse;
|
|
1029
|
+
|
|
924
1030
|
// @public
|
|
925
1031
|
export interface VolumesUpdateHeaders {
|
|
926
1032
|
// (undocumented)
|
|
@@ -947,6 +1053,9 @@ export interface VolumeUpdateProperties {
|
|
|
947
1053
|
sizeGiB?: number;
|
|
948
1054
|
}
|
|
949
1055
|
|
|
1056
|
+
// @public
|
|
1057
|
+
export type XMsAccessSoftDeletedResources = string;
|
|
1058
|
+
|
|
950
1059
|
// @public
|
|
951
1060
|
export type XMsDeleteSnapshots = string;
|
|
952
1061
|
|