@azure/arm-databox 5.1.0-alpha.20250718.1 → 5.1.0-alpha.20250730.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/dist/browser/dataBoxManagementClient.js +16 -5
- package/dist/browser/dataBoxManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +324 -144
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/jobs.js +87 -123
- package/dist/browser/operations/jobs.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/service.js +23 -40
- package/dist/browser/operations/service.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/dataBoxManagementClient.js +16 -5
- package/dist/commonjs/dataBoxManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +324 -144
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/jobs.js +87 -122
- package/dist/commonjs/operations/jobs.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/service.js +23 -39
- package/dist/commonjs/operations/service.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/dataBoxManagementClient.js +16 -5
- package/dist/esm/dataBoxManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +324 -144
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/jobs.js +87 -123
- package/dist/esm/operations/jobs.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/service.js +23 -40
- package/dist/esm/operations/service.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/dataBoxManagementClient.js +16 -5
- package/dist/react-native/dataBoxManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +324 -144
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/jobs.js +87 -123
- package/dist/react-native/operations/jobs.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/service.js +23 -40
- package/dist/react-native/operations/service.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-databox-node.api.md +1514 -1514
|
@@ -3536,7 +3536,9 @@ exports.DataBoxCustomerDiskJobDetails = {
|
|
|
3536
3536
|
className: "DataBoxCustomerDiskJobDetails",
|
|
3537
3537
|
uberParent: "JobDetails",
|
|
3538
3538
|
polymorphicDiscriminator: exports.JobDetails.type.polymorphicDiscriminator,
|
|
3539
|
-
modelProperties:
|
|
3539
|
+
modelProperties: {
|
|
3540
|
+
...exports.JobDetails.type.modelProperties,
|
|
3541
|
+
importDiskDetailsCollection: {
|
|
3540
3542
|
serializedName: "importDiskDetailsCollection",
|
|
3541
3543
|
type: {
|
|
3542
3544
|
name: "Dictionary",
|
|
@@ -3544,7 +3546,8 @@ exports.DataBoxCustomerDiskJobDetails = {
|
|
|
3544
3546
|
type: { name: "Composite", className: "ImportDiskDetails" },
|
|
3545
3547
|
},
|
|
3546
3548
|
},
|
|
3547
|
-
},
|
|
3549
|
+
},
|
|
3550
|
+
exportDiskDetailsCollection: {
|
|
3548
3551
|
serializedName: "exportDiskDetailsCollection",
|
|
3549
3552
|
readOnly: true,
|
|
3550
3553
|
type: {
|
|
@@ -3553,7 +3556,8 @@ exports.DataBoxCustomerDiskJobDetails = {
|
|
|
3553
3556
|
type: { name: "Composite", className: "ExportDiskDetails" },
|
|
3554
3557
|
},
|
|
3555
3558
|
},
|
|
3556
|
-
},
|
|
3559
|
+
},
|
|
3560
|
+
copyProgress: {
|
|
3557
3561
|
serializedName: "copyProgress",
|
|
3558
3562
|
readOnly: true,
|
|
3559
3563
|
type: {
|
|
@@ -3565,25 +3569,29 @@ exports.DataBoxCustomerDiskJobDetails = {
|
|
|
3565
3569
|
},
|
|
3566
3570
|
},
|
|
3567
3571
|
},
|
|
3568
|
-
},
|
|
3572
|
+
},
|
|
3573
|
+
deliverToDcPackageDetails: {
|
|
3569
3574
|
serializedName: "deliverToDcPackageDetails",
|
|
3570
3575
|
type: {
|
|
3571
3576
|
name: "Composite",
|
|
3572
3577
|
className: "PackageCarrierInfo",
|
|
3573
3578
|
},
|
|
3574
|
-
},
|
|
3579
|
+
},
|
|
3580
|
+
returnToCustomerPackageDetails: {
|
|
3575
3581
|
serializedName: "returnToCustomerPackageDetails",
|
|
3576
3582
|
type: {
|
|
3577
3583
|
name: "Composite",
|
|
3578
3584
|
className: "PackageCarrierDetails",
|
|
3579
3585
|
},
|
|
3580
|
-
},
|
|
3586
|
+
},
|
|
3587
|
+
enableManifestBackup: {
|
|
3581
3588
|
defaultValue: false,
|
|
3582
3589
|
serializedName: "enableManifestBackup",
|
|
3583
3590
|
type: {
|
|
3584
3591
|
name: "Boolean",
|
|
3585
3592
|
},
|
|
3586
|
-
}
|
|
3593
|
+
},
|
|
3594
|
+
},
|
|
3587
3595
|
},
|
|
3588
3596
|
};
|
|
3589
3597
|
exports.DataBoxDiskJobDetails = {
|
|
@@ -3593,13 +3601,16 @@ exports.DataBoxDiskJobDetails = {
|
|
|
3593
3601
|
className: "DataBoxDiskJobDetails",
|
|
3594
3602
|
uberParent: "JobDetails",
|
|
3595
3603
|
polymorphicDiscriminator: exports.JobDetails.type.polymorphicDiscriminator,
|
|
3596
|
-
modelProperties:
|
|
3604
|
+
modelProperties: {
|
|
3605
|
+
...exports.JobDetails.type.modelProperties,
|
|
3606
|
+
preferredDisks: {
|
|
3597
3607
|
serializedName: "preferredDisks",
|
|
3598
3608
|
type: {
|
|
3599
3609
|
name: "Dictionary",
|
|
3600
3610
|
value: { type: { name: "Number" } },
|
|
3601
3611
|
},
|
|
3602
|
-
},
|
|
3612
|
+
},
|
|
3613
|
+
copyProgress: {
|
|
3603
3614
|
serializedName: "copyProgress",
|
|
3604
3615
|
readOnly: true,
|
|
3605
3616
|
type: {
|
|
@@ -3611,7 +3622,8 @@ exports.DataBoxDiskJobDetails = {
|
|
|
3611
3622
|
},
|
|
3612
3623
|
},
|
|
3613
3624
|
},
|
|
3614
|
-
},
|
|
3625
|
+
},
|
|
3626
|
+
granularCopyProgress: {
|
|
3615
3627
|
serializedName: "granularCopyProgress",
|
|
3616
3628
|
readOnly: true,
|
|
3617
3629
|
type: {
|
|
@@ -3623,7 +3635,8 @@ exports.DataBoxDiskJobDetails = {
|
|
|
3623
3635
|
},
|
|
3624
3636
|
},
|
|
3625
3637
|
},
|
|
3626
|
-
},
|
|
3638
|
+
},
|
|
3639
|
+
granularCopyLogDetails: {
|
|
3627
3640
|
serializedName: "granularCopyLogDetails",
|
|
3628
3641
|
readOnly: true,
|
|
3629
3642
|
type: {
|
|
@@ -3635,19 +3648,22 @@ exports.DataBoxDiskJobDetails = {
|
|
|
3635
3648
|
},
|
|
3636
3649
|
},
|
|
3637
3650
|
},
|
|
3638
|
-
},
|
|
3651
|
+
},
|
|
3652
|
+
disksAndSizeDetails: {
|
|
3639
3653
|
serializedName: "disksAndSizeDetails",
|
|
3640
3654
|
readOnly: true,
|
|
3641
3655
|
type: {
|
|
3642
3656
|
name: "Dictionary",
|
|
3643
3657
|
value: { type: { name: "Number" } },
|
|
3644
3658
|
},
|
|
3645
|
-
},
|
|
3659
|
+
},
|
|
3660
|
+
passkey: {
|
|
3646
3661
|
serializedName: "passkey",
|
|
3647
3662
|
type: {
|
|
3648
3663
|
name: "String",
|
|
3649
3664
|
},
|
|
3650
|
-
}
|
|
3665
|
+
},
|
|
3666
|
+
},
|
|
3651
3667
|
},
|
|
3652
3668
|
};
|
|
3653
3669
|
exports.DataBoxHeavyJobDetails = {
|
|
@@ -3657,7 +3673,9 @@ exports.DataBoxHeavyJobDetails = {
|
|
|
3657
3673
|
className: "DataBoxHeavyJobDetails",
|
|
3658
3674
|
uberParent: "JobDetails",
|
|
3659
3675
|
polymorphicDiscriminator: exports.JobDetails.type.polymorphicDiscriminator,
|
|
3660
|
-
modelProperties:
|
|
3676
|
+
modelProperties: {
|
|
3677
|
+
...exports.JobDetails.type.modelProperties,
|
|
3678
|
+
copyProgress: {
|
|
3661
3679
|
serializedName: "copyProgress",
|
|
3662
3680
|
readOnly: true,
|
|
3663
3681
|
type: {
|
|
@@ -3669,12 +3687,14 @@ exports.DataBoxHeavyJobDetails = {
|
|
|
3669
3687
|
},
|
|
3670
3688
|
},
|
|
3671
3689
|
},
|
|
3672
|
-
},
|
|
3690
|
+
},
|
|
3691
|
+
devicePassword: {
|
|
3673
3692
|
serializedName: "devicePassword",
|
|
3674
3693
|
type: {
|
|
3675
3694
|
name: "String",
|
|
3676
3695
|
},
|
|
3677
|
-
}
|
|
3696
|
+
},
|
|
3697
|
+
},
|
|
3678
3698
|
},
|
|
3679
3699
|
};
|
|
3680
3700
|
exports.DataBoxJobDetails = {
|
|
@@ -3684,7 +3704,9 @@ exports.DataBoxJobDetails = {
|
|
|
3684
3704
|
className: "DataBoxJobDetails",
|
|
3685
3705
|
uberParent: "JobDetails",
|
|
3686
3706
|
polymorphicDiscriminator: exports.JobDetails.type.polymorphicDiscriminator,
|
|
3687
|
-
modelProperties:
|
|
3707
|
+
modelProperties: {
|
|
3708
|
+
...exports.JobDetails.type.modelProperties,
|
|
3709
|
+
copyProgress: {
|
|
3688
3710
|
serializedName: "copyProgress",
|
|
3689
3711
|
readOnly: true,
|
|
3690
3712
|
type: {
|
|
@@ -3696,12 +3718,14 @@ exports.DataBoxJobDetails = {
|
|
|
3696
3718
|
},
|
|
3697
3719
|
},
|
|
3698
3720
|
},
|
|
3699
|
-
},
|
|
3721
|
+
},
|
|
3722
|
+
devicePassword: {
|
|
3700
3723
|
serializedName: "devicePassword",
|
|
3701
3724
|
type: {
|
|
3702
3725
|
name: "String",
|
|
3703
3726
|
},
|
|
3704
|
-
}
|
|
3727
|
+
},
|
|
3728
|
+
},
|
|
3705
3729
|
},
|
|
3706
3730
|
};
|
|
3707
3731
|
exports.ManagedDiskDetails = {
|
|
@@ -3711,19 +3735,23 @@ exports.ManagedDiskDetails = {
|
|
|
3711
3735
|
className: "ManagedDiskDetails",
|
|
3712
3736
|
uberParent: "DataAccountDetails",
|
|
3713
3737
|
polymorphicDiscriminator: exports.DataAccountDetails.type.polymorphicDiscriminator,
|
|
3714
|
-
modelProperties:
|
|
3738
|
+
modelProperties: {
|
|
3739
|
+
...exports.DataAccountDetails.type.modelProperties,
|
|
3740
|
+
resourceGroupId: {
|
|
3715
3741
|
serializedName: "resourceGroupId",
|
|
3716
3742
|
required: true,
|
|
3717
3743
|
type: {
|
|
3718
3744
|
name: "String",
|
|
3719
3745
|
},
|
|
3720
|
-
},
|
|
3746
|
+
},
|
|
3747
|
+
stagingStorageAccountId: {
|
|
3721
3748
|
serializedName: "stagingStorageAccountId",
|
|
3722
3749
|
required: true,
|
|
3723
3750
|
type: {
|
|
3724
3751
|
name: "String",
|
|
3725
3752
|
},
|
|
3726
|
-
}
|
|
3753
|
+
},
|
|
3754
|
+
},
|
|
3727
3755
|
},
|
|
3728
3756
|
};
|
|
3729
3757
|
exports.StorageAccountDetails = {
|
|
@@ -3733,13 +3761,16 @@ exports.StorageAccountDetails = {
|
|
|
3733
3761
|
className: "StorageAccountDetails",
|
|
3734
3762
|
uberParent: "DataAccountDetails",
|
|
3735
3763
|
polymorphicDiscriminator: exports.DataAccountDetails.type.polymorphicDiscriminator,
|
|
3736
|
-
modelProperties:
|
|
3764
|
+
modelProperties: {
|
|
3765
|
+
...exports.DataAccountDetails.type.modelProperties,
|
|
3766
|
+
storageAccountId: {
|
|
3737
3767
|
serializedName: "storageAccountId",
|
|
3738
3768
|
required: true,
|
|
3739
3769
|
type: {
|
|
3740
3770
|
name: "String",
|
|
3741
3771
|
},
|
|
3742
|
-
}
|
|
3772
|
+
},
|
|
3773
|
+
},
|
|
3743
3774
|
},
|
|
3744
3775
|
};
|
|
3745
3776
|
exports.DataBoxAccountCopyLogDetails = {
|
|
@@ -3749,25 +3780,30 @@ exports.DataBoxAccountCopyLogDetails = {
|
|
|
3749
3780
|
className: "DataBoxAccountCopyLogDetails",
|
|
3750
3781
|
uberParent: "CopyLogDetails",
|
|
3751
3782
|
polymorphicDiscriminator: exports.CopyLogDetails.type.polymorphicDiscriminator,
|
|
3752
|
-
modelProperties:
|
|
3783
|
+
modelProperties: {
|
|
3784
|
+
...exports.CopyLogDetails.type.modelProperties,
|
|
3785
|
+
accountName: {
|
|
3753
3786
|
serializedName: "accountName",
|
|
3754
3787
|
readOnly: true,
|
|
3755
3788
|
type: {
|
|
3756
3789
|
name: "String",
|
|
3757
3790
|
},
|
|
3758
|
-
},
|
|
3791
|
+
},
|
|
3792
|
+
copyLogLink: {
|
|
3759
3793
|
serializedName: "copyLogLink",
|
|
3760
3794
|
readOnly: true,
|
|
3761
3795
|
type: {
|
|
3762
3796
|
name: "String",
|
|
3763
3797
|
},
|
|
3764
|
-
},
|
|
3798
|
+
},
|
|
3799
|
+
copyVerboseLogLink: {
|
|
3765
3800
|
serializedName: "copyVerboseLogLink",
|
|
3766
3801
|
readOnly: true,
|
|
3767
3802
|
type: {
|
|
3768
3803
|
name: "String",
|
|
3769
3804
|
},
|
|
3770
|
-
}
|
|
3805
|
+
},
|
|
3806
|
+
},
|
|
3771
3807
|
},
|
|
3772
3808
|
};
|
|
3773
3809
|
exports.DataBoxCustomerDiskCopyLogDetails = {
|
|
@@ -3777,25 +3813,30 @@ exports.DataBoxCustomerDiskCopyLogDetails = {
|
|
|
3777
3813
|
className: "DataBoxCustomerDiskCopyLogDetails",
|
|
3778
3814
|
uberParent: "CopyLogDetails",
|
|
3779
3815
|
polymorphicDiscriminator: exports.CopyLogDetails.type.polymorphicDiscriminator,
|
|
3780
|
-
modelProperties:
|
|
3816
|
+
modelProperties: {
|
|
3817
|
+
...exports.CopyLogDetails.type.modelProperties,
|
|
3818
|
+
serialNumber: {
|
|
3781
3819
|
serializedName: "serialNumber",
|
|
3782
3820
|
readOnly: true,
|
|
3783
3821
|
type: {
|
|
3784
3822
|
name: "String",
|
|
3785
3823
|
},
|
|
3786
|
-
},
|
|
3824
|
+
},
|
|
3825
|
+
errorLogLink: {
|
|
3787
3826
|
serializedName: "errorLogLink",
|
|
3788
3827
|
readOnly: true,
|
|
3789
3828
|
type: {
|
|
3790
3829
|
name: "String",
|
|
3791
3830
|
},
|
|
3792
|
-
},
|
|
3831
|
+
},
|
|
3832
|
+
verboseLogLink: {
|
|
3793
3833
|
serializedName: "verboseLogLink",
|
|
3794
3834
|
readOnly: true,
|
|
3795
3835
|
type: {
|
|
3796
3836
|
name: "String",
|
|
3797
3837
|
},
|
|
3798
|
-
}
|
|
3838
|
+
},
|
|
3839
|
+
},
|
|
3799
3840
|
},
|
|
3800
3841
|
};
|
|
3801
3842
|
exports.DataBoxDiskCopyLogDetails = {
|
|
@@ -3805,25 +3846,30 @@ exports.DataBoxDiskCopyLogDetails = {
|
|
|
3805
3846
|
className: "DataBoxDiskCopyLogDetails",
|
|
3806
3847
|
uberParent: "CopyLogDetails",
|
|
3807
3848
|
polymorphicDiscriminator: exports.CopyLogDetails.type.polymorphicDiscriminator,
|
|
3808
|
-
modelProperties:
|
|
3849
|
+
modelProperties: {
|
|
3850
|
+
...exports.CopyLogDetails.type.modelProperties,
|
|
3851
|
+
diskSerialNumber: {
|
|
3809
3852
|
serializedName: "diskSerialNumber",
|
|
3810
3853
|
readOnly: true,
|
|
3811
3854
|
type: {
|
|
3812
3855
|
name: "String",
|
|
3813
3856
|
},
|
|
3814
|
-
},
|
|
3857
|
+
},
|
|
3858
|
+
errorLogLink: {
|
|
3815
3859
|
serializedName: "errorLogLink",
|
|
3816
3860
|
readOnly: true,
|
|
3817
3861
|
type: {
|
|
3818
3862
|
name: "String",
|
|
3819
3863
|
},
|
|
3820
|
-
},
|
|
3864
|
+
},
|
|
3865
|
+
verboseLogLink: {
|
|
3821
3866
|
serializedName: "verboseLogLink",
|
|
3822
3867
|
readOnly: true,
|
|
3823
3868
|
type: {
|
|
3824
3869
|
name: "String",
|
|
3825
3870
|
},
|
|
3826
|
-
}
|
|
3871
|
+
},
|
|
3872
|
+
},
|
|
3827
3873
|
},
|
|
3828
3874
|
};
|
|
3829
3875
|
exports.DataBoxHeavyAccountCopyLogDetails = {
|
|
@@ -3833,13 +3879,16 @@ exports.DataBoxHeavyAccountCopyLogDetails = {
|
|
|
3833
3879
|
className: "DataBoxHeavyAccountCopyLogDetails",
|
|
3834
3880
|
uberParent: "CopyLogDetails",
|
|
3835
3881
|
polymorphicDiscriminator: exports.CopyLogDetails.type.polymorphicDiscriminator,
|
|
3836
|
-
modelProperties:
|
|
3882
|
+
modelProperties: {
|
|
3883
|
+
...exports.CopyLogDetails.type.modelProperties,
|
|
3884
|
+
accountName: {
|
|
3837
3885
|
serializedName: "accountName",
|
|
3838
3886
|
readOnly: true,
|
|
3839
3887
|
type: {
|
|
3840
3888
|
name: "String",
|
|
3841
3889
|
},
|
|
3842
|
-
},
|
|
3890
|
+
},
|
|
3891
|
+
copyLogLink: {
|
|
3843
3892
|
serializedName: "copyLogLink",
|
|
3844
3893
|
readOnly: true,
|
|
3845
3894
|
type: {
|
|
@@ -3850,7 +3899,8 @@ exports.DataBoxHeavyAccountCopyLogDetails = {
|
|
|
3850
3899
|
},
|
|
3851
3900
|
},
|
|
3852
3901
|
},
|
|
3853
|
-
},
|
|
3902
|
+
},
|
|
3903
|
+
copyVerboseLogLink: {
|
|
3854
3904
|
serializedName: "copyVerboseLogLink",
|
|
3855
3905
|
readOnly: true,
|
|
3856
3906
|
type: {
|
|
@@ -3861,7 +3911,8 @@ exports.DataBoxHeavyAccountCopyLogDetails = {
|
|
|
3861
3911
|
},
|
|
3862
3912
|
},
|
|
3863
3913
|
},
|
|
3864
|
-
}
|
|
3914
|
+
},
|
|
3915
|
+
},
|
|
3865
3916
|
},
|
|
3866
3917
|
};
|
|
3867
3918
|
exports.DatacenterAddressInstructionResponse = {
|
|
@@ -3871,13 +3922,16 @@ exports.DatacenterAddressInstructionResponse = {
|
|
|
3871
3922
|
className: "DatacenterAddressInstructionResponse",
|
|
3872
3923
|
uberParent: "DatacenterAddressResponse",
|
|
3873
3924
|
polymorphicDiscriminator: exports.DatacenterAddressResponse.type.polymorphicDiscriminator,
|
|
3874
|
-
modelProperties:
|
|
3925
|
+
modelProperties: {
|
|
3926
|
+
...exports.DatacenterAddressResponse.type.modelProperties,
|
|
3927
|
+
communicationInstruction: {
|
|
3875
3928
|
serializedName: "communicationInstruction",
|
|
3876
3929
|
readOnly: true,
|
|
3877
3930
|
type: {
|
|
3878
3931
|
name: "String",
|
|
3879
3932
|
},
|
|
3880
|
-
}
|
|
3933
|
+
},
|
|
3934
|
+
},
|
|
3881
3935
|
},
|
|
3882
3936
|
};
|
|
3883
3937
|
exports.DatacenterAddressLocationResponse = {
|
|
@@ -3887,222 +3941,260 @@ exports.DatacenterAddressLocationResponse = {
|
|
|
3887
3941
|
className: "DatacenterAddressLocationResponse",
|
|
3888
3942
|
uberParent: "DatacenterAddressResponse",
|
|
3889
3943
|
polymorphicDiscriminator: exports.DatacenterAddressResponse.type.polymorphicDiscriminator,
|
|
3890
|
-
modelProperties:
|
|
3944
|
+
modelProperties: {
|
|
3945
|
+
...exports.DatacenterAddressResponse.type.modelProperties,
|
|
3946
|
+
contactPersonName: {
|
|
3891
3947
|
serializedName: "contactPersonName",
|
|
3892
3948
|
readOnly: true,
|
|
3893
3949
|
type: {
|
|
3894
3950
|
name: "String",
|
|
3895
3951
|
},
|
|
3896
|
-
},
|
|
3952
|
+
},
|
|
3953
|
+
company: {
|
|
3897
3954
|
serializedName: "company",
|
|
3898
3955
|
readOnly: true,
|
|
3899
3956
|
type: {
|
|
3900
3957
|
name: "String",
|
|
3901
3958
|
},
|
|
3902
|
-
},
|
|
3959
|
+
},
|
|
3960
|
+
street1: {
|
|
3903
3961
|
serializedName: "street1",
|
|
3904
3962
|
readOnly: true,
|
|
3905
3963
|
type: {
|
|
3906
3964
|
name: "String",
|
|
3907
3965
|
},
|
|
3908
|
-
},
|
|
3966
|
+
},
|
|
3967
|
+
street2: {
|
|
3909
3968
|
serializedName: "street2",
|
|
3910
3969
|
readOnly: true,
|
|
3911
3970
|
type: {
|
|
3912
3971
|
name: "String",
|
|
3913
3972
|
},
|
|
3914
|
-
},
|
|
3973
|
+
},
|
|
3974
|
+
street3: {
|
|
3915
3975
|
serializedName: "street3",
|
|
3916
3976
|
readOnly: true,
|
|
3917
3977
|
type: {
|
|
3918
3978
|
name: "String",
|
|
3919
3979
|
},
|
|
3920
|
-
},
|
|
3980
|
+
},
|
|
3981
|
+
city: {
|
|
3921
3982
|
serializedName: "city",
|
|
3922
3983
|
readOnly: true,
|
|
3923
3984
|
type: {
|
|
3924
3985
|
name: "String",
|
|
3925
3986
|
},
|
|
3926
|
-
},
|
|
3987
|
+
},
|
|
3988
|
+
state: {
|
|
3927
3989
|
serializedName: "state",
|
|
3928
3990
|
readOnly: true,
|
|
3929
3991
|
type: {
|
|
3930
3992
|
name: "String",
|
|
3931
3993
|
},
|
|
3932
|
-
},
|
|
3994
|
+
},
|
|
3995
|
+
zip: {
|
|
3933
3996
|
serializedName: "zip",
|
|
3934
3997
|
readOnly: true,
|
|
3935
3998
|
type: {
|
|
3936
3999
|
name: "String",
|
|
3937
4000
|
},
|
|
3938
|
-
},
|
|
4001
|
+
},
|
|
4002
|
+
country: {
|
|
3939
4003
|
serializedName: "country",
|
|
3940
4004
|
readOnly: true,
|
|
3941
4005
|
type: {
|
|
3942
4006
|
name: "String",
|
|
3943
4007
|
},
|
|
3944
|
-
},
|
|
4008
|
+
},
|
|
4009
|
+
phone: {
|
|
3945
4010
|
serializedName: "phone",
|
|
3946
4011
|
readOnly: true,
|
|
3947
4012
|
type: {
|
|
3948
4013
|
name: "String",
|
|
3949
4014
|
},
|
|
3950
|
-
},
|
|
4015
|
+
},
|
|
4016
|
+
phoneExtension: {
|
|
3951
4017
|
serializedName: "phoneExtension",
|
|
3952
4018
|
readOnly: true,
|
|
3953
4019
|
type: {
|
|
3954
4020
|
name: "String",
|
|
3955
4021
|
},
|
|
3956
|
-
},
|
|
4022
|
+
},
|
|
4023
|
+
addressType: {
|
|
3957
4024
|
serializedName: "addressType",
|
|
3958
4025
|
readOnly: true,
|
|
3959
4026
|
type: {
|
|
3960
4027
|
name: "String",
|
|
3961
4028
|
},
|
|
3962
|
-
},
|
|
4029
|
+
},
|
|
4030
|
+
additionalShippingInformation: {
|
|
3963
4031
|
serializedName: "additionalShippingInformation",
|
|
3964
4032
|
readOnly: true,
|
|
3965
4033
|
type: {
|
|
3966
4034
|
name: "String",
|
|
3967
4035
|
},
|
|
3968
|
-
}
|
|
4036
|
+
},
|
|
4037
|
+
},
|
|
3969
4038
|
},
|
|
3970
4039
|
};
|
|
3971
4040
|
exports.JobResource = {
|
|
3972
4041
|
type: {
|
|
3973
4042
|
name: "Composite",
|
|
3974
4043
|
className: "JobResource",
|
|
3975
|
-
modelProperties:
|
|
4044
|
+
modelProperties: {
|
|
4045
|
+
...exports.Resource.type.modelProperties,
|
|
4046
|
+
name: {
|
|
3976
4047
|
serializedName: "name",
|
|
3977
4048
|
readOnly: true,
|
|
3978
4049
|
type: {
|
|
3979
4050
|
name: "String",
|
|
3980
4051
|
},
|
|
3981
|
-
},
|
|
4052
|
+
},
|
|
4053
|
+
id: {
|
|
3982
4054
|
serializedName: "id",
|
|
3983
4055
|
readOnly: true,
|
|
3984
4056
|
type: {
|
|
3985
4057
|
name: "String",
|
|
3986
4058
|
},
|
|
3987
|
-
},
|
|
4059
|
+
},
|
|
4060
|
+
type: {
|
|
3988
4061
|
serializedName: "type",
|
|
3989
4062
|
readOnly: true,
|
|
3990
4063
|
type: {
|
|
3991
4064
|
name: "String",
|
|
3992
4065
|
},
|
|
3993
|
-
},
|
|
4066
|
+
},
|
|
4067
|
+
systemData: {
|
|
3994
4068
|
serializedName: "systemData",
|
|
3995
4069
|
type: {
|
|
3996
4070
|
name: "Composite",
|
|
3997
4071
|
className: "SystemData",
|
|
3998
4072
|
},
|
|
3999
|
-
},
|
|
4073
|
+
},
|
|
4074
|
+
transferType: {
|
|
4000
4075
|
serializedName: "properties.transferType",
|
|
4001
4076
|
required: true,
|
|
4002
4077
|
type: {
|
|
4003
4078
|
name: "Enum",
|
|
4004
4079
|
allowedValues: ["ImportToAzure", "ExportFromAzure"],
|
|
4005
4080
|
},
|
|
4006
|
-
},
|
|
4081
|
+
},
|
|
4082
|
+
isCancellable: {
|
|
4007
4083
|
serializedName: "properties.isCancellable",
|
|
4008
4084
|
readOnly: true,
|
|
4009
4085
|
type: {
|
|
4010
4086
|
name: "Boolean",
|
|
4011
4087
|
},
|
|
4012
|
-
},
|
|
4088
|
+
},
|
|
4089
|
+
isDeletable: {
|
|
4013
4090
|
serializedName: "properties.isDeletable",
|
|
4014
4091
|
readOnly: true,
|
|
4015
4092
|
type: {
|
|
4016
4093
|
name: "Boolean",
|
|
4017
4094
|
},
|
|
4018
|
-
},
|
|
4095
|
+
},
|
|
4096
|
+
isShippingAddressEditable: {
|
|
4019
4097
|
serializedName: "properties.isShippingAddressEditable",
|
|
4020
4098
|
readOnly: true,
|
|
4021
4099
|
type: {
|
|
4022
4100
|
name: "Boolean",
|
|
4023
4101
|
},
|
|
4024
|
-
},
|
|
4102
|
+
},
|
|
4103
|
+
reverseShippingDetailsUpdate: {
|
|
4025
4104
|
serializedName: "properties.reverseShippingDetailsUpdate",
|
|
4026
4105
|
readOnly: true,
|
|
4027
4106
|
type: {
|
|
4028
4107
|
name: "Enum",
|
|
4029
4108
|
allowedValues: ["Enabled", "Disabled", "NotSupported"],
|
|
4030
4109
|
},
|
|
4031
|
-
},
|
|
4110
|
+
},
|
|
4111
|
+
reverseTransportPreferenceUpdate: {
|
|
4032
4112
|
serializedName: "properties.reverseTransportPreferenceUpdate",
|
|
4033
4113
|
readOnly: true,
|
|
4034
4114
|
type: {
|
|
4035
4115
|
name: "Enum",
|
|
4036
4116
|
allowedValues: ["Enabled", "Disabled", "NotSupported"],
|
|
4037
4117
|
},
|
|
4038
|
-
},
|
|
4118
|
+
},
|
|
4119
|
+
isPrepareToShipEnabled: {
|
|
4039
4120
|
serializedName: "properties.isPrepareToShipEnabled",
|
|
4040
4121
|
readOnly: true,
|
|
4041
4122
|
type: {
|
|
4042
4123
|
name: "Boolean",
|
|
4043
4124
|
},
|
|
4044
|
-
},
|
|
4125
|
+
},
|
|
4126
|
+
status: {
|
|
4045
4127
|
serializedName: "properties.status",
|
|
4046
4128
|
readOnly: true,
|
|
4047
4129
|
type: {
|
|
4048
4130
|
name: "String",
|
|
4049
4131
|
},
|
|
4050
|
-
},
|
|
4132
|
+
},
|
|
4133
|
+
delayedStage: {
|
|
4051
4134
|
serializedName: "properties.delayedStage",
|
|
4052
4135
|
readOnly: true,
|
|
4053
4136
|
type: {
|
|
4054
4137
|
name: "String",
|
|
4055
4138
|
},
|
|
4056
|
-
},
|
|
4139
|
+
},
|
|
4140
|
+
startTime: {
|
|
4057
4141
|
serializedName: "properties.startTime",
|
|
4058
4142
|
readOnly: true,
|
|
4059
4143
|
type: {
|
|
4060
4144
|
name: "DateTime",
|
|
4061
4145
|
},
|
|
4062
|
-
},
|
|
4146
|
+
},
|
|
4147
|
+
error: {
|
|
4063
4148
|
serializedName: "properties.error",
|
|
4064
4149
|
type: {
|
|
4065
4150
|
name: "Composite",
|
|
4066
4151
|
className: "CloudError",
|
|
4067
4152
|
},
|
|
4068
|
-
},
|
|
4153
|
+
},
|
|
4154
|
+
details: {
|
|
4069
4155
|
serializedName: "properties.details",
|
|
4070
4156
|
type: {
|
|
4071
4157
|
name: "Composite",
|
|
4072
4158
|
className: "JobDetails",
|
|
4073
4159
|
},
|
|
4074
|
-
},
|
|
4160
|
+
},
|
|
4161
|
+
cancellationReason: {
|
|
4075
4162
|
serializedName: "properties.cancellationReason",
|
|
4076
4163
|
readOnly: true,
|
|
4077
4164
|
type: {
|
|
4078
4165
|
name: "String",
|
|
4079
4166
|
},
|
|
4080
|
-
},
|
|
4167
|
+
},
|
|
4168
|
+
deliveryType: {
|
|
4081
4169
|
defaultValue: "NonScheduled",
|
|
4082
4170
|
serializedName: "properties.deliveryType",
|
|
4083
4171
|
type: {
|
|
4084
4172
|
name: "Enum",
|
|
4085
4173
|
allowedValues: ["NonScheduled", "Scheduled"],
|
|
4086
4174
|
},
|
|
4087
|
-
},
|
|
4175
|
+
},
|
|
4176
|
+
deliveryInfo: {
|
|
4088
4177
|
serializedName: "properties.deliveryInfo",
|
|
4089
4178
|
type: {
|
|
4090
4179
|
name: "Composite",
|
|
4091
4180
|
className: "JobDeliveryInfo",
|
|
4092
4181
|
},
|
|
4093
|
-
},
|
|
4182
|
+
},
|
|
4183
|
+
isCancellableWithoutFee: {
|
|
4094
4184
|
serializedName: "properties.isCancellableWithoutFee",
|
|
4095
4185
|
readOnly: true,
|
|
4096
4186
|
type: {
|
|
4097
4187
|
name: "Boolean",
|
|
4098
4188
|
},
|
|
4099
|
-
},
|
|
4189
|
+
},
|
|
4190
|
+
allDevicesLost: {
|
|
4100
4191
|
serializedName: "properties.allDevicesLost",
|
|
4101
4192
|
readOnly: true,
|
|
4102
4193
|
type: {
|
|
4103
4194
|
name: "Boolean",
|
|
4104
4195
|
},
|
|
4105
|
-
}
|
|
4196
|
+
},
|
|
4197
|
+
},
|
|
4106
4198
|
},
|
|
4107
4199
|
};
|
|
4108
4200
|
exports.ValidateAddress = {
|
|
@@ -4112,13 +4204,16 @@ exports.ValidateAddress = {
|
|
|
4112
4204
|
className: "ValidateAddress",
|
|
4113
4205
|
uberParent: "ValidationInputRequest",
|
|
4114
4206
|
polymorphicDiscriminator: exports.ValidationInputRequest.type.polymorphicDiscriminator,
|
|
4115
|
-
modelProperties:
|
|
4207
|
+
modelProperties: {
|
|
4208
|
+
...exports.ValidationInputRequest.type.modelProperties,
|
|
4209
|
+
shippingAddress: {
|
|
4116
4210
|
serializedName: "shippingAddress",
|
|
4117
4211
|
type: {
|
|
4118
4212
|
name: "Composite",
|
|
4119
4213
|
className: "ShippingAddress",
|
|
4120
4214
|
},
|
|
4121
|
-
},
|
|
4215
|
+
},
|
|
4216
|
+
deviceType: {
|
|
4122
4217
|
serializedName: "deviceType",
|
|
4123
4218
|
required: true,
|
|
4124
4219
|
type: {
|
|
@@ -4130,13 +4225,15 @@ exports.ValidateAddress = {
|
|
|
4130
4225
|
"DataBoxCustomerDisk",
|
|
4131
4226
|
],
|
|
4132
4227
|
},
|
|
4133
|
-
},
|
|
4228
|
+
},
|
|
4229
|
+
transportPreferences: {
|
|
4134
4230
|
serializedName: "transportPreferences",
|
|
4135
4231
|
type: {
|
|
4136
4232
|
name: "Composite",
|
|
4137
4233
|
className: "TransportPreferences",
|
|
4138
4234
|
},
|
|
4139
|
-
},
|
|
4235
|
+
},
|
|
4236
|
+
model: {
|
|
4140
4237
|
serializedName: "model",
|
|
4141
4238
|
type: {
|
|
4142
4239
|
name: "Enum",
|
|
@@ -4149,7 +4246,8 @@ exports.ValidateAddress = {
|
|
|
4149
4246
|
"AzureDataBox525",
|
|
4150
4247
|
],
|
|
4151
4248
|
},
|
|
4152
|
-
}
|
|
4249
|
+
},
|
|
4250
|
+
},
|
|
4153
4251
|
},
|
|
4154
4252
|
};
|
|
4155
4253
|
exports.CreateOrderLimitForSubscriptionValidationRequest = {
|
|
@@ -4159,7 +4257,9 @@ exports.CreateOrderLimitForSubscriptionValidationRequest = {
|
|
|
4159
4257
|
className: "CreateOrderLimitForSubscriptionValidationRequest",
|
|
4160
4258
|
uberParent: "ValidationInputRequest",
|
|
4161
4259
|
polymorphicDiscriminator: exports.ValidationInputRequest.type.polymorphicDiscriminator,
|
|
4162
|
-
modelProperties:
|
|
4260
|
+
modelProperties: {
|
|
4261
|
+
...exports.ValidationInputRequest.type.modelProperties,
|
|
4262
|
+
deviceType: {
|
|
4163
4263
|
serializedName: "deviceType",
|
|
4164
4264
|
required: true,
|
|
4165
4265
|
type: {
|
|
@@ -4171,7 +4271,8 @@ exports.CreateOrderLimitForSubscriptionValidationRequest = {
|
|
|
4171
4271
|
"DataBoxCustomerDisk",
|
|
4172
4272
|
],
|
|
4173
4273
|
},
|
|
4174
|
-
},
|
|
4274
|
+
},
|
|
4275
|
+
model: {
|
|
4175
4276
|
serializedName: "model",
|
|
4176
4277
|
type: {
|
|
4177
4278
|
name: "Enum",
|
|
@@ -4184,7 +4285,8 @@ exports.CreateOrderLimitForSubscriptionValidationRequest = {
|
|
|
4184
4285
|
"AzureDataBox525",
|
|
4185
4286
|
],
|
|
4186
4287
|
},
|
|
4187
|
-
}
|
|
4288
|
+
},
|
|
4289
|
+
},
|
|
4188
4290
|
},
|
|
4189
4291
|
};
|
|
4190
4292
|
exports.DataTransferDetailsValidationRequest = {
|
|
@@ -4194,7 +4296,9 @@ exports.DataTransferDetailsValidationRequest = {
|
|
|
4194
4296
|
className: "DataTransferDetailsValidationRequest",
|
|
4195
4297
|
uberParent: "ValidationInputRequest",
|
|
4196
4298
|
polymorphicDiscriminator: exports.ValidationInputRequest.type.polymorphicDiscriminator,
|
|
4197
|
-
modelProperties:
|
|
4299
|
+
modelProperties: {
|
|
4300
|
+
...exports.ValidationInputRequest.type.modelProperties,
|
|
4301
|
+
dataExportDetails: {
|
|
4198
4302
|
serializedName: "dataExportDetails",
|
|
4199
4303
|
type: {
|
|
4200
4304
|
name: "Sequence",
|
|
@@ -4205,7 +4309,8 @@ exports.DataTransferDetailsValidationRequest = {
|
|
|
4205
4309
|
},
|
|
4206
4310
|
},
|
|
4207
4311
|
},
|
|
4208
|
-
},
|
|
4312
|
+
},
|
|
4313
|
+
dataImportDetails: {
|
|
4209
4314
|
serializedName: "dataImportDetails",
|
|
4210
4315
|
type: {
|
|
4211
4316
|
name: "Sequence",
|
|
@@ -4216,7 +4321,8 @@ exports.DataTransferDetailsValidationRequest = {
|
|
|
4216
4321
|
},
|
|
4217
4322
|
},
|
|
4218
4323
|
},
|
|
4219
|
-
},
|
|
4324
|
+
},
|
|
4325
|
+
deviceType: {
|
|
4220
4326
|
serializedName: "deviceType",
|
|
4221
4327
|
required: true,
|
|
4222
4328
|
type: {
|
|
@@ -4228,14 +4334,16 @@ exports.DataTransferDetailsValidationRequest = {
|
|
|
4228
4334
|
"DataBoxCustomerDisk",
|
|
4229
4335
|
],
|
|
4230
4336
|
},
|
|
4231
|
-
},
|
|
4337
|
+
},
|
|
4338
|
+
transferType: {
|
|
4232
4339
|
serializedName: "transferType",
|
|
4233
4340
|
required: true,
|
|
4234
4341
|
type: {
|
|
4235
4342
|
name: "Enum",
|
|
4236
4343
|
allowedValues: ["ImportToAzure", "ExportFromAzure"],
|
|
4237
4344
|
},
|
|
4238
|
-
},
|
|
4345
|
+
},
|
|
4346
|
+
model: {
|
|
4239
4347
|
serializedName: "model",
|
|
4240
4348
|
type: {
|
|
4241
4349
|
name: "Enum",
|
|
@@ -4248,7 +4356,8 @@ exports.DataTransferDetailsValidationRequest = {
|
|
|
4248
4356
|
"AzureDataBox525",
|
|
4249
4357
|
],
|
|
4250
4358
|
},
|
|
4251
|
-
}
|
|
4359
|
+
},
|
|
4360
|
+
},
|
|
4252
4361
|
},
|
|
4253
4362
|
};
|
|
4254
4363
|
exports.PreferencesValidationRequest = {
|
|
@@ -4258,13 +4367,16 @@ exports.PreferencesValidationRequest = {
|
|
|
4258
4367
|
className: "PreferencesValidationRequest",
|
|
4259
4368
|
uberParent: "ValidationInputRequest",
|
|
4260
4369
|
polymorphicDiscriminator: exports.ValidationInputRequest.type.polymorphicDiscriminator,
|
|
4261
|
-
modelProperties:
|
|
4370
|
+
modelProperties: {
|
|
4371
|
+
...exports.ValidationInputRequest.type.modelProperties,
|
|
4372
|
+
preference: {
|
|
4262
4373
|
serializedName: "preference",
|
|
4263
4374
|
type: {
|
|
4264
4375
|
name: "Composite",
|
|
4265
4376
|
className: "Preferences",
|
|
4266
4377
|
},
|
|
4267
|
-
},
|
|
4378
|
+
},
|
|
4379
|
+
deviceType: {
|
|
4268
4380
|
serializedName: "deviceType",
|
|
4269
4381
|
required: true,
|
|
4270
4382
|
type: {
|
|
@@ -4276,7 +4388,8 @@ exports.PreferencesValidationRequest = {
|
|
|
4276
4388
|
"DataBoxCustomerDisk",
|
|
4277
4389
|
],
|
|
4278
4390
|
},
|
|
4279
|
-
},
|
|
4391
|
+
},
|
|
4392
|
+
model: {
|
|
4280
4393
|
serializedName: "model",
|
|
4281
4394
|
type: {
|
|
4282
4395
|
name: "Enum",
|
|
@@ -4289,7 +4402,8 @@ exports.PreferencesValidationRequest = {
|
|
|
4289
4402
|
"AzureDataBox525",
|
|
4290
4403
|
],
|
|
4291
4404
|
},
|
|
4292
|
-
}
|
|
4405
|
+
},
|
|
4406
|
+
},
|
|
4293
4407
|
},
|
|
4294
4408
|
};
|
|
4295
4409
|
exports.SkuAvailabilityValidationRequest = {
|
|
@@ -4299,7 +4413,9 @@ exports.SkuAvailabilityValidationRequest = {
|
|
|
4299
4413
|
className: "SkuAvailabilityValidationRequest",
|
|
4300
4414
|
uberParent: "ValidationInputRequest",
|
|
4301
4415
|
polymorphicDiscriminator: exports.ValidationInputRequest.type.polymorphicDiscriminator,
|
|
4302
|
-
modelProperties:
|
|
4416
|
+
modelProperties: {
|
|
4417
|
+
...exports.ValidationInputRequest.type.modelProperties,
|
|
4418
|
+
deviceType: {
|
|
4303
4419
|
serializedName: "deviceType",
|
|
4304
4420
|
required: true,
|
|
4305
4421
|
type: {
|
|
@@ -4311,26 +4427,30 @@ exports.SkuAvailabilityValidationRequest = {
|
|
|
4311
4427
|
"DataBoxCustomerDisk",
|
|
4312
4428
|
],
|
|
4313
4429
|
},
|
|
4314
|
-
},
|
|
4430
|
+
},
|
|
4431
|
+
transferType: {
|
|
4315
4432
|
serializedName: "transferType",
|
|
4316
4433
|
required: true,
|
|
4317
4434
|
type: {
|
|
4318
4435
|
name: "Enum",
|
|
4319
4436
|
allowedValues: ["ImportToAzure", "ExportFromAzure"],
|
|
4320
4437
|
},
|
|
4321
|
-
},
|
|
4438
|
+
},
|
|
4439
|
+
country: {
|
|
4322
4440
|
serializedName: "country",
|
|
4323
4441
|
required: true,
|
|
4324
4442
|
type: {
|
|
4325
4443
|
name: "String",
|
|
4326
4444
|
},
|
|
4327
|
-
},
|
|
4445
|
+
},
|
|
4446
|
+
location: {
|
|
4328
4447
|
serializedName: "location",
|
|
4329
4448
|
required: true,
|
|
4330
4449
|
type: {
|
|
4331
4450
|
name: "String",
|
|
4332
4451
|
},
|
|
4333
|
-
},
|
|
4452
|
+
},
|
|
4453
|
+
model: {
|
|
4334
4454
|
serializedName: "model",
|
|
4335
4455
|
type: {
|
|
4336
4456
|
name: "Enum",
|
|
@@ -4343,7 +4463,8 @@ exports.SkuAvailabilityValidationRequest = {
|
|
|
4343
4463
|
"AzureDataBox525",
|
|
4344
4464
|
],
|
|
4345
4465
|
},
|
|
4346
|
-
}
|
|
4466
|
+
},
|
|
4467
|
+
},
|
|
4347
4468
|
},
|
|
4348
4469
|
};
|
|
4349
4470
|
exports.SubscriptionIsAllowedToCreateJobValidationRequest = {
|
|
@@ -4353,7 +4474,9 @@ exports.SubscriptionIsAllowedToCreateJobValidationRequest = {
|
|
|
4353
4474
|
className: "SubscriptionIsAllowedToCreateJobValidationRequest",
|
|
4354
4475
|
uberParent: "ValidationInputRequest",
|
|
4355
4476
|
polymorphicDiscriminator: exports.ValidationInputRequest.type.polymorphicDiscriminator,
|
|
4356
|
-
modelProperties:
|
|
4477
|
+
modelProperties: {
|
|
4478
|
+
...exports.ValidationInputRequest.type.modelProperties,
|
|
4479
|
+
},
|
|
4357
4480
|
},
|
|
4358
4481
|
};
|
|
4359
4482
|
exports.AddressValidationProperties = {
|
|
@@ -4363,14 +4486,17 @@ exports.AddressValidationProperties = {
|
|
|
4363
4486
|
className: "AddressValidationProperties",
|
|
4364
4487
|
uberParent: "ValidationInputResponse",
|
|
4365
4488
|
polymorphicDiscriminator: exports.ValidationInputResponse.type.polymorphicDiscriminator,
|
|
4366
|
-
modelProperties:
|
|
4489
|
+
modelProperties: {
|
|
4490
|
+
...exports.ValidationInputResponse.type.modelProperties,
|
|
4491
|
+
validationStatus: {
|
|
4367
4492
|
serializedName: "validationStatus",
|
|
4368
4493
|
readOnly: true,
|
|
4369
4494
|
type: {
|
|
4370
4495
|
name: "Enum",
|
|
4371
4496
|
allowedValues: ["Valid", "Invalid", "Ambiguous"],
|
|
4372
4497
|
},
|
|
4373
|
-
},
|
|
4498
|
+
},
|
|
4499
|
+
alternateAddresses: {
|
|
4374
4500
|
serializedName: "alternateAddresses",
|
|
4375
4501
|
readOnly: true,
|
|
4376
4502
|
type: {
|
|
@@ -4382,7 +4508,8 @@ exports.AddressValidationProperties = {
|
|
|
4382
4508
|
},
|
|
4383
4509
|
},
|
|
4384
4510
|
},
|
|
4385
|
-
}
|
|
4511
|
+
},
|
|
4512
|
+
},
|
|
4386
4513
|
},
|
|
4387
4514
|
};
|
|
4388
4515
|
exports.CreateOrderLimitForSubscriptionValidationResponseProperties = {
|
|
@@ -4392,14 +4519,17 @@ exports.CreateOrderLimitForSubscriptionValidationResponseProperties = {
|
|
|
4392
4519
|
className: "CreateOrderLimitForSubscriptionValidationResponseProperties",
|
|
4393
4520
|
uberParent: "ValidationInputResponse",
|
|
4394
4521
|
polymorphicDiscriminator: exports.ValidationInputResponse.type.polymorphicDiscriminator,
|
|
4395
|
-
modelProperties:
|
|
4522
|
+
modelProperties: {
|
|
4523
|
+
...exports.ValidationInputResponse.type.modelProperties,
|
|
4524
|
+
status: {
|
|
4396
4525
|
serializedName: "status",
|
|
4397
4526
|
readOnly: true,
|
|
4398
4527
|
type: {
|
|
4399
4528
|
name: "Enum",
|
|
4400
4529
|
allowedValues: ["Valid", "Invalid", "Skipped"],
|
|
4401
4530
|
},
|
|
4402
|
-
}
|
|
4531
|
+
},
|
|
4532
|
+
},
|
|
4403
4533
|
},
|
|
4404
4534
|
};
|
|
4405
4535
|
exports.DataTransferDetailsValidationResponseProperties = {
|
|
@@ -4409,14 +4539,17 @@ exports.DataTransferDetailsValidationResponseProperties = {
|
|
|
4409
4539
|
className: "DataTransferDetailsValidationResponseProperties",
|
|
4410
4540
|
uberParent: "ValidationInputResponse",
|
|
4411
4541
|
polymorphicDiscriminator: exports.ValidationInputResponse.type.polymorphicDiscriminator,
|
|
4412
|
-
modelProperties:
|
|
4542
|
+
modelProperties: {
|
|
4543
|
+
...exports.ValidationInputResponse.type.modelProperties,
|
|
4544
|
+
status: {
|
|
4413
4545
|
serializedName: "status",
|
|
4414
4546
|
readOnly: true,
|
|
4415
4547
|
type: {
|
|
4416
4548
|
name: "Enum",
|
|
4417
4549
|
allowedValues: ["Valid", "Invalid", "Skipped"],
|
|
4418
4550
|
},
|
|
4419
|
-
}
|
|
4551
|
+
},
|
|
4552
|
+
},
|
|
4420
4553
|
},
|
|
4421
4554
|
};
|
|
4422
4555
|
exports.PreferencesValidationResponseProperties = {
|
|
@@ -4426,14 +4559,17 @@ exports.PreferencesValidationResponseProperties = {
|
|
|
4426
4559
|
className: "PreferencesValidationResponseProperties",
|
|
4427
4560
|
uberParent: "ValidationInputResponse",
|
|
4428
4561
|
polymorphicDiscriminator: exports.ValidationInputResponse.type.polymorphicDiscriminator,
|
|
4429
|
-
modelProperties:
|
|
4562
|
+
modelProperties: {
|
|
4563
|
+
...exports.ValidationInputResponse.type.modelProperties,
|
|
4564
|
+
status: {
|
|
4430
4565
|
serializedName: "status",
|
|
4431
4566
|
readOnly: true,
|
|
4432
4567
|
type: {
|
|
4433
4568
|
name: "Enum",
|
|
4434
4569
|
allowedValues: ["Valid", "Invalid", "Skipped"],
|
|
4435
4570
|
},
|
|
4436
|
-
}
|
|
4571
|
+
},
|
|
4572
|
+
},
|
|
4437
4573
|
},
|
|
4438
4574
|
};
|
|
4439
4575
|
exports.SkuAvailabilityValidationResponseProperties = {
|
|
@@ -4443,14 +4579,17 @@ exports.SkuAvailabilityValidationResponseProperties = {
|
|
|
4443
4579
|
className: "SkuAvailabilityValidationResponseProperties",
|
|
4444
4580
|
uberParent: "ValidationInputResponse",
|
|
4445
4581
|
polymorphicDiscriminator: exports.ValidationInputResponse.type.polymorphicDiscriminator,
|
|
4446
|
-
modelProperties:
|
|
4582
|
+
modelProperties: {
|
|
4583
|
+
...exports.ValidationInputResponse.type.modelProperties,
|
|
4584
|
+
status: {
|
|
4447
4585
|
serializedName: "status",
|
|
4448
4586
|
readOnly: true,
|
|
4449
4587
|
type: {
|
|
4450
4588
|
name: "Enum",
|
|
4451
4589
|
allowedValues: ["Valid", "Invalid", "Skipped"],
|
|
4452
4590
|
},
|
|
4453
|
-
}
|
|
4591
|
+
},
|
|
4592
|
+
},
|
|
4454
4593
|
},
|
|
4455
4594
|
};
|
|
4456
4595
|
exports.SubscriptionIsAllowedToCreateJobValidationResponseProperties = {
|
|
@@ -4460,14 +4599,17 @@ exports.SubscriptionIsAllowedToCreateJobValidationResponseProperties = {
|
|
|
4460
4599
|
className: "SubscriptionIsAllowedToCreateJobValidationResponseProperties",
|
|
4461
4600
|
uberParent: "ValidationInputResponse",
|
|
4462
4601
|
polymorphicDiscriminator: exports.ValidationInputResponse.type.polymorphicDiscriminator,
|
|
4463
|
-
modelProperties:
|
|
4602
|
+
modelProperties: {
|
|
4603
|
+
...exports.ValidationInputResponse.type.modelProperties,
|
|
4604
|
+
status: {
|
|
4464
4605
|
serializedName: "status",
|
|
4465
4606
|
readOnly: true,
|
|
4466
4607
|
type: {
|
|
4467
4608
|
name: "Enum",
|
|
4468
4609
|
allowedValues: ["Valid", "Invalid", "Skipped"],
|
|
4469
4610
|
},
|
|
4470
|
-
}
|
|
4611
|
+
},
|
|
4612
|
+
},
|
|
4471
4613
|
},
|
|
4472
4614
|
};
|
|
4473
4615
|
exports.CreateJobValidations = {
|
|
@@ -4477,7 +4619,9 @@ exports.CreateJobValidations = {
|
|
|
4477
4619
|
className: "CreateJobValidations",
|
|
4478
4620
|
uberParent: "ValidationRequest",
|
|
4479
4621
|
polymorphicDiscriminator: exports.ValidationRequest.type.polymorphicDiscriminator,
|
|
4480
|
-
modelProperties:
|
|
4622
|
+
modelProperties: {
|
|
4623
|
+
...exports.ValidationRequest.type.modelProperties,
|
|
4624
|
+
},
|
|
4481
4625
|
},
|
|
4482
4626
|
};
|
|
4483
4627
|
exports.CustomerDiskJobSecrets = {
|
|
@@ -4487,7 +4631,9 @@ exports.CustomerDiskJobSecrets = {
|
|
|
4487
4631
|
className: "CustomerDiskJobSecrets",
|
|
4488
4632
|
uberParent: "JobSecrets",
|
|
4489
4633
|
polymorphicDiscriminator: exports.JobSecrets.type.polymorphicDiscriminator,
|
|
4490
|
-
modelProperties:
|
|
4634
|
+
modelProperties: {
|
|
4635
|
+
...exports.JobSecrets.type.modelProperties,
|
|
4636
|
+
diskSecrets: {
|
|
4491
4637
|
serializedName: "diskSecrets",
|
|
4492
4638
|
readOnly: true,
|
|
4493
4639
|
type: {
|
|
@@ -4499,13 +4645,15 @@ exports.CustomerDiskJobSecrets = {
|
|
|
4499
4645
|
},
|
|
4500
4646
|
},
|
|
4501
4647
|
},
|
|
4502
|
-
},
|
|
4648
|
+
},
|
|
4649
|
+
carrierAccountNumber: {
|
|
4503
4650
|
serializedName: "carrierAccountNumber",
|
|
4504
4651
|
readOnly: true,
|
|
4505
4652
|
type: {
|
|
4506
4653
|
name: "String",
|
|
4507
4654
|
},
|
|
4508
|
-
}
|
|
4655
|
+
},
|
|
4656
|
+
},
|
|
4509
4657
|
},
|
|
4510
4658
|
};
|
|
4511
4659
|
exports.DataBoxDiskJobSecrets = {
|
|
@@ -4515,7 +4663,9 @@ exports.DataBoxDiskJobSecrets = {
|
|
|
4515
4663
|
className: "DataBoxDiskJobSecrets",
|
|
4516
4664
|
uberParent: "JobSecrets",
|
|
4517
4665
|
polymorphicDiscriminator: exports.JobSecrets.type.polymorphicDiscriminator,
|
|
4518
|
-
modelProperties:
|
|
4666
|
+
modelProperties: {
|
|
4667
|
+
...exports.JobSecrets.type.modelProperties,
|
|
4668
|
+
diskSecrets: {
|
|
4519
4669
|
serializedName: "diskSecrets",
|
|
4520
4670
|
readOnly: true,
|
|
4521
4671
|
type: {
|
|
@@ -4527,19 +4677,22 @@ exports.DataBoxDiskJobSecrets = {
|
|
|
4527
4677
|
},
|
|
4528
4678
|
},
|
|
4529
4679
|
},
|
|
4530
|
-
},
|
|
4680
|
+
},
|
|
4681
|
+
passKey: {
|
|
4531
4682
|
serializedName: "passKey",
|
|
4532
4683
|
readOnly: true,
|
|
4533
4684
|
type: {
|
|
4534
4685
|
name: "String",
|
|
4535
4686
|
},
|
|
4536
|
-
},
|
|
4687
|
+
},
|
|
4688
|
+
isPasskeyUserDefined: {
|
|
4537
4689
|
serializedName: "isPasskeyUserDefined",
|
|
4538
4690
|
readOnly: true,
|
|
4539
4691
|
type: {
|
|
4540
4692
|
name: "Boolean",
|
|
4541
4693
|
},
|
|
4542
|
-
}
|
|
4694
|
+
},
|
|
4695
|
+
},
|
|
4543
4696
|
},
|
|
4544
4697
|
};
|
|
4545
4698
|
exports.DataBoxHeavyJobSecrets = {
|
|
@@ -4549,7 +4702,9 @@ exports.DataBoxHeavyJobSecrets = {
|
|
|
4549
4702
|
className: "DataBoxHeavyJobSecrets",
|
|
4550
4703
|
uberParent: "JobSecrets",
|
|
4551
4704
|
polymorphicDiscriminator: exports.JobSecrets.type.polymorphicDiscriminator,
|
|
4552
|
-
modelProperties:
|
|
4705
|
+
modelProperties: {
|
|
4706
|
+
...exports.JobSecrets.type.modelProperties,
|
|
4707
|
+
cabinetPodSecrets: {
|
|
4553
4708
|
serializedName: "cabinetPodSecrets",
|
|
4554
4709
|
readOnly: true,
|
|
4555
4710
|
type: {
|
|
@@ -4561,7 +4716,8 @@ exports.DataBoxHeavyJobSecrets = {
|
|
|
4561
4716
|
},
|
|
4562
4717
|
},
|
|
4563
4718
|
},
|
|
4564
|
-
}
|
|
4719
|
+
},
|
|
4720
|
+
},
|
|
4565
4721
|
},
|
|
4566
4722
|
};
|
|
4567
4723
|
exports.DataboxJobSecrets = {
|
|
@@ -4571,7 +4727,9 @@ exports.DataboxJobSecrets = {
|
|
|
4571
4727
|
className: "DataboxJobSecrets",
|
|
4572
4728
|
uberParent: "JobSecrets",
|
|
4573
4729
|
polymorphicDiscriminator: exports.JobSecrets.type.polymorphicDiscriminator,
|
|
4574
|
-
modelProperties:
|
|
4730
|
+
modelProperties: {
|
|
4731
|
+
...exports.JobSecrets.type.modelProperties,
|
|
4732
|
+
podSecrets: {
|
|
4575
4733
|
serializedName: "podSecrets",
|
|
4576
4734
|
type: {
|
|
4577
4735
|
name: "Sequence",
|
|
@@ -4582,7 +4740,8 @@ exports.DataboxJobSecrets = {
|
|
|
4582
4740
|
},
|
|
4583
4741
|
},
|
|
4584
4742
|
},
|
|
4585
|
-
}
|
|
4743
|
+
},
|
|
4744
|
+
},
|
|
4586
4745
|
},
|
|
4587
4746
|
};
|
|
4588
4747
|
exports.DataBoxScheduleAvailabilityRequest = {
|
|
@@ -4592,7 +4751,9 @@ exports.DataBoxScheduleAvailabilityRequest = {
|
|
|
4592
4751
|
className: "DataBoxScheduleAvailabilityRequest",
|
|
4593
4752
|
uberParent: "ScheduleAvailabilityRequest",
|
|
4594
4753
|
polymorphicDiscriminator: exports.ScheduleAvailabilityRequest.type.polymorphicDiscriminator,
|
|
4595
|
-
modelProperties:
|
|
4754
|
+
modelProperties: {
|
|
4755
|
+
...exports.ScheduleAvailabilityRequest.type.modelProperties,
|
|
4756
|
+
},
|
|
4596
4757
|
},
|
|
4597
4758
|
};
|
|
4598
4759
|
exports.DiskScheduleAvailabilityRequest = {
|
|
@@ -4602,13 +4763,16 @@ exports.DiskScheduleAvailabilityRequest = {
|
|
|
4602
4763
|
className: "DiskScheduleAvailabilityRequest",
|
|
4603
4764
|
uberParent: "ScheduleAvailabilityRequest",
|
|
4604
4765
|
polymorphicDiscriminator: exports.ScheduleAvailabilityRequest.type.polymorphicDiscriminator,
|
|
4605
|
-
modelProperties:
|
|
4766
|
+
modelProperties: {
|
|
4767
|
+
...exports.ScheduleAvailabilityRequest.type.modelProperties,
|
|
4768
|
+
expectedDataSizeInTeraBytes: {
|
|
4606
4769
|
serializedName: "expectedDataSizeInTeraBytes",
|
|
4607
4770
|
required: true,
|
|
4608
4771
|
type: {
|
|
4609
4772
|
name: "Number",
|
|
4610
4773
|
},
|
|
4611
|
-
}
|
|
4774
|
+
},
|
|
4775
|
+
},
|
|
4612
4776
|
},
|
|
4613
4777
|
};
|
|
4614
4778
|
exports.HeavyScheduleAvailabilityRequest = {
|
|
@@ -4618,7 +4782,9 @@ exports.HeavyScheduleAvailabilityRequest = {
|
|
|
4618
4782
|
className: "HeavyScheduleAvailabilityRequest",
|
|
4619
4783
|
uberParent: "ScheduleAvailabilityRequest",
|
|
4620
4784
|
polymorphicDiscriminator: exports.ScheduleAvailabilityRequest.type.polymorphicDiscriminator,
|
|
4621
|
-
modelProperties:
|
|
4785
|
+
modelProperties: {
|
|
4786
|
+
...exports.ScheduleAvailabilityRequest.type.modelProperties,
|
|
4787
|
+
},
|
|
4622
4788
|
},
|
|
4623
4789
|
};
|
|
4624
4790
|
exports.DataBoxDiskGranularCopyLogDetails = {
|
|
@@ -4628,69 +4794,83 @@ exports.DataBoxDiskGranularCopyLogDetails = {
|
|
|
4628
4794
|
className: "DataBoxDiskGranularCopyLogDetails",
|
|
4629
4795
|
uberParent: "GranularCopyLogDetails",
|
|
4630
4796
|
polymorphicDiscriminator: exports.GranularCopyLogDetails.type.polymorphicDiscriminator,
|
|
4631
|
-
modelProperties:
|
|
4797
|
+
modelProperties: {
|
|
4798
|
+
...exports.GranularCopyLogDetails.type.modelProperties,
|
|
4799
|
+
serialNumber: {
|
|
4632
4800
|
serializedName: "serialNumber",
|
|
4633
4801
|
readOnly: true,
|
|
4634
4802
|
type: {
|
|
4635
4803
|
name: "String",
|
|
4636
4804
|
},
|
|
4637
|
-
},
|
|
4805
|
+
},
|
|
4806
|
+
accountId: {
|
|
4638
4807
|
serializedName: "accountId",
|
|
4639
4808
|
readOnly: true,
|
|
4640
4809
|
type: {
|
|
4641
4810
|
name: "String",
|
|
4642
4811
|
},
|
|
4643
|
-
},
|
|
4812
|
+
},
|
|
4813
|
+
errorLogLink: {
|
|
4644
4814
|
serializedName: "errorLogLink",
|
|
4645
4815
|
readOnly: true,
|
|
4646
4816
|
type: {
|
|
4647
4817
|
name: "String",
|
|
4648
4818
|
},
|
|
4649
|
-
},
|
|
4819
|
+
},
|
|
4820
|
+
verboseLogLink: {
|
|
4650
4821
|
serializedName: "verboseLogLink",
|
|
4651
4822
|
readOnly: true,
|
|
4652
4823
|
type: {
|
|
4653
4824
|
name: "String",
|
|
4654
4825
|
},
|
|
4655
|
-
}
|
|
4826
|
+
},
|
|
4827
|
+
},
|
|
4656
4828
|
},
|
|
4657
4829
|
};
|
|
4658
4830
|
exports.DataBoxCustomerDiskCopyProgress = {
|
|
4659
4831
|
type: {
|
|
4660
4832
|
name: "Composite",
|
|
4661
4833
|
className: "DataBoxCustomerDiskCopyProgress",
|
|
4662
|
-
modelProperties:
|
|
4834
|
+
modelProperties: {
|
|
4835
|
+
...exports.CopyProgress.type.modelProperties,
|
|
4836
|
+
serialNumber: {
|
|
4663
4837
|
serializedName: "serialNumber",
|
|
4664
4838
|
readOnly: true,
|
|
4665
4839
|
type: {
|
|
4666
4840
|
name: "String",
|
|
4667
4841
|
},
|
|
4668
|
-
},
|
|
4842
|
+
},
|
|
4843
|
+
copyStatus: {
|
|
4669
4844
|
serializedName: "copyStatus",
|
|
4670
4845
|
readOnly: true,
|
|
4671
4846
|
type: {
|
|
4672
4847
|
name: "String",
|
|
4673
4848
|
},
|
|
4674
|
-
}
|
|
4849
|
+
},
|
|
4850
|
+
},
|
|
4675
4851
|
},
|
|
4676
4852
|
};
|
|
4677
4853
|
exports.DataBoxDiskGranularCopyProgress = {
|
|
4678
4854
|
type: {
|
|
4679
4855
|
name: "Composite",
|
|
4680
4856
|
className: "DataBoxDiskGranularCopyProgress",
|
|
4681
|
-
modelProperties:
|
|
4857
|
+
modelProperties: {
|
|
4858
|
+
...exports.GranularCopyProgress.type.modelProperties,
|
|
4859
|
+
serialNumber: {
|
|
4682
4860
|
serializedName: "serialNumber",
|
|
4683
4861
|
readOnly: true,
|
|
4684
4862
|
type: {
|
|
4685
4863
|
name: "String",
|
|
4686
4864
|
},
|
|
4687
|
-
},
|
|
4865
|
+
},
|
|
4866
|
+
copyStatus: {
|
|
4688
4867
|
serializedName: "copyStatus",
|
|
4689
4868
|
readOnly: true,
|
|
4690
4869
|
type: {
|
|
4691
4870
|
name: "String",
|
|
4692
4871
|
},
|
|
4693
|
-
}
|
|
4872
|
+
},
|
|
4873
|
+
},
|
|
4694
4874
|
},
|
|
4695
4875
|
};
|
|
4696
4876
|
exports.JobsDeleteHeaders = {
|