@azure/arm-storsimple8000series 2.1.1-alpha.20250619.1 → 2.1.1-alpha.20250718.2
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/dist/browser/lroImpl.js +11 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +367 -172
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/accessControlRecords.js +32 -39
- package/dist/browser/operations/accessControlRecords.js.map +1 -1
- package/dist/browser/operations/alerts.js +23 -40
- package/dist/browser/operations/alerts.js.map +1 -1
- package/dist/browser/operations/backupPolicies.js +43 -45
- package/dist/browser/operations/backupPolicies.js.map +1 -1
- package/dist/browser/operations/backupSchedules.js +32 -39
- package/dist/browser/operations/backupSchedules.js.map +1 -1
- package/dist/browser/operations/backups.js +56 -58
- package/dist/browser/operations/backups.js.map +1 -1
- package/dist/browser/operations/bandwidthSettings.js +32 -39
- package/dist/browser/operations/bandwidthSettings.js.map +1 -1
- package/dist/browser/operations/cloudAppliances.js +21 -33
- package/dist/browser/operations/cloudAppliances.js.map +1 -1
- package/dist/browser/operations/deviceSettings.js +56 -30
- package/dist/browser/operations/deviceSettings.js.map +1 -1
- package/dist/browser/operations/devices.js +112 -167
- package/dist/browser/operations/devices.js.map +1 -1
- package/dist/browser/operations/hardwareComponentGroups.js +21 -33
- package/dist/browser/operations/hardwareComponentGroups.js.map +1 -1
- package/dist/browser/operations/jobs.js +56 -85
- package/dist/browser/operations/jobs.js.map +1 -1
- package/dist/browser/operations/managers.js +51 -136
- package/dist/browser/operations/managers.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/storageAccountCredentials.js +32 -39
- package/dist/browser/operations/storageAccountCredentials.js.map +1 -1
- package/dist/browser/operations/volumeContainers.js +50 -91
- package/dist/browser/operations/volumeContainers.js.map +1 -1
- package/dist/browser/operations/volumes.js +59 -117
- package/dist/browser/operations/volumes.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/storSimple8000SeriesManagementClient.js +29 -5
- package/dist/browser/storSimple8000SeriesManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +11 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +367 -172
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/accessControlRecords.js +32 -38
- package/dist/commonjs/operations/accessControlRecords.js.map +1 -1
- package/dist/commonjs/operations/alerts.js +23 -39
- package/dist/commonjs/operations/alerts.js.map +1 -1
- package/dist/commonjs/operations/backupPolicies.js +43 -44
- package/dist/commonjs/operations/backupPolicies.js.map +1 -1
- package/dist/commonjs/operations/backupSchedules.js +32 -38
- package/dist/commonjs/operations/backupSchedules.js.map +1 -1
- package/dist/commonjs/operations/backups.js +56 -57
- package/dist/commonjs/operations/backups.js.map +1 -1
- package/dist/commonjs/operations/bandwidthSettings.js +32 -38
- package/dist/commonjs/operations/bandwidthSettings.js.map +1 -1
- package/dist/commonjs/operations/cloudAppliances.js +21 -32
- package/dist/commonjs/operations/cloudAppliances.js.map +1 -1
- package/dist/commonjs/operations/deviceSettings.js +56 -30
- package/dist/commonjs/operations/deviceSettings.js.map +1 -1
- package/dist/commonjs/operations/devices.js +112 -166
- package/dist/commonjs/operations/devices.js.map +1 -1
- package/dist/commonjs/operations/hardwareComponentGroups.js +21 -32
- package/dist/commonjs/operations/hardwareComponentGroups.js.map +1 -1
- package/dist/commonjs/operations/jobs.js +56 -84
- package/dist/commonjs/operations/jobs.js.map +1 -1
- package/dist/commonjs/operations/managers.js +51 -135
- package/dist/commonjs/operations/managers.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/storageAccountCredentials.js +32 -38
- package/dist/commonjs/operations/storageAccountCredentials.js.map +1 -1
- package/dist/commonjs/operations/volumeContainers.js +50 -90
- package/dist/commonjs/operations/volumeContainers.js.map +1 -1
- package/dist/commonjs/operations/volumes.js +59 -116
- package/dist/commonjs/operations/volumes.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/storSimple8000SeriesManagementClient.js +29 -5
- package/dist/commonjs/storSimple8000SeriesManagementClient.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/lroImpl.js +11 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +367 -172
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/accessControlRecords.js +32 -39
- package/dist/esm/operations/accessControlRecords.js.map +1 -1
- package/dist/esm/operations/alerts.js +23 -40
- package/dist/esm/operations/alerts.js.map +1 -1
- package/dist/esm/operations/backupPolicies.js +43 -45
- package/dist/esm/operations/backupPolicies.js.map +1 -1
- package/dist/esm/operations/backupSchedules.js +32 -39
- package/dist/esm/operations/backupSchedules.js.map +1 -1
- package/dist/esm/operations/backups.js +56 -58
- package/dist/esm/operations/backups.js.map +1 -1
- package/dist/esm/operations/bandwidthSettings.js +32 -39
- package/dist/esm/operations/bandwidthSettings.js.map +1 -1
- package/dist/esm/operations/cloudAppliances.js +21 -33
- package/dist/esm/operations/cloudAppliances.js.map +1 -1
- package/dist/esm/operations/deviceSettings.js +56 -30
- package/dist/esm/operations/deviceSettings.js.map +1 -1
- package/dist/esm/operations/devices.js +112 -167
- package/dist/esm/operations/devices.js.map +1 -1
- package/dist/esm/operations/hardwareComponentGroups.js +21 -33
- package/dist/esm/operations/hardwareComponentGroups.js.map +1 -1
- package/dist/esm/operations/jobs.js +56 -85
- package/dist/esm/operations/jobs.js.map +1 -1
- package/dist/esm/operations/managers.js +51 -136
- package/dist/esm/operations/managers.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/storageAccountCredentials.js +32 -39
- package/dist/esm/operations/storageAccountCredentials.js.map +1 -1
- package/dist/esm/operations/volumeContainers.js +50 -91
- package/dist/esm/operations/volumeContainers.js.map +1 -1
- package/dist/esm/operations/volumes.js +59 -117
- package/dist/esm/operations/volumes.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/storSimple8000SeriesManagementClient.js +29 -5
- package/dist/esm/storSimple8000SeriesManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +11 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +367 -172
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/accessControlRecords.js +32 -39
- package/dist/react-native/operations/accessControlRecords.js.map +1 -1
- package/dist/react-native/operations/alerts.js +23 -40
- package/dist/react-native/operations/alerts.js.map +1 -1
- package/dist/react-native/operations/backupPolicies.js +43 -45
- package/dist/react-native/operations/backupPolicies.js.map +1 -1
- package/dist/react-native/operations/backupSchedules.js +32 -39
- package/dist/react-native/operations/backupSchedules.js.map +1 -1
- package/dist/react-native/operations/backups.js +56 -58
- package/dist/react-native/operations/backups.js.map +1 -1
- package/dist/react-native/operations/bandwidthSettings.js +32 -39
- package/dist/react-native/operations/bandwidthSettings.js.map +1 -1
- package/dist/react-native/operations/cloudAppliances.js +21 -33
- package/dist/react-native/operations/cloudAppliances.js.map +1 -1
- package/dist/react-native/operations/deviceSettings.js +56 -30
- package/dist/react-native/operations/deviceSettings.js.map +1 -1
- package/dist/react-native/operations/devices.js +112 -167
- package/dist/react-native/operations/devices.js.map +1 -1
- package/dist/react-native/operations/hardwareComponentGroups.js +21 -33
- package/dist/react-native/operations/hardwareComponentGroups.js.map +1 -1
- package/dist/react-native/operations/jobs.js +56 -85
- package/dist/react-native/operations/jobs.js.map +1 -1
- package/dist/react-native/operations/managers.js +51 -136
- package/dist/react-native/operations/managers.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/storageAccountCredentials.js +32 -39
- package/dist/react-native/operations/storageAccountCredentials.js.map +1 -1
- package/dist/react-native/operations/volumeContainers.js +50 -91
- package/dist/react-native/operations/volumeContainers.js.map +1 -1
- package/dist/react-native/operations/volumes.js +59 -117
- package/dist/react-native/operations/volumes.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/storSimple8000SeriesManagementClient.js +29 -5
- package/dist/react-native/storSimple8000SeriesManagementClient.js.map +1 -1
- package/package.json +2 -2
- /package/review/{arm-storsimple8000series.api.md → arm-storsimple8000series-node.api.md} +0 -0
|
@@ -2728,145 +2728,173 @@ export const Manager = {
|
|
|
2728
2728
|
type: {
|
|
2729
2729
|
name: "Composite",
|
|
2730
2730
|
className: "Manager",
|
|
2731
|
-
modelProperties:
|
|
2731
|
+
modelProperties: {
|
|
2732
|
+
...Resource.type.modelProperties,
|
|
2733
|
+
etag: {
|
|
2732
2734
|
serializedName: "etag",
|
|
2733
2735
|
type: {
|
|
2734
2736
|
name: "String"
|
|
2735
2737
|
}
|
|
2736
|
-
},
|
|
2738
|
+
},
|
|
2739
|
+
cisIntrinsicSettings: {
|
|
2737
2740
|
serializedName: "properties.cisIntrinsicSettings",
|
|
2738
2741
|
type: {
|
|
2739
2742
|
name: "Composite",
|
|
2740
2743
|
className: "ManagerIntrinsicSettings"
|
|
2741
2744
|
}
|
|
2742
|
-
},
|
|
2745
|
+
},
|
|
2746
|
+
sku: {
|
|
2743
2747
|
serializedName: "properties.sku",
|
|
2744
2748
|
type: {
|
|
2745
2749
|
name: "Composite",
|
|
2746
2750
|
className: "ManagerSku"
|
|
2747
2751
|
}
|
|
2748
|
-
},
|
|
2752
|
+
},
|
|
2753
|
+
provisioningState: {
|
|
2749
2754
|
serializedName: "properties.provisioningState",
|
|
2750
2755
|
type: {
|
|
2751
2756
|
name: "String"
|
|
2752
2757
|
}
|
|
2753
|
-
}
|
|
2758
|
+
}
|
|
2759
|
+
}
|
|
2754
2760
|
}
|
|
2755
2761
|
};
|
|
2756
2762
|
export const AccessControlRecord = {
|
|
2757
2763
|
type: {
|
|
2758
2764
|
name: "Composite",
|
|
2759
2765
|
className: "AccessControlRecord",
|
|
2760
|
-
modelProperties:
|
|
2766
|
+
modelProperties: {
|
|
2767
|
+
...BaseModel.type.modelProperties,
|
|
2768
|
+
initiatorName: {
|
|
2761
2769
|
serializedName: "properties.initiatorName",
|
|
2762
2770
|
required: true,
|
|
2763
2771
|
type: {
|
|
2764
2772
|
name: "String"
|
|
2765
2773
|
}
|
|
2766
|
-
},
|
|
2774
|
+
},
|
|
2775
|
+
volumeCount: {
|
|
2767
2776
|
serializedName: "properties.volumeCount",
|
|
2768
2777
|
readOnly: true,
|
|
2769
2778
|
type: {
|
|
2770
2779
|
name: "Number"
|
|
2771
2780
|
}
|
|
2772
|
-
}
|
|
2781
|
+
}
|
|
2782
|
+
}
|
|
2773
2783
|
}
|
|
2774
2784
|
};
|
|
2775
2785
|
export const Alert = {
|
|
2776
2786
|
type: {
|
|
2777
2787
|
name: "Composite",
|
|
2778
2788
|
className: "Alert",
|
|
2779
|
-
modelProperties:
|
|
2789
|
+
modelProperties: {
|
|
2790
|
+
...BaseModel.type.modelProperties,
|
|
2791
|
+
title: {
|
|
2780
2792
|
serializedName: "properties.title",
|
|
2781
2793
|
required: true,
|
|
2782
2794
|
type: {
|
|
2783
2795
|
name: "String"
|
|
2784
2796
|
}
|
|
2785
|
-
},
|
|
2797
|
+
},
|
|
2798
|
+
scope: {
|
|
2786
2799
|
serializedName: "properties.scope",
|
|
2787
2800
|
required: true,
|
|
2788
2801
|
type: {
|
|
2789
2802
|
name: "Enum",
|
|
2790
2803
|
allowedValues: ["Resource", "Device"]
|
|
2791
2804
|
}
|
|
2792
|
-
},
|
|
2805
|
+
},
|
|
2806
|
+
alertType: {
|
|
2793
2807
|
serializedName: "properties.alertType",
|
|
2794
2808
|
required: true,
|
|
2795
2809
|
type: {
|
|
2796
2810
|
name: "String"
|
|
2797
2811
|
}
|
|
2798
|
-
},
|
|
2812
|
+
},
|
|
2813
|
+
appearedAtTime: {
|
|
2799
2814
|
serializedName: "properties.appearedAtTime",
|
|
2800
2815
|
required: true,
|
|
2801
2816
|
type: {
|
|
2802
2817
|
name: "DateTime"
|
|
2803
2818
|
}
|
|
2804
|
-
},
|
|
2819
|
+
},
|
|
2820
|
+
appearedAtSourceTime: {
|
|
2805
2821
|
serializedName: "properties.appearedAtSourceTime",
|
|
2806
2822
|
required: true,
|
|
2807
2823
|
type: {
|
|
2808
2824
|
name: "DateTime"
|
|
2809
2825
|
}
|
|
2810
|
-
},
|
|
2826
|
+
},
|
|
2827
|
+
clearedAtTime: {
|
|
2811
2828
|
serializedName: "properties.clearedAtTime",
|
|
2812
2829
|
type: {
|
|
2813
2830
|
name: "DateTime"
|
|
2814
2831
|
}
|
|
2815
|
-
},
|
|
2832
|
+
},
|
|
2833
|
+
clearedAtSourceTime: {
|
|
2816
2834
|
serializedName: "properties.clearedAtSourceTime",
|
|
2817
2835
|
type: {
|
|
2818
2836
|
name: "DateTime"
|
|
2819
2837
|
}
|
|
2820
|
-
},
|
|
2838
|
+
},
|
|
2839
|
+
source: {
|
|
2821
2840
|
serializedName: "properties.source",
|
|
2822
2841
|
type: {
|
|
2823
2842
|
name: "Composite",
|
|
2824
2843
|
className: "AlertSource"
|
|
2825
2844
|
}
|
|
2826
|
-
},
|
|
2845
|
+
},
|
|
2846
|
+
recommendation: {
|
|
2827
2847
|
serializedName: "properties.recommendation",
|
|
2828
2848
|
type: {
|
|
2829
2849
|
name: "String"
|
|
2830
2850
|
}
|
|
2831
|
-
},
|
|
2851
|
+
},
|
|
2852
|
+
resolutionReason: {
|
|
2832
2853
|
serializedName: "properties.resolutionReason",
|
|
2833
2854
|
type: {
|
|
2834
2855
|
name: "String"
|
|
2835
2856
|
}
|
|
2836
|
-
},
|
|
2857
|
+
},
|
|
2858
|
+
severity: {
|
|
2837
2859
|
serializedName: "properties.severity",
|
|
2838
2860
|
required: true,
|
|
2839
2861
|
type: {
|
|
2840
2862
|
name: "Enum",
|
|
2841
2863
|
allowedValues: ["Informational", "Warning", "Critical"]
|
|
2842
2864
|
}
|
|
2843
|
-
},
|
|
2865
|
+
},
|
|
2866
|
+
status: {
|
|
2844
2867
|
serializedName: "properties.status",
|
|
2845
2868
|
required: true,
|
|
2846
2869
|
type: {
|
|
2847
2870
|
name: "Enum",
|
|
2848
2871
|
allowedValues: ["Active", "Cleared"]
|
|
2849
2872
|
}
|
|
2850
|
-
},
|
|
2873
|
+
},
|
|
2874
|
+
errorDetails: {
|
|
2851
2875
|
serializedName: "properties.errorDetails",
|
|
2852
2876
|
type: {
|
|
2853
2877
|
name: "Composite",
|
|
2854
2878
|
className: "AlertErrorDetails"
|
|
2855
2879
|
}
|
|
2856
|
-
},
|
|
2880
|
+
},
|
|
2881
|
+
detailedInformation: {
|
|
2857
2882
|
serializedName: "properties.detailedInformation",
|
|
2858
2883
|
type: {
|
|
2859
2884
|
name: "Dictionary",
|
|
2860
2885
|
value: { type: { name: "String" } }
|
|
2861
2886
|
}
|
|
2862
|
-
}
|
|
2887
|
+
}
|
|
2888
|
+
}
|
|
2863
2889
|
}
|
|
2864
2890
|
};
|
|
2865
2891
|
export const BandwidthSetting = {
|
|
2866
2892
|
type: {
|
|
2867
2893
|
name: "Composite",
|
|
2868
2894
|
className: "BandwidthSetting",
|
|
2869
|
-
modelProperties:
|
|
2895
|
+
modelProperties: {
|
|
2896
|
+
...BaseModel.type.modelProperties,
|
|
2897
|
+
schedules: {
|
|
2870
2898
|
serializedName: "properties.schedules",
|
|
2871
2899
|
required: true,
|
|
2872
2900
|
type: {
|
|
@@ -2878,38 +2906,45 @@ export const BandwidthSetting = {
|
|
|
2878
2906
|
}
|
|
2879
2907
|
}
|
|
2880
2908
|
}
|
|
2881
|
-
},
|
|
2909
|
+
},
|
|
2910
|
+
volumeCount: {
|
|
2882
2911
|
serializedName: "properties.volumeCount",
|
|
2883
2912
|
readOnly: true,
|
|
2884
2913
|
type: {
|
|
2885
2914
|
name: "Number"
|
|
2886
2915
|
}
|
|
2887
|
-
}
|
|
2916
|
+
}
|
|
2917
|
+
}
|
|
2888
2918
|
}
|
|
2889
2919
|
};
|
|
2890
2920
|
export const CloudApplianceConfiguration = {
|
|
2891
2921
|
type: {
|
|
2892
2922
|
name: "Composite",
|
|
2893
2923
|
className: "CloudApplianceConfiguration",
|
|
2894
|
-
modelProperties:
|
|
2924
|
+
modelProperties: {
|
|
2925
|
+
...BaseModel.type.modelProperties,
|
|
2926
|
+
modelNumber: {
|
|
2895
2927
|
serializedName: "properties.modelNumber",
|
|
2896
2928
|
required: true,
|
|
2897
2929
|
type: {
|
|
2898
2930
|
name: "String"
|
|
2899
2931
|
}
|
|
2900
|
-
},
|
|
2932
|
+
},
|
|
2933
|
+
cloudPlatform: {
|
|
2901
2934
|
serializedName: "properties.cloudPlatform",
|
|
2902
2935
|
required: true,
|
|
2903
2936
|
type: {
|
|
2904
2937
|
name: "String"
|
|
2905
2938
|
}
|
|
2906
|
-
},
|
|
2939
|
+
},
|
|
2940
|
+
acsConfiguration: {
|
|
2907
2941
|
serializedName: "properties.acsConfiguration",
|
|
2908
2942
|
type: {
|
|
2909
2943
|
name: "Composite",
|
|
2910
2944
|
className: "AcsConfiguration"
|
|
2911
2945
|
}
|
|
2912
|
-
},
|
|
2946
|
+
},
|
|
2947
|
+
supportedStorageAccountTypes: {
|
|
2913
2948
|
serializedName: "properties.supportedStorageAccountTypes",
|
|
2914
2949
|
required: true,
|
|
2915
2950
|
type: {
|
|
@@ -2920,7 +2955,8 @@ export const CloudApplianceConfiguration = {
|
|
|
2920
2955
|
}
|
|
2921
2956
|
}
|
|
2922
2957
|
}
|
|
2923
|
-
},
|
|
2958
|
+
},
|
|
2959
|
+
supportedRegions: {
|
|
2924
2960
|
serializedName: "properties.supportedRegions",
|
|
2925
2961
|
required: true,
|
|
2926
2962
|
type: {
|
|
@@ -2931,7 +2967,8 @@ export const CloudApplianceConfiguration = {
|
|
|
2931
2967
|
}
|
|
2932
2968
|
}
|
|
2933
2969
|
}
|
|
2934
|
-
},
|
|
2970
|
+
},
|
|
2971
|
+
supportedVmTypes: {
|
|
2935
2972
|
serializedName: "properties.supportedVmTypes",
|
|
2936
2973
|
required: true,
|
|
2937
2974
|
type: {
|
|
@@ -2942,7 +2979,8 @@ export const CloudApplianceConfiguration = {
|
|
|
2942
2979
|
}
|
|
2943
2980
|
}
|
|
2944
2981
|
}
|
|
2945
|
-
},
|
|
2982
|
+
},
|
|
2983
|
+
supportedVmImages: {
|
|
2946
2984
|
serializedName: "properties.supportedVmImages",
|
|
2947
2985
|
required: true,
|
|
2948
2986
|
type: {
|
|
@@ -2954,105 +2992,124 @@ export const CloudApplianceConfiguration = {
|
|
|
2954
2992
|
}
|
|
2955
2993
|
}
|
|
2956
2994
|
}
|
|
2957
|
-
}
|
|
2995
|
+
}
|
|
2996
|
+
}
|
|
2958
2997
|
}
|
|
2959
2998
|
};
|
|
2960
2999
|
export const ConfigureDeviceRequest = {
|
|
2961
3000
|
type: {
|
|
2962
3001
|
name: "Composite",
|
|
2963
3002
|
className: "ConfigureDeviceRequest",
|
|
2964
|
-
modelProperties:
|
|
3003
|
+
modelProperties: {
|
|
3004
|
+
...BaseModel.type.modelProperties,
|
|
3005
|
+
friendlyName: {
|
|
2965
3006
|
serializedName: "properties.friendlyName",
|
|
2966
3007
|
required: true,
|
|
2967
3008
|
type: {
|
|
2968
3009
|
name: "String"
|
|
2969
3010
|
}
|
|
2970
|
-
},
|
|
3011
|
+
},
|
|
3012
|
+
currentDeviceName: {
|
|
2971
3013
|
serializedName: "properties.currentDeviceName",
|
|
2972
3014
|
required: true,
|
|
2973
3015
|
type: {
|
|
2974
3016
|
name: "String"
|
|
2975
3017
|
}
|
|
2976
|
-
},
|
|
3018
|
+
},
|
|
3019
|
+
timeZone: {
|
|
2977
3020
|
serializedName: "properties.timeZone",
|
|
2978
3021
|
required: true,
|
|
2979
3022
|
type: {
|
|
2980
3023
|
name: "String"
|
|
2981
3024
|
}
|
|
2982
|
-
},
|
|
3025
|
+
},
|
|
3026
|
+
dnsSettings: {
|
|
2983
3027
|
serializedName: "properties.dnsSettings",
|
|
2984
3028
|
type: {
|
|
2985
3029
|
name: "Composite",
|
|
2986
3030
|
className: "SecondaryDNSSettings"
|
|
2987
3031
|
}
|
|
2988
|
-
},
|
|
3032
|
+
},
|
|
3033
|
+
networkInterfaceData0Settings: {
|
|
2989
3034
|
serializedName: "properties.networkInterfaceData0Settings",
|
|
2990
3035
|
type: {
|
|
2991
3036
|
name: "Composite",
|
|
2992
3037
|
className: "NetworkInterfaceData0Settings"
|
|
2993
3038
|
}
|
|
2994
|
-
}
|
|
3039
|
+
}
|
|
3040
|
+
}
|
|
2995
3041
|
}
|
|
2996
3042
|
};
|
|
2997
3043
|
export const Device = {
|
|
2998
3044
|
type: {
|
|
2999
3045
|
name: "Composite",
|
|
3000
3046
|
className: "Device",
|
|
3001
|
-
modelProperties:
|
|
3047
|
+
modelProperties: {
|
|
3048
|
+
...BaseModel.type.modelProperties,
|
|
3049
|
+
friendlyName: {
|
|
3002
3050
|
serializedName: "properties.friendlyName",
|
|
3003
3051
|
required: true,
|
|
3004
3052
|
type: {
|
|
3005
3053
|
name: "String"
|
|
3006
3054
|
}
|
|
3007
|
-
},
|
|
3055
|
+
},
|
|
3056
|
+
activationTime: {
|
|
3008
3057
|
serializedName: "properties.activationTime",
|
|
3009
3058
|
required: true,
|
|
3010
3059
|
type: {
|
|
3011
3060
|
name: "DateTime"
|
|
3012
3061
|
}
|
|
3013
|
-
},
|
|
3062
|
+
},
|
|
3063
|
+
culture: {
|
|
3014
3064
|
serializedName: "properties.culture",
|
|
3015
3065
|
required: true,
|
|
3016
3066
|
type: {
|
|
3017
3067
|
name: "String"
|
|
3018
3068
|
}
|
|
3019
|
-
},
|
|
3069
|
+
},
|
|
3070
|
+
deviceDescription: {
|
|
3020
3071
|
serializedName: "properties.deviceDescription",
|
|
3021
3072
|
required: true,
|
|
3022
3073
|
type: {
|
|
3023
3074
|
name: "String"
|
|
3024
3075
|
}
|
|
3025
|
-
},
|
|
3076
|
+
},
|
|
3077
|
+
deviceSoftwareVersion: {
|
|
3026
3078
|
serializedName: "properties.deviceSoftwareVersion",
|
|
3027
3079
|
required: true,
|
|
3028
3080
|
type: {
|
|
3029
3081
|
name: "String"
|
|
3030
3082
|
}
|
|
3031
|
-
},
|
|
3083
|
+
},
|
|
3084
|
+
friendlySoftwareName: {
|
|
3032
3085
|
serializedName: "properties.friendlySoftwareName",
|
|
3033
3086
|
type: {
|
|
3034
3087
|
name: "String"
|
|
3035
3088
|
}
|
|
3036
|
-
},
|
|
3089
|
+
},
|
|
3090
|
+
deviceConfigurationStatus: {
|
|
3037
3091
|
serializedName: "properties.deviceConfigurationStatus",
|
|
3038
3092
|
required: true,
|
|
3039
3093
|
type: {
|
|
3040
3094
|
name: "Enum",
|
|
3041
3095
|
allowedValues: ["Complete", "Pending"]
|
|
3042
3096
|
}
|
|
3043
|
-
},
|
|
3097
|
+
},
|
|
3098
|
+
targetIqn: {
|
|
3044
3099
|
serializedName: "properties.targetIqn",
|
|
3045
3100
|
required: true,
|
|
3046
3101
|
type: {
|
|
3047
3102
|
name: "String"
|
|
3048
3103
|
}
|
|
3049
|
-
},
|
|
3104
|
+
},
|
|
3105
|
+
modelDescription: {
|
|
3050
3106
|
serializedName: "properties.modelDescription",
|
|
3051
3107
|
required: true,
|
|
3052
3108
|
type: {
|
|
3053
3109
|
name: "String"
|
|
3054
3110
|
}
|
|
3055
|
-
},
|
|
3111
|
+
},
|
|
3112
|
+
status: {
|
|
3056
3113
|
serializedName: "properties.status",
|
|
3057
3114
|
required: true,
|
|
3058
3115
|
type: {
|
|
@@ -3071,13 +3128,15 @@ export const Device = {
|
|
|
3071
3128
|
"ReadyToSetup"
|
|
3072
3129
|
]
|
|
3073
3130
|
}
|
|
3074
|
-
},
|
|
3131
|
+
},
|
|
3132
|
+
serialNumber: {
|
|
3075
3133
|
serializedName: "properties.serialNumber",
|
|
3076
3134
|
required: true,
|
|
3077
3135
|
type: {
|
|
3078
3136
|
name: "String"
|
|
3079
3137
|
}
|
|
3080
|
-
},
|
|
3138
|
+
},
|
|
3139
|
+
deviceType: {
|
|
3081
3140
|
serializedName: "properties.deviceType",
|
|
3082
3141
|
required: true,
|
|
3083
3142
|
type: {
|
|
@@ -3088,114 +3147,135 @@ export const Device = {
|
|
|
3088
3147
|
"Series8000PhysicalAppliance"
|
|
3089
3148
|
]
|
|
3090
3149
|
}
|
|
3091
|
-
},
|
|
3150
|
+
},
|
|
3151
|
+
activeController: {
|
|
3092
3152
|
serializedName: "properties.activeController",
|
|
3093
3153
|
required: true,
|
|
3094
3154
|
type: {
|
|
3095
3155
|
name: "Enum",
|
|
3096
3156
|
allowedValues: ["Unknown", "None", "Controller0", "Controller1"]
|
|
3097
3157
|
}
|
|
3098
|
-
},
|
|
3158
|
+
},
|
|
3159
|
+
friendlySoftwareVersion: {
|
|
3099
3160
|
serializedName: "properties.friendlySoftwareVersion",
|
|
3100
3161
|
required: true,
|
|
3101
3162
|
type: {
|
|
3102
3163
|
name: "String"
|
|
3103
3164
|
}
|
|
3104
|
-
},
|
|
3165
|
+
},
|
|
3166
|
+
availableLocalStorageInBytes: {
|
|
3105
3167
|
serializedName: "properties.availableLocalStorageInBytes",
|
|
3106
3168
|
type: {
|
|
3107
3169
|
name: "Number"
|
|
3108
3170
|
}
|
|
3109
|
-
},
|
|
3171
|
+
},
|
|
3172
|
+
availableTieredStorageInBytes: {
|
|
3110
3173
|
serializedName: "properties.availableTieredStorageInBytes",
|
|
3111
3174
|
type: {
|
|
3112
3175
|
name: "Number"
|
|
3113
3176
|
}
|
|
3114
|
-
},
|
|
3177
|
+
},
|
|
3178
|
+
provisionedTieredStorageInBytes: {
|
|
3115
3179
|
serializedName: "properties.provisionedTieredStorageInBytes",
|
|
3116
3180
|
type: {
|
|
3117
3181
|
name: "Number"
|
|
3118
3182
|
}
|
|
3119
|
-
},
|
|
3183
|
+
},
|
|
3184
|
+
provisionedLocalStorageInBytes: {
|
|
3120
3185
|
serializedName: "properties.provisionedLocalStorageInBytes",
|
|
3121
3186
|
type: {
|
|
3122
3187
|
name: "Number"
|
|
3123
3188
|
}
|
|
3124
|
-
},
|
|
3189
|
+
},
|
|
3190
|
+
provisionedVolumeSizeInBytes: {
|
|
3125
3191
|
serializedName: "properties.provisionedVolumeSizeInBytes",
|
|
3126
3192
|
type: {
|
|
3127
3193
|
name: "Number"
|
|
3128
3194
|
}
|
|
3129
|
-
},
|
|
3195
|
+
},
|
|
3196
|
+
usingStorageInBytes: {
|
|
3130
3197
|
serializedName: "properties.usingStorageInBytes",
|
|
3131
3198
|
type: {
|
|
3132
3199
|
name: "Number"
|
|
3133
3200
|
}
|
|
3134
|
-
},
|
|
3201
|
+
},
|
|
3202
|
+
totalTieredStorageInBytes: {
|
|
3135
3203
|
serializedName: "properties.totalTieredStorageInBytes",
|
|
3136
3204
|
type: {
|
|
3137
3205
|
name: "Number"
|
|
3138
3206
|
}
|
|
3139
|
-
},
|
|
3207
|
+
},
|
|
3208
|
+
agentGroupVersion: {
|
|
3140
3209
|
serializedName: "properties.agentGroupVersion",
|
|
3141
3210
|
type: {
|
|
3142
3211
|
name: "Number"
|
|
3143
3212
|
}
|
|
3144
|
-
},
|
|
3213
|
+
},
|
|
3214
|
+
networkInterfaceCardCount: {
|
|
3145
3215
|
serializedName: "properties.networkInterfaceCardCount",
|
|
3146
3216
|
type: {
|
|
3147
3217
|
name: "Number"
|
|
3148
3218
|
}
|
|
3149
|
-
},
|
|
3219
|
+
},
|
|
3220
|
+
deviceLocation: {
|
|
3150
3221
|
serializedName: "properties.deviceLocation",
|
|
3151
3222
|
type: {
|
|
3152
3223
|
name: "String"
|
|
3153
3224
|
}
|
|
3154
|
-
},
|
|
3225
|
+
},
|
|
3226
|
+
virtualMachineApiType: {
|
|
3155
3227
|
serializedName: "properties.virtualMachineApiType",
|
|
3156
3228
|
readOnly: true,
|
|
3157
3229
|
type: {
|
|
3158
3230
|
name: "Enum",
|
|
3159
3231
|
allowedValues: ["Classic", "Arm"]
|
|
3160
3232
|
}
|
|
3161
|
-
},
|
|
3233
|
+
},
|
|
3234
|
+
details: {
|
|
3162
3235
|
serializedName: "properties.details",
|
|
3163
3236
|
type: {
|
|
3164
3237
|
name: "Composite",
|
|
3165
3238
|
className: "DeviceDetails"
|
|
3166
3239
|
}
|
|
3167
|
-
},
|
|
3240
|
+
},
|
|
3241
|
+
rolloverDetails: {
|
|
3168
3242
|
serializedName: "properties.rolloverDetails",
|
|
3169
3243
|
type: {
|
|
3170
3244
|
name: "Composite",
|
|
3171
3245
|
className: "DeviceRolloverDetails"
|
|
3172
3246
|
}
|
|
3173
|
-
}
|
|
3247
|
+
}
|
|
3248
|
+
}
|
|
3174
3249
|
}
|
|
3175
3250
|
};
|
|
3176
3251
|
export const AlertSettings = {
|
|
3177
3252
|
type: {
|
|
3178
3253
|
name: "Composite",
|
|
3179
3254
|
className: "AlertSettings",
|
|
3180
|
-
modelProperties:
|
|
3255
|
+
modelProperties: {
|
|
3256
|
+
...BaseModel.type.modelProperties,
|
|
3257
|
+
emailNotification: {
|
|
3181
3258
|
serializedName: "properties.emailNotification",
|
|
3182
3259
|
required: true,
|
|
3183
3260
|
type: {
|
|
3184
3261
|
name: "Enum",
|
|
3185
3262
|
allowedValues: ["Enabled", "Disabled"]
|
|
3186
3263
|
}
|
|
3187
|
-
},
|
|
3264
|
+
},
|
|
3265
|
+
alertNotificationCulture: {
|
|
3188
3266
|
serializedName: "properties.alertNotificationCulture",
|
|
3189
3267
|
type: {
|
|
3190
3268
|
name: "String"
|
|
3191
3269
|
}
|
|
3192
|
-
},
|
|
3270
|
+
},
|
|
3271
|
+
notificationToServiceOwners: {
|
|
3193
3272
|
serializedName: "properties.notificationToServiceOwners",
|
|
3194
3273
|
type: {
|
|
3195
3274
|
name: "Enum",
|
|
3196
3275
|
allowedValues: ["Enabled", "Disabled"]
|
|
3197
3276
|
}
|
|
3198
|
-
},
|
|
3277
|
+
},
|
|
3278
|
+
additionalRecipientEmailList: {
|
|
3199
3279
|
serializedName: "properties.additionalRecipientEmailList",
|
|
3200
3280
|
type: {
|
|
3201
3281
|
name: "Sequence",
|
|
@@ -3205,14 +3285,17 @@ export const AlertSettings = {
|
|
|
3205
3285
|
}
|
|
3206
3286
|
}
|
|
3207
3287
|
}
|
|
3208
|
-
}
|
|
3288
|
+
}
|
|
3289
|
+
}
|
|
3209
3290
|
}
|
|
3210
3291
|
};
|
|
3211
3292
|
export const BackupPolicy = {
|
|
3212
3293
|
type: {
|
|
3213
3294
|
name: "Composite",
|
|
3214
3295
|
className: "BackupPolicy",
|
|
3215
|
-
modelProperties:
|
|
3296
|
+
modelProperties: {
|
|
3297
|
+
...BaseModel.type.modelProperties,
|
|
3298
|
+
volumeIds: {
|
|
3216
3299
|
serializedName: "properties.volumeIds",
|
|
3217
3300
|
required: true,
|
|
3218
3301
|
type: {
|
|
@@ -3223,131 +3306,154 @@ export const BackupPolicy = {
|
|
|
3223
3306
|
}
|
|
3224
3307
|
}
|
|
3225
3308
|
}
|
|
3226
|
-
},
|
|
3309
|
+
},
|
|
3310
|
+
nextBackupTime: {
|
|
3227
3311
|
serializedName: "properties.nextBackupTime",
|
|
3228
3312
|
readOnly: true,
|
|
3229
3313
|
type: {
|
|
3230
3314
|
name: "DateTime"
|
|
3231
3315
|
}
|
|
3232
|
-
},
|
|
3316
|
+
},
|
|
3317
|
+
lastBackupTime: {
|
|
3233
3318
|
serializedName: "properties.lastBackupTime",
|
|
3234
3319
|
readOnly: true,
|
|
3235
3320
|
type: {
|
|
3236
3321
|
name: "DateTime"
|
|
3237
3322
|
}
|
|
3238
|
-
},
|
|
3323
|
+
},
|
|
3324
|
+
schedulesCount: {
|
|
3239
3325
|
serializedName: "properties.schedulesCount",
|
|
3240
3326
|
readOnly: true,
|
|
3241
3327
|
type: {
|
|
3242
3328
|
name: "Number"
|
|
3243
3329
|
}
|
|
3244
|
-
},
|
|
3330
|
+
},
|
|
3331
|
+
scheduledBackupStatus: {
|
|
3245
3332
|
serializedName: "properties.scheduledBackupStatus",
|
|
3246
3333
|
readOnly: true,
|
|
3247
3334
|
type: {
|
|
3248
3335
|
name: "Enum",
|
|
3249
3336
|
allowedValues: ["Disabled", "Enabled"]
|
|
3250
3337
|
}
|
|
3251
|
-
},
|
|
3338
|
+
},
|
|
3339
|
+
backupPolicyCreationType: {
|
|
3252
3340
|
serializedName: "properties.backupPolicyCreationType",
|
|
3253
3341
|
readOnly: true,
|
|
3254
3342
|
type: {
|
|
3255
3343
|
name: "Enum",
|
|
3256
3344
|
allowedValues: ["BySaaS", "BySSM"]
|
|
3257
3345
|
}
|
|
3258
|
-
},
|
|
3346
|
+
},
|
|
3347
|
+
ssmHostName: {
|
|
3259
3348
|
serializedName: "properties.ssmHostName",
|
|
3260
3349
|
readOnly: true,
|
|
3261
3350
|
type: {
|
|
3262
3351
|
name: "String"
|
|
3263
3352
|
}
|
|
3264
|
-
}
|
|
3353
|
+
}
|
|
3354
|
+
}
|
|
3265
3355
|
}
|
|
3266
3356
|
};
|
|
3267
3357
|
export const BackupSchedule = {
|
|
3268
3358
|
type: {
|
|
3269
3359
|
name: "Composite",
|
|
3270
3360
|
className: "BackupSchedule",
|
|
3271
|
-
modelProperties:
|
|
3361
|
+
modelProperties: {
|
|
3362
|
+
...BaseModel.type.modelProperties,
|
|
3363
|
+
scheduleRecurrence: {
|
|
3272
3364
|
serializedName: "properties.scheduleRecurrence",
|
|
3273
3365
|
type: {
|
|
3274
3366
|
name: "Composite",
|
|
3275
3367
|
className: "ScheduleRecurrence"
|
|
3276
3368
|
}
|
|
3277
|
-
},
|
|
3369
|
+
},
|
|
3370
|
+
backupType: {
|
|
3278
3371
|
serializedName: "properties.backupType",
|
|
3279
3372
|
required: true,
|
|
3280
3373
|
type: {
|
|
3281
3374
|
name: "Enum",
|
|
3282
3375
|
allowedValues: ["LocalSnapshot", "CloudSnapshot"]
|
|
3283
3376
|
}
|
|
3284
|
-
},
|
|
3377
|
+
},
|
|
3378
|
+
retentionCount: {
|
|
3285
3379
|
serializedName: "properties.retentionCount",
|
|
3286
3380
|
required: true,
|
|
3287
3381
|
type: {
|
|
3288
3382
|
name: "Number"
|
|
3289
3383
|
}
|
|
3290
|
-
},
|
|
3384
|
+
},
|
|
3385
|
+
startTime: {
|
|
3291
3386
|
serializedName: "properties.startTime",
|
|
3292
3387
|
required: true,
|
|
3293
3388
|
type: {
|
|
3294
3389
|
name: "DateTime"
|
|
3295
3390
|
}
|
|
3296
|
-
},
|
|
3391
|
+
},
|
|
3392
|
+
scheduleStatus: {
|
|
3297
3393
|
serializedName: "properties.scheduleStatus",
|
|
3298
3394
|
required: true,
|
|
3299
3395
|
type: {
|
|
3300
3396
|
name: "Enum",
|
|
3301
3397
|
allowedValues: ["Enabled", "Disabled"]
|
|
3302
3398
|
}
|
|
3303
|
-
},
|
|
3399
|
+
},
|
|
3400
|
+
lastSuccessfulRun: {
|
|
3304
3401
|
serializedName: "properties.lastSuccessfulRun",
|
|
3305
3402
|
readOnly: true,
|
|
3306
3403
|
type: {
|
|
3307
3404
|
name: "DateTime"
|
|
3308
3405
|
}
|
|
3309
|
-
}
|
|
3406
|
+
}
|
|
3407
|
+
}
|
|
3310
3408
|
}
|
|
3311
3409
|
};
|
|
3312
3410
|
export const Backup = {
|
|
3313
3411
|
type: {
|
|
3314
3412
|
name: "Composite",
|
|
3315
3413
|
className: "Backup",
|
|
3316
|
-
modelProperties:
|
|
3414
|
+
modelProperties: {
|
|
3415
|
+
...BaseModel.type.modelProperties,
|
|
3416
|
+
createdOn: {
|
|
3317
3417
|
serializedName: "properties.createdOn",
|
|
3318
3418
|
required: true,
|
|
3319
3419
|
type: {
|
|
3320
3420
|
name: "DateTime"
|
|
3321
3421
|
}
|
|
3322
|
-
},
|
|
3422
|
+
},
|
|
3423
|
+
sizeInBytes: {
|
|
3323
3424
|
serializedName: "properties.sizeInBytes",
|
|
3324
3425
|
required: true,
|
|
3325
3426
|
type: {
|
|
3326
3427
|
name: "Number"
|
|
3327
3428
|
}
|
|
3328
|
-
},
|
|
3429
|
+
},
|
|
3430
|
+
backupType: {
|
|
3329
3431
|
serializedName: "properties.backupType",
|
|
3330
3432
|
type: {
|
|
3331
3433
|
name: "Enum",
|
|
3332
3434
|
allowedValues: ["LocalSnapshot", "CloudSnapshot"]
|
|
3333
3435
|
}
|
|
3334
|
-
},
|
|
3436
|
+
},
|
|
3437
|
+
backupJobCreationType: {
|
|
3335
3438
|
serializedName: "properties.backupJobCreationType",
|
|
3336
3439
|
type: {
|
|
3337
3440
|
name: "Enum",
|
|
3338
3441
|
allowedValues: ["Adhoc", "BySchedule", "BySSM"]
|
|
3339
3442
|
}
|
|
3340
|
-
},
|
|
3443
|
+
},
|
|
3444
|
+
backupPolicyId: {
|
|
3341
3445
|
serializedName: "properties.backupPolicyId",
|
|
3342
3446
|
type: {
|
|
3343
3447
|
name: "String"
|
|
3344
3448
|
}
|
|
3345
|
-
},
|
|
3449
|
+
},
|
|
3450
|
+
ssmHostName: {
|
|
3346
3451
|
serializedName: "properties.ssmHostName",
|
|
3347
3452
|
type: {
|
|
3348
3453
|
name: "String"
|
|
3349
3454
|
}
|
|
3350
|
-
},
|
|
3455
|
+
},
|
|
3456
|
+
elements: {
|
|
3351
3457
|
serializedName: "properties.elements",
|
|
3352
3458
|
required: true,
|
|
3353
3459
|
type: {
|
|
@@ -3359,26 +3465,31 @@ export const Backup = {
|
|
|
3359
3465
|
}
|
|
3360
3466
|
}
|
|
3361
3467
|
}
|
|
3362
|
-
}
|
|
3468
|
+
}
|
|
3469
|
+
}
|
|
3363
3470
|
}
|
|
3364
3471
|
};
|
|
3365
3472
|
export const HardwareComponentGroup = {
|
|
3366
3473
|
type: {
|
|
3367
3474
|
name: "Composite",
|
|
3368
3475
|
className: "HardwareComponentGroup",
|
|
3369
|
-
modelProperties:
|
|
3476
|
+
modelProperties: {
|
|
3477
|
+
...BaseModel.type.modelProperties,
|
|
3478
|
+
displayName: {
|
|
3370
3479
|
serializedName: "properties.displayName",
|
|
3371
3480
|
required: true,
|
|
3372
3481
|
type: {
|
|
3373
3482
|
name: "String"
|
|
3374
3483
|
}
|
|
3375
|
-
},
|
|
3484
|
+
},
|
|
3485
|
+
lastUpdatedTime: {
|
|
3376
3486
|
serializedName: "properties.lastUpdatedTime",
|
|
3377
3487
|
required: true,
|
|
3378
3488
|
type: {
|
|
3379
3489
|
name: "DateTime"
|
|
3380
3490
|
}
|
|
3381
|
-
},
|
|
3491
|
+
},
|
|
3492
|
+
components: {
|
|
3382
3493
|
serializedName: "properties.components",
|
|
3383
3494
|
required: true,
|
|
3384
3495
|
type: {
|
|
@@ -3390,28 +3501,33 @@ export const HardwareComponentGroup = {
|
|
|
3390
3501
|
}
|
|
3391
3502
|
}
|
|
3392
3503
|
}
|
|
3393
|
-
}
|
|
3504
|
+
}
|
|
3505
|
+
}
|
|
3394
3506
|
}
|
|
3395
3507
|
};
|
|
3396
3508
|
export const ControllerPowerStateChangeRequest = {
|
|
3397
3509
|
type: {
|
|
3398
3510
|
name: "Composite",
|
|
3399
3511
|
className: "ControllerPowerStateChangeRequest",
|
|
3400
|
-
modelProperties:
|
|
3512
|
+
modelProperties: {
|
|
3513
|
+
...BaseModel.type.modelProperties,
|
|
3514
|
+
action: {
|
|
3401
3515
|
serializedName: "properties.action",
|
|
3402
3516
|
required: true,
|
|
3403
3517
|
type: {
|
|
3404
3518
|
name: "Enum",
|
|
3405
3519
|
allowedValues: ["Start", "Restart", "Shutdown"]
|
|
3406
3520
|
}
|
|
3407
|
-
},
|
|
3521
|
+
},
|
|
3522
|
+
activeController: {
|
|
3408
3523
|
serializedName: "properties.activeController",
|
|
3409
3524
|
required: true,
|
|
3410
3525
|
type: {
|
|
3411
3526
|
name: "Enum",
|
|
3412
3527
|
allowedValues: ["Unknown", "None", "Controller0", "Controller1"]
|
|
3413
3528
|
}
|
|
3414
|
-
},
|
|
3529
|
+
},
|
|
3530
|
+
controller0State: {
|
|
3415
3531
|
serializedName: "properties.controller0State",
|
|
3416
3532
|
required: true,
|
|
3417
3533
|
type: {
|
|
@@ -3425,7 +3541,8 @@ export const ControllerPowerStateChangeRequest = {
|
|
|
3425
3541
|
"Failure"
|
|
3426
3542
|
]
|
|
3427
3543
|
}
|
|
3428
|
-
},
|
|
3544
|
+
},
|
|
3545
|
+
controller1State: {
|
|
3429
3546
|
serializedName: "properties.controller1State",
|
|
3430
3547
|
required: true,
|
|
3431
3548
|
type: {
|
|
@@ -3439,43 +3556,51 @@ export const ControllerPowerStateChangeRequest = {
|
|
|
3439
3556
|
"Failure"
|
|
3440
3557
|
]
|
|
3441
3558
|
}
|
|
3442
|
-
}
|
|
3559
|
+
}
|
|
3560
|
+
}
|
|
3443
3561
|
}
|
|
3444
3562
|
};
|
|
3445
3563
|
export const Job = {
|
|
3446
3564
|
type: {
|
|
3447
3565
|
name: "Composite",
|
|
3448
3566
|
className: "Job",
|
|
3449
|
-
modelProperties:
|
|
3567
|
+
modelProperties: {
|
|
3568
|
+
...BaseModel.type.modelProperties,
|
|
3569
|
+
status: {
|
|
3450
3570
|
serializedName: "status",
|
|
3451
3571
|
required: true,
|
|
3452
3572
|
type: {
|
|
3453
3573
|
name: "Enum",
|
|
3454
3574
|
allowedValues: ["Running", "Succeeded", "Failed", "Canceled"]
|
|
3455
3575
|
}
|
|
3456
|
-
},
|
|
3576
|
+
},
|
|
3577
|
+
startTime: {
|
|
3457
3578
|
serializedName: "startTime",
|
|
3458
3579
|
type: {
|
|
3459
3580
|
name: "DateTime"
|
|
3460
3581
|
}
|
|
3461
|
-
},
|
|
3582
|
+
},
|
|
3583
|
+
endTime: {
|
|
3462
3584
|
serializedName: "endTime",
|
|
3463
3585
|
type: {
|
|
3464
3586
|
name: "DateTime"
|
|
3465
3587
|
}
|
|
3466
|
-
},
|
|
3588
|
+
},
|
|
3589
|
+
percentComplete: {
|
|
3467
3590
|
serializedName: "percentComplete",
|
|
3468
3591
|
required: true,
|
|
3469
3592
|
type: {
|
|
3470
3593
|
name: "Number"
|
|
3471
3594
|
}
|
|
3472
|
-
},
|
|
3595
|
+
},
|
|
3596
|
+
error: {
|
|
3473
3597
|
serializedName: "error",
|
|
3474
3598
|
type: {
|
|
3475
3599
|
name: "Composite",
|
|
3476
3600
|
className: "JobErrorDetails"
|
|
3477
3601
|
}
|
|
3478
|
-
},
|
|
3602
|
+
},
|
|
3603
|
+
jobType: {
|
|
3479
3604
|
serializedName: "properties.jobType",
|
|
3480
3605
|
type: {
|
|
3481
3606
|
name: "Enum",
|
|
@@ -3492,23 +3617,27 @@ export const Job = {
|
|
|
3492
3617
|
"CreateCloudAppliance"
|
|
3493
3618
|
]
|
|
3494
3619
|
}
|
|
3495
|
-
},
|
|
3620
|
+
},
|
|
3621
|
+
dataStats: {
|
|
3496
3622
|
serializedName: "properties.dataStats",
|
|
3497
3623
|
type: {
|
|
3498
3624
|
name: "Composite",
|
|
3499
3625
|
className: "DataStatistics"
|
|
3500
3626
|
}
|
|
3501
|
-
},
|
|
3627
|
+
},
|
|
3628
|
+
entityLabel: {
|
|
3502
3629
|
serializedName: "properties.entityLabel",
|
|
3503
3630
|
type: {
|
|
3504
3631
|
name: "String"
|
|
3505
3632
|
}
|
|
3506
|
-
},
|
|
3633
|
+
},
|
|
3634
|
+
entityType: {
|
|
3507
3635
|
serializedName: "properties.entityType",
|
|
3508
3636
|
type: {
|
|
3509
3637
|
name: "String"
|
|
3510
3638
|
}
|
|
3511
|
-
},
|
|
3639
|
+
},
|
|
3640
|
+
jobStages: {
|
|
3512
3641
|
serializedName: "properties.jobStages",
|
|
3513
3642
|
type: {
|
|
3514
3643
|
name: "Sequence",
|
|
@@ -3519,95 +3648,114 @@ export const Job = {
|
|
|
3519
3648
|
}
|
|
3520
3649
|
}
|
|
3521
3650
|
}
|
|
3522
|
-
},
|
|
3651
|
+
},
|
|
3652
|
+
deviceId: {
|
|
3523
3653
|
serializedName: "properties.deviceId",
|
|
3524
3654
|
type: {
|
|
3525
3655
|
name: "String"
|
|
3526
3656
|
}
|
|
3527
|
-
},
|
|
3657
|
+
},
|
|
3658
|
+
isCancellable: {
|
|
3528
3659
|
serializedName: "properties.isCancellable",
|
|
3529
3660
|
type: {
|
|
3530
3661
|
name: "Boolean"
|
|
3531
3662
|
}
|
|
3532
|
-
},
|
|
3663
|
+
},
|
|
3664
|
+
backupType: {
|
|
3533
3665
|
serializedName: "properties.backupType",
|
|
3534
3666
|
type: {
|
|
3535
3667
|
name: "Enum",
|
|
3536
3668
|
allowedValues: ["LocalSnapshot", "CloudSnapshot"]
|
|
3537
3669
|
}
|
|
3538
|
-
},
|
|
3670
|
+
},
|
|
3671
|
+
sourceDeviceId: {
|
|
3539
3672
|
serializedName: "properties.sourceDeviceId",
|
|
3540
3673
|
type: {
|
|
3541
3674
|
name: "String"
|
|
3542
3675
|
}
|
|
3543
|
-
},
|
|
3676
|
+
},
|
|
3677
|
+
backupPointInTime: {
|
|
3544
3678
|
serializedName: "properties.backupPointInTime",
|
|
3545
3679
|
type: {
|
|
3546
3680
|
name: "DateTime"
|
|
3547
3681
|
}
|
|
3548
|
-
}
|
|
3682
|
+
}
|
|
3683
|
+
}
|
|
3549
3684
|
}
|
|
3550
3685
|
};
|
|
3551
3686
|
export const NetworkSettings = {
|
|
3552
3687
|
type: {
|
|
3553
3688
|
name: "Composite",
|
|
3554
3689
|
className: "NetworkSettings",
|
|
3555
|
-
modelProperties:
|
|
3690
|
+
modelProperties: {
|
|
3691
|
+
...BaseModel.type.modelProperties,
|
|
3692
|
+
dnsSettings: {
|
|
3556
3693
|
serializedName: "properties.dnsSettings",
|
|
3557
3694
|
type: {
|
|
3558
3695
|
name: "Composite",
|
|
3559
3696
|
className: "DNSSettings"
|
|
3560
3697
|
}
|
|
3561
|
-
},
|
|
3698
|
+
},
|
|
3699
|
+
networkAdapters: {
|
|
3562
3700
|
serializedName: "properties.networkAdapters",
|
|
3563
3701
|
type: {
|
|
3564
3702
|
name: "Composite",
|
|
3565
3703
|
className: "NetworkAdapterList"
|
|
3566
3704
|
}
|
|
3567
|
-
},
|
|
3705
|
+
},
|
|
3706
|
+
webproxySettings: {
|
|
3568
3707
|
serializedName: "properties.webproxySettings",
|
|
3569
3708
|
type: {
|
|
3570
3709
|
name: "Composite",
|
|
3571
3710
|
className: "WebproxySettings"
|
|
3572
3711
|
}
|
|
3573
|
-
}
|
|
3712
|
+
}
|
|
3713
|
+
}
|
|
3574
3714
|
}
|
|
3575
3715
|
};
|
|
3576
3716
|
export const SecuritySettings = {
|
|
3577
3717
|
type: {
|
|
3578
3718
|
name: "Composite",
|
|
3579
3719
|
className: "SecuritySettings",
|
|
3580
|
-
modelProperties:
|
|
3720
|
+
modelProperties: {
|
|
3721
|
+
...BaseModel.type.modelProperties,
|
|
3722
|
+
remoteManagementSettings: {
|
|
3581
3723
|
serializedName: "properties.remoteManagementSettings",
|
|
3582
3724
|
type: {
|
|
3583
3725
|
name: "Composite",
|
|
3584
3726
|
className: "RemoteManagementSettings"
|
|
3585
3727
|
}
|
|
3586
|
-
},
|
|
3728
|
+
},
|
|
3729
|
+
chapSettings: {
|
|
3587
3730
|
serializedName: "properties.chapSettings",
|
|
3588
3731
|
type: {
|
|
3589
3732
|
name: "Composite",
|
|
3590
3733
|
className: "ChapSettings"
|
|
3591
3734
|
}
|
|
3592
|
-
}
|
|
3735
|
+
}
|
|
3736
|
+
}
|
|
3593
3737
|
}
|
|
3594
3738
|
};
|
|
3595
3739
|
export const TimeSettings = {
|
|
3596
3740
|
type: {
|
|
3597
3741
|
name: "Composite",
|
|
3598
3742
|
className: "TimeSettings",
|
|
3599
|
-
modelProperties:
|
|
3743
|
+
modelProperties: {
|
|
3744
|
+
...BaseModel.type.modelProperties,
|
|
3745
|
+
timeZone: {
|
|
3600
3746
|
serializedName: "properties.timeZone",
|
|
3601
3747
|
required: true,
|
|
3602
3748
|
type: {
|
|
3603
3749
|
name: "String"
|
|
3604
3750
|
}
|
|
3605
|
-
},
|
|
3751
|
+
},
|
|
3752
|
+
primaryTimeServer: {
|
|
3606
3753
|
serializedName: "properties.primaryTimeServer",
|
|
3607
3754
|
type: {
|
|
3608
3755
|
name: "String"
|
|
3609
3756
|
}
|
|
3610
|
-
},
|
|
3757
|
+
},
|
|
3758
|
+
secondaryTimeServer: {
|
|
3611
3759
|
serializedName: "properties.secondaryTimeServer",
|
|
3612
3760
|
type: {
|
|
3613
3761
|
name: "Sequence",
|
|
@@ -3617,115 +3765,137 @@ export const TimeSettings = {
|
|
|
3617
3765
|
}
|
|
3618
3766
|
}
|
|
3619
3767
|
}
|
|
3620
|
-
}
|
|
3768
|
+
}
|
|
3769
|
+
}
|
|
3621
3770
|
}
|
|
3622
3771
|
};
|
|
3623
3772
|
export const Updates = {
|
|
3624
3773
|
type: {
|
|
3625
3774
|
name: "Composite",
|
|
3626
3775
|
className: "Updates",
|
|
3627
|
-
modelProperties:
|
|
3776
|
+
modelProperties: {
|
|
3777
|
+
...BaseModel.type.modelProperties,
|
|
3778
|
+
regularUpdatesAvailable: {
|
|
3628
3779
|
serializedName: "properties.regularUpdatesAvailable",
|
|
3629
3780
|
type: {
|
|
3630
3781
|
name: "Boolean"
|
|
3631
3782
|
}
|
|
3632
|
-
},
|
|
3783
|
+
},
|
|
3784
|
+
maintenanceModeUpdatesAvailable: {
|
|
3633
3785
|
serializedName: "properties.maintenanceModeUpdatesAvailable",
|
|
3634
3786
|
type: {
|
|
3635
3787
|
name: "Boolean"
|
|
3636
3788
|
}
|
|
3637
|
-
},
|
|
3789
|
+
},
|
|
3790
|
+
isUpdateInProgress: {
|
|
3638
3791
|
serializedName: "properties.isUpdateInProgress",
|
|
3639
3792
|
type: {
|
|
3640
3793
|
name: "Boolean"
|
|
3641
3794
|
}
|
|
3642
|
-
},
|
|
3795
|
+
},
|
|
3796
|
+
lastUpdatedTime: {
|
|
3643
3797
|
serializedName: "properties.lastUpdatedTime",
|
|
3644
3798
|
type: {
|
|
3645
3799
|
name: "DateTime"
|
|
3646
3800
|
}
|
|
3647
|
-
}
|
|
3801
|
+
}
|
|
3802
|
+
}
|
|
3648
3803
|
}
|
|
3649
3804
|
};
|
|
3650
3805
|
export const VolumeContainer = {
|
|
3651
3806
|
type: {
|
|
3652
3807
|
name: "Composite",
|
|
3653
3808
|
className: "VolumeContainer",
|
|
3654
|
-
modelProperties:
|
|
3809
|
+
modelProperties: {
|
|
3810
|
+
...BaseModel.type.modelProperties,
|
|
3811
|
+
encryptionKey: {
|
|
3655
3812
|
serializedName: "properties.encryptionKey",
|
|
3656
3813
|
type: {
|
|
3657
3814
|
name: "Composite",
|
|
3658
3815
|
className: "AsymmetricEncryptedSecret"
|
|
3659
3816
|
}
|
|
3660
|
-
},
|
|
3817
|
+
},
|
|
3818
|
+
encryptionStatus: {
|
|
3661
3819
|
serializedName: "properties.encryptionStatus",
|
|
3662
3820
|
readOnly: true,
|
|
3663
3821
|
type: {
|
|
3664
3822
|
name: "Enum",
|
|
3665
3823
|
allowedValues: ["Enabled", "Disabled"]
|
|
3666
3824
|
}
|
|
3667
|
-
},
|
|
3825
|
+
},
|
|
3826
|
+
volumeCount: {
|
|
3668
3827
|
serializedName: "properties.volumeCount",
|
|
3669
3828
|
readOnly: true,
|
|
3670
3829
|
type: {
|
|
3671
3830
|
name: "Number"
|
|
3672
3831
|
}
|
|
3673
|
-
},
|
|
3832
|
+
},
|
|
3833
|
+
storageAccountCredentialId: {
|
|
3674
3834
|
serializedName: "properties.storageAccountCredentialId",
|
|
3675
3835
|
required: true,
|
|
3676
3836
|
type: {
|
|
3677
3837
|
name: "String"
|
|
3678
3838
|
}
|
|
3679
|
-
},
|
|
3839
|
+
},
|
|
3840
|
+
ownerShipStatus: {
|
|
3680
3841
|
serializedName: "properties.ownerShipStatus",
|
|
3681
3842
|
readOnly: true,
|
|
3682
3843
|
type: {
|
|
3683
3844
|
name: "Enum",
|
|
3684
3845
|
allowedValues: ["Owned", "NotOwned"]
|
|
3685
3846
|
}
|
|
3686
|
-
},
|
|
3847
|
+
},
|
|
3848
|
+
bandWidthRateInMbps: {
|
|
3687
3849
|
serializedName: "properties.bandWidthRateInMbps",
|
|
3688
3850
|
type: {
|
|
3689
3851
|
name: "Number"
|
|
3690
3852
|
}
|
|
3691
|
-
},
|
|
3853
|
+
},
|
|
3854
|
+
bandwidthSettingId: {
|
|
3692
3855
|
serializedName: "properties.bandwidthSettingId",
|
|
3693
3856
|
type: {
|
|
3694
3857
|
name: "String"
|
|
3695
3858
|
}
|
|
3696
|
-
},
|
|
3859
|
+
},
|
|
3860
|
+
totalCloudStorageUsageInBytes: {
|
|
3697
3861
|
serializedName: "properties.totalCloudStorageUsageInBytes",
|
|
3698
3862
|
readOnly: true,
|
|
3699
3863
|
type: {
|
|
3700
3864
|
name: "Number"
|
|
3701
3865
|
}
|
|
3702
|
-
}
|
|
3866
|
+
}
|
|
3867
|
+
}
|
|
3703
3868
|
}
|
|
3704
3869
|
};
|
|
3705
3870
|
export const Volume = {
|
|
3706
3871
|
type: {
|
|
3707
3872
|
name: "Composite",
|
|
3708
3873
|
className: "Volume",
|
|
3709
|
-
modelProperties:
|
|
3874
|
+
modelProperties: {
|
|
3875
|
+
...BaseModel.type.modelProperties,
|
|
3876
|
+
sizeInBytes: {
|
|
3710
3877
|
serializedName: "properties.sizeInBytes",
|
|
3711
3878
|
required: true,
|
|
3712
3879
|
type: {
|
|
3713
3880
|
name: "Number"
|
|
3714
3881
|
}
|
|
3715
|
-
},
|
|
3882
|
+
},
|
|
3883
|
+
volumeType: {
|
|
3716
3884
|
serializedName: "properties.volumeType",
|
|
3717
3885
|
required: true,
|
|
3718
3886
|
type: {
|
|
3719
3887
|
name: "Enum",
|
|
3720
3888
|
allowedValues: ["Tiered", "Archival", "LocallyPinned"]
|
|
3721
3889
|
}
|
|
3722
|
-
},
|
|
3890
|
+
},
|
|
3891
|
+
volumeContainerId: {
|
|
3723
3892
|
serializedName: "properties.volumeContainerId",
|
|
3724
3893
|
readOnly: true,
|
|
3725
3894
|
type: {
|
|
3726
3895
|
name: "String"
|
|
3727
3896
|
}
|
|
3728
|
-
},
|
|
3897
|
+
},
|
|
3898
|
+
accessControlRecordIds: {
|
|
3729
3899
|
serializedName: "properties.accessControlRecordIds",
|
|
3730
3900
|
required: true,
|
|
3731
3901
|
type: {
|
|
@@ -3736,35 +3906,40 @@ export const Volume = {
|
|
|
3736
3906
|
}
|
|
3737
3907
|
}
|
|
3738
3908
|
}
|
|
3739
|
-
},
|
|
3909
|
+
},
|
|
3910
|
+
volumeStatus: {
|
|
3740
3911
|
serializedName: "properties.volumeStatus",
|
|
3741
3912
|
required: true,
|
|
3742
3913
|
type: {
|
|
3743
3914
|
name: "Enum",
|
|
3744
3915
|
allowedValues: ["Online", "Offline"]
|
|
3745
3916
|
}
|
|
3746
|
-
},
|
|
3917
|
+
},
|
|
3918
|
+
operationStatus: {
|
|
3747
3919
|
serializedName: "properties.operationStatus",
|
|
3748
3920
|
readOnly: true,
|
|
3749
3921
|
type: {
|
|
3750
3922
|
name: "Enum",
|
|
3751
3923
|
allowedValues: ["None", "Updating", "Deleting", "Restoring"]
|
|
3752
3924
|
}
|
|
3753
|
-
},
|
|
3925
|
+
},
|
|
3926
|
+
backupStatus: {
|
|
3754
3927
|
serializedName: "properties.backupStatus",
|
|
3755
3928
|
readOnly: true,
|
|
3756
3929
|
type: {
|
|
3757
3930
|
name: "Enum",
|
|
3758
3931
|
allowedValues: ["Enabled", "Disabled"]
|
|
3759
3932
|
}
|
|
3760
|
-
},
|
|
3933
|
+
},
|
|
3934
|
+
monitoringStatus: {
|
|
3761
3935
|
serializedName: "properties.monitoringStatus",
|
|
3762
3936
|
required: true,
|
|
3763
3937
|
type: {
|
|
3764
3938
|
name: "Enum",
|
|
3765
3939
|
allowedValues: ["Enabled", "Disabled"]
|
|
3766
3940
|
}
|
|
3767
|
-
},
|
|
3941
|
+
},
|
|
3942
|
+
backupPolicyIds: {
|
|
3768
3943
|
serializedName: "properties.backupPolicyIds",
|
|
3769
3944
|
readOnly: true,
|
|
3770
3945
|
type: {
|
|
@@ -3775,102 +3950,122 @@ export const Volume = {
|
|
|
3775
3950
|
}
|
|
3776
3951
|
}
|
|
3777
3952
|
}
|
|
3778
|
-
}
|
|
3953
|
+
}
|
|
3954
|
+
}
|
|
3779
3955
|
}
|
|
3780
3956
|
};
|
|
3781
3957
|
export const EncryptionSettings = {
|
|
3782
3958
|
type: {
|
|
3783
3959
|
name: "Composite",
|
|
3784
3960
|
className: "EncryptionSettings",
|
|
3785
|
-
modelProperties:
|
|
3961
|
+
modelProperties: {
|
|
3962
|
+
...BaseModel.type.modelProperties,
|
|
3963
|
+
encryptionStatus: {
|
|
3786
3964
|
serializedName: "properties.encryptionStatus",
|
|
3787
3965
|
required: true,
|
|
3788
3966
|
type: {
|
|
3789
3967
|
name: "Enum",
|
|
3790
3968
|
allowedValues: ["Enabled", "Disabled"]
|
|
3791
3969
|
}
|
|
3792
|
-
},
|
|
3970
|
+
},
|
|
3971
|
+
keyRolloverStatus: {
|
|
3793
3972
|
serializedName: "properties.keyRolloverStatus",
|
|
3794
3973
|
required: true,
|
|
3795
3974
|
type: {
|
|
3796
3975
|
name: "Enum",
|
|
3797
3976
|
allowedValues: ["Required", "NotRequired"]
|
|
3798
3977
|
}
|
|
3799
|
-
}
|
|
3978
|
+
}
|
|
3979
|
+
}
|
|
3800
3980
|
}
|
|
3801
3981
|
};
|
|
3802
3982
|
export const ManagerExtendedInfo = {
|
|
3803
3983
|
type: {
|
|
3804
3984
|
name: "Composite",
|
|
3805
3985
|
className: "ManagerExtendedInfo",
|
|
3806
|
-
modelProperties:
|
|
3986
|
+
modelProperties: {
|
|
3987
|
+
...BaseModel.type.modelProperties,
|
|
3988
|
+
etag: {
|
|
3807
3989
|
serializedName: "etag",
|
|
3808
3990
|
type: {
|
|
3809
3991
|
name: "String"
|
|
3810
3992
|
}
|
|
3811
|
-
},
|
|
3993
|
+
},
|
|
3994
|
+
version: {
|
|
3812
3995
|
serializedName: "properties.version",
|
|
3813
3996
|
type: {
|
|
3814
3997
|
name: "String"
|
|
3815
3998
|
}
|
|
3816
|
-
},
|
|
3999
|
+
},
|
|
4000
|
+
integrityKey: {
|
|
3817
4001
|
serializedName: "properties.integrityKey",
|
|
3818
4002
|
type: {
|
|
3819
4003
|
name: "String"
|
|
3820
4004
|
}
|
|
3821
|
-
},
|
|
4005
|
+
},
|
|
4006
|
+
encryptionKey: {
|
|
3822
4007
|
serializedName: "properties.encryptionKey",
|
|
3823
4008
|
type: {
|
|
3824
4009
|
name: "String"
|
|
3825
4010
|
}
|
|
3826
|
-
},
|
|
4011
|
+
},
|
|
4012
|
+
encryptionKeyThumbprint: {
|
|
3827
4013
|
serializedName: "properties.encryptionKeyThumbprint",
|
|
3828
4014
|
type: {
|
|
3829
4015
|
name: "String"
|
|
3830
4016
|
}
|
|
3831
|
-
},
|
|
4017
|
+
},
|
|
4018
|
+
portalCertificateThumbprint: {
|
|
3832
4019
|
serializedName: "properties.portalCertificateThumbprint",
|
|
3833
4020
|
type: {
|
|
3834
4021
|
name: "String"
|
|
3835
4022
|
}
|
|
3836
|
-
},
|
|
4023
|
+
},
|
|
4024
|
+
algorithm: {
|
|
3837
4025
|
serializedName: "properties.algorithm",
|
|
3838
4026
|
type: {
|
|
3839
4027
|
name: "String"
|
|
3840
4028
|
}
|
|
3841
|
-
}
|
|
4029
|
+
}
|
|
4030
|
+
}
|
|
3842
4031
|
}
|
|
3843
4032
|
};
|
|
3844
4033
|
export const StorageAccountCredential = {
|
|
3845
4034
|
type: {
|
|
3846
4035
|
name: "Composite",
|
|
3847
4036
|
className: "StorageAccountCredential",
|
|
3848
|
-
modelProperties:
|
|
4037
|
+
modelProperties: {
|
|
4038
|
+
...BaseModel.type.modelProperties,
|
|
4039
|
+
endPoint: {
|
|
3849
4040
|
serializedName: "properties.endPoint",
|
|
3850
4041
|
required: true,
|
|
3851
4042
|
type: {
|
|
3852
4043
|
name: "String"
|
|
3853
4044
|
}
|
|
3854
|
-
},
|
|
4045
|
+
},
|
|
4046
|
+
sslStatus: {
|
|
3855
4047
|
serializedName: "properties.sslStatus",
|
|
3856
4048
|
required: true,
|
|
3857
4049
|
type: {
|
|
3858
4050
|
name: "Enum",
|
|
3859
4051
|
allowedValues: ["Enabled", "Disabled"]
|
|
3860
4052
|
}
|
|
3861
|
-
},
|
|
4053
|
+
},
|
|
4054
|
+
accessKey: {
|
|
3862
4055
|
serializedName: "properties.accessKey",
|
|
3863
4056
|
type: {
|
|
3864
4057
|
name: "Composite",
|
|
3865
4058
|
className: "AsymmetricEncryptedSecret"
|
|
3866
4059
|
}
|
|
3867
|
-
},
|
|
4060
|
+
},
|
|
4061
|
+
volumesCount: {
|
|
3868
4062
|
serializedName: "properties.volumesCount",
|
|
3869
4063
|
readOnly: true,
|
|
3870
4064
|
type: {
|
|
3871
4065
|
name: "Number"
|
|
3872
4066
|
}
|
|
3873
|
-
}
|
|
4067
|
+
}
|
|
4068
|
+
}
|
|
3874
4069
|
}
|
|
3875
4070
|
};
|
|
3876
4071
|
//# sourceMappingURL=mappers.js.map
|