1. Packages
  2. Azure Native v2
  3. API Docs
  4. databox
  5. getJob
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.databox.getJob

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Gets information about the specified job. Azure REST API version: 2022-12-01.

Other available API versions: 2023-03-01, 2023-12-01, 2024-02-01-preview, 2024-03-01-preview.

Using getJob

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getJob(args: GetJobArgs, opts?: InvokeOptions): Promise<GetJobResult>
function getJobOutput(args: GetJobOutputArgs, opts?: InvokeOptions): Output<GetJobResult>
Copy
def get_job(expand: Optional[str] = None,
            job_name: Optional[str] = None,
            resource_group_name: Optional[str] = None,
            opts: Optional[InvokeOptions] = None) -> GetJobResult
def get_job_output(expand: Optional[pulumi.Input[str]] = None,
            job_name: Optional[pulumi.Input[str]] = None,
            resource_group_name: Optional[pulumi.Input[str]] = None,
            opts: Optional[InvokeOptions] = None) -> Output[GetJobResult]
Copy
func LookupJob(ctx *Context, args *LookupJobArgs, opts ...InvokeOption) (*LookupJobResult, error)
func LookupJobOutput(ctx *Context, args *LookupJobOutputArgs, opts ...InvokeOption) LookupJobResultOutput
Copy

> Note: This function is named LookupJob in the Go SDK.

public static class GetJob 
{
    public static Task<GetJobResult> InvokeAsync(GetJobArgs args, InvokeOptions? opts = null)
    public static Output<GetJobResult> Invoke(GetJobInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetJobResult> getJob(GetJobArgs args, InvokeOptions options)
public static Output<GetJobResult> getJob(GetJobArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:databox:getJob
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

JobName
This property is required.
Changes to this property will trigger replacement.
string
The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The Resource Group Name
Expand string
$expand is supported on details parameter for job, which provides details on the job stages.
JobName
This property is required.
Changes to this property will trigger replacement.
string
The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The Resource Group Name
Expand string
$expand is supported on details parameter for job, which provides details on the job stages.
jobName
This property is required.
Changes to this property will trigger replacement.
String
The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The Resource Group Name
expand String
$expand is supported on details parameter for job, which provides details on the job stages.
jobName
This property is required.
Changes to this property will trigger replacement.
string
The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The Resource Group Name
expand string
$expand is supported on details parameter for job, which provides details on the job stages.
job_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The Resource Group Name
expand str
$expand is supported on details parameter for job, which provides details on the job stages.
jobName
This property is required.
Changes to this property will trigger replacement.
String
The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The Resource Group Name
expand String
$expand is supported on details parameter for job, which provides details on the job stages.

getJob Result

The following output properties are available:

CancellationReason string
Reason for cancellation.
Error Pulumi.AzureNative.DataBox.Outputs.CloudErrorResponse
Top level error for the job.
Id string
Id of the object.
IsCancellable bool
Describes whether the job is cancellable or not.
IsCancellableWithoutFee bool
Flag to indicate cancellation of scheduled job.
IsDeletable bool
Describes whether the job is deletable or not.
IsPrepareToShipEnabled bool
Is Prepare To Ship Enabled on this job
IsShippingAddressEditable bool
Describes whether the shipping address is editable or not.
Location string
The location of the resource. This will be one of the supported and registered Azure Regions (e.g. West US, East US, Southeast Asia, etc.). The region of a resource cannot be changed once it is created, but if an identical region is specified on update the request will succeed.
Name string
Name of the object.
ReverseShippingDetailsUpdate string
The Editable status for Reverse Shipping Address and Contact Info
ReverseTransportPreferenceUpdate string
The Editable status for Reverse Transport preferences
Sku Pulumi.AzureNative.DataBox.Outputs.SkuResponse
The sku type.
StartTime string
Time at which the job was started in UTC ISO 8601 format.
Status string
Name of the stage which is in progress.
SystemData Pulumi.AzureNative.DataBox.Outputs.SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
TransferType string
Type of the data transfer.
Type string
Type of the object.
DeliveryInfo Pulumi.AzureNative.DataBox.Outputs.JobDeliveryInfoResponse
Delivery Info of Job.
DeliveryType string
Delivery type of Job.
Details Pulumi.AzureNative.DataBox.Outputs.DataBoxCustomerDiskJobDetailsResponse | Pulumi.AzureNative.DataBox.Outputs.DataBoxDiskJobDetailsResponse | Pulumi.AzureNative.DataBox.Outputs.DataBoxHeavyJobDetailsResponse | Pulumi.AzureNative.DataBox.Outputs.DataBoxJobDetailsResponse
Details of a job run. This field will only be sent for expand details filter.
Identity Pulumi.AzureNative.DataBox.Outputs.ResourceIdentityResponse
Msi identity of the resource
Tags Dictionary<string, string>
The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
CancellationReason string
Reason for cancellation.
Error CloudErrorResponse
Top level error for the job.
Id string
Id of the object.
IsCancellable bool
Describes whether the job is cancellable or not.
IsCancellableWithoutFee bool
Flag to indicate cancellation of scheduled job.
IsDeletable bool
Describes whether the job is deletable or not.
IsPrepareToShipEnabled bool
Is Prepare To Ship Enabled on this job
IsShippingAddressEditable bool
Describes whether the shipping address is editable or not.
Location string
The location of the resource. This will be one of the supported and registered Azure Regions (e.g. West US, East US, Southeast Asia, etc.). The region of a resource cannot be changed once it is created, but if an identical region is specified on update the request will succeed.
Name string
Name of the object.
ReverseShippingDetailsUpdate string
The Editable status for Reverse Shipping Address and Contact Info
ReverseTransportPreferenceUpdate string
The Editable status for Reverse Transport preferences
Sku SkuResponse
The sku type.
StartTime string
Time at which the job was started in UTC ISO 8601 format.
Status string
Name of the stage which is in progress.
SystemData SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
TransferType string
Type of the data transfer.
Type string
Type of the object.
DeliveryInfo JobDeliveryInfoResponse
Delivery Info of Job.
DeliveryType string
Delivery type of Job.
Details DataBoxCustomerDiskJobDetailsResponse | DataBoxDiskJobDetailsResponse | DataBoxHeavyJobDetailsResponse | DataBoxJobDetailsResponse
Details of a job run. This field will only be sent for expand details filter.
Identity ResourceIdentityResponse
Msi identity of the resource
Tags map[string]string
The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
cancellationReason String
Reason for cancellation.
error CloudErrorResponse
Top level error for the job.
id String
Id of the object.
isCancellable Boolean
Describes whether the job is cancellable or not.
isCancellableWithoutFee Boolean
Flag to indicate cancellation of scheduled job.
isDeletable Boolean
Describes whether the job is deletable or not.
isPrepareToShipEnabled Boolean
Is Prepare To Ship Enabled on this job
isShippingAddressEditable Boolean
Describes whether the shipping address is editable or not.
location String
The location of the resource. This will be one of the supported and registered Azure Regions (e.g. West US, East US, Southeast Asia, etc.). The region of a resource cannot be changed once it is created, but if an identical region is specified on update the request will succeed.
name String
Name of the object.
reverseShippingDetailsUpdate String
The Editable status for Reverse Shipping Address and Contact Info
reverseTransportPreferenceUpdate String
The Editable status for Reverse Transport preferences
sku SkuResponse
The sku type.
startTime String
Time at which the job was started in UTC ISO 8601 format.
status String
Name of the stage which is in progress.
systemData SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
transferType String
Type of the data transfer.
type String
Type of the object.
deliveryInfo JobDeliveryInfoResponse
Delivery Info of Job.
deliveryType String
Delivery type of Job.
details DataBoxCustomerDiskJobDetailsResponse | DataBoxDiskJobDetailsResponse | DataBoxHeavyJobDetailsResponse | DataBoxJobDetailsResponse
Details of a job run. This field will only be sent for expand details filter.
identity ResourceIdentityResponse
Msi identity of the resource
tags Map<String,String>
The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
cancellationReason string
Reason for cancellation.
error CloudErrorResponse
Top level error for the job.
id string
Id of the object.
isCancellable boolean
Describes whether the job is cancellable or not.
isCancellableWithoutFee boolean
Flag to indicate cancellation of scheduled job.
isDeletable boolean
Describes whether the job is deletable or not.
isPrepareToShipEnabled boolean
Is Prepare To Ship Enabled on this job
isShippingAddressEditable boolean
Describes whether the shipping address is editable or not.
location string
The location of the resource. This will be one of the supported and registered Azure Regions (e.g. West US, East US, Southeast Asia, etc.). The region of a resource cannot be changed once it is created, but if an identical region is specified on update the request will succeed.
name string
Name of the object.
reverseShippingDetailsUpdate string
The Editable status for Reverse Shipping Address and Contact Info
reverseTransportPreferenceUpdate string
The Editable status for Reverse Transport preferences
sku SkuResponse
The sku type.
startTime string
Time at which the job was started in UTC ISO 8601 format.
status string
Name of the stage which is in progress.
systemData SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
transferType string
Type of the data transfer.
type string
Type of the object.
deliveryInfo JobDeliveryInfoResponse
Delivery Info of Job.
deliveryType string
Delivery type of Job.
details DataBoxCustomerDiskJobDetailsResponse | DataBoxDiskJobDetailsResponse | DataBoxHeavyJobDetailsResponse | DataBoxJobDetailsResponse
Details of a job run. This field will only be sent for expand details filter.
identity ResourceIdentityResponse
Msi identity of the resource
tags {[key: string]: string}
The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
cancellation_reason str
Reason for cancellation.
error CloudErrorResponse
Top level error for the job.
id str
Id of the object.
is_cancellable bool
Describes whether the job is cancellable or not.
is_cancellable_without_fee bool
Flag to indicate cancellation of scheduled job.
is_deletable bool
Describes whether the job is deletable or not.
is_prepare_to_ship_enabled bool
Is Prepare To Ship Enabled on this job
is_shipping_address_editable bool
Describes whether the shipping address is editable or not.
location str
The location of the resource. This will be one of the supported and registered Azure Regions (e.g. West US, East US, Southeast Asia, etc.). The region of a resource cannot be changed once it is created, but if an identical region is specified on update the request will succeed.
name str
Name of the object.
reverse_shipping_details_update str
The Editable status for Reverse Shipping Address and Contact Info
reverse_transport_preference_update str
The Editable status for Reverse Transport preferences
sku SkuResponse
The sku type.
start_time str
Time at which the job was started in UTC ISO 8601 format.
status str
Name of the stage which is in progress.
system_data SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
transfer_type str
Type of the data transfer.
type str
Type of the object.
delivery_info JobDeliveryInfoResponse
Delivery Info of Job.
delivery_type str
Delivery type of Job.
details DataBoxCustomerDiskJobDetailsResponse | DataBoxDiskJobDetailsResponse | DataBoxHeavyJobDetailsResponse | DataBoxJobDetailsResponse
Details of a job run. This field will only be sent for expand details filter.
identity ResourceIdentityResponse
Msi identity of the resource
tags Mapping[str, str]
The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
cancellationReason String
Reason for cancellation.
error Property Map
Top level error for the job.
id String
Id of the object.
isCancellable Boolean
Describes whether the job is cancellable or not.
isCancellableWithoutFee Boolean
Flag to indicate cancellation of scheduled job.
isDeletable Boolean
Describes whether the job is deletable or not.
isPrepareToShipEnabled Boolean
Is Prepare To Ship Enabled on this job
isShippingAddressEditable Boolean
Describes whether the shipping address is editable or not.
location String
The location of the resource. This will be one of the supported and registered Azure Regions (e.g. West US, East US, Southeast Asia, etc.). The region of a resource cannot be changed once it is created, but if an identical region is specified on update the request will succeed.
name String
Name of the object.
reverseShippingDetailsUpdate String
The Editable status for Reverse Shipping Address and Contact Info
reverseTransportPreferenceUpdate String
The Editable status for Reverse Transport preferences
sku Property Map
The sku type.
startTime String
Time at which the job was started in UTC ISO 8601 format.
status String
Name of the stage which is in progress.
systemData Property Map
Metadata pertaining to creation and last modification of the resource.
transferType String
Type of the data transfer.
type String
Type of the object.
deliveryInfo Property Map
Delivery Info of Job.
deliveryType String
Delivery type of Job.
details Property Map | Property Map | Property Map | Property Map
Details of a job run. This field will only be sent for expand details filter.
identity Property Map
Msi identity of the resource
tags Map<String>
The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).

Supporting Types

AdditionalErrorInfoResponse

Info object
Additional information of the type of error.
Type string
Type of error (e.g. CustomerIntervention, PolicyViolation, SecurityViolation).
Info interface{}
Additional information of the type of error.
Type string
Type of error (e.g. CustomerIntervention, PolicyViolation, SecurityViolation).
info Object
Additional information of the type of error.
type String
Type of error (e.g. CustomerIntervention, PolicyViolation, SecurityViolation).
info any
Additional information of the type of error.
type string
Type of error (e.g. CustomerIntervention, PolicyViolation, SecurityViolation).
info Any
Additional information of the type of error.
type str
Type of error (e.g. CustomerIntervention, PolicyViolation, SecurityViolation).
info Any
Additional information of the type of error.
type String
Type of error (e.g. CustomerIntervention, PolicyViolation, SecurityViolation).

AzureFileFilterDetailsResponse

FilePathList List<string>
List of full path of the files to be transferred.
FilePrefixList List<string>
Prefix list of the Azure files to be transferred.
FileShareList List<string>
List of file shares to be transferred.
FilePathList []string
List of full path of the files to be transferred.
FilePrefixList []string
Prefix list of the Azure files to be transferred.
FileShareList []string
List of file shares to be transferred.
filePathList List<String>
List of full path of the files to be transferred.
filePrefixList List<String>
Prefix list of the Azure files to be transferred.
fileShareList List<String>
List of file shares to be transferred.
filePathList string[]
List of full path of the files to be transferred.
filePrefixList string[]
Prefix list of the Azure files to be transferred.
fileShareList string[]
List of file shares to be transferred.
file_path_list Sequence[str]
List of full path of the files to be transferred.
file_prefix_list Sequence[str]
Prefix list of the Azure files to be transferred.
file_share_list Sequence[str]
List of file shares to be transferred.
filePathList List<String>
List of full path of the files to be transferred.
filePrefixList List<String>
Prefix list of the Azure files to be transferred.
fileShareList List<String>
List of file shares to be transferred.

BlobFilterDetailsResponse

BlobPathList List<string>
List of full path of the blobs to be transferred.
BlobPrefixList List<string>
Prefix list of the Azure blobs to be transferred.
ContainerList List<string>
List of blob containers to be transferred.
BlobPathList []string
List of full path of the blobs to be transferred.
BlobPrefixList []string
Prefix list of the Azure blobs to be transferred.
ContainerList []string
List of blob containers to be transferred.
blobPathList List<String>
List of full path of the blobs to be transferred.
blobPrefixList List<String>
Prefix list of the Azure blobs to be transferred.
containerList List<String>
List of blob containers to be transferred.
blobPathList string[]
List of full path of the blobs to be transferred.
blobPrefixList string[]
Prefix list of the Azure blobs to be transferred.
containerList string[]
List of blob containers to be transferred.
blob_path_list Sequence[str]
List of full path of the blobs to be transferred.
blob_prefix_list Sequence[str]
Prefix list of the Azure blobs to be transferred.
container_list Sequence[str]
List of blob containers to be transferred.
blobPathList List<String>
List of full path of the blobs to be transferred.
blobPrefixList List<String>
Prefix list of the Azure blobs to be transferred.
containerList List<String>
List of blob containers to be transferred.

CloudErrorResponse

AdditionalInfo This property is required. List<Pulumi.AzureNative.DataBox.Inputs.AdditionalErrorInfoResponse>
Gets or sets additional error info.
Details This property is required. List<Pulumi.AzureNative.DataBox.Inputs.CloudErrorResponse>
Gets or sets details for the error.
Code string
Error code.
Message string
The error message parsed from the body of the http error response.
Target string
Gets or sets the target of the error.
AdditionalInfo This property is required. []AdditionalErrorInfoResponse
Gets or sets additional error info.
Details This property is required. []CloudErrorResponse
Gets or sets details for the error.
Code string
Error code.
Message string
The error message parsed from the body of the http error response.
Target string
Gets or sets the target of the error.
additionalInfo This property is required. List<AdditionalErrorInfoResponse>
Gets or sets additional error info.
details This property is required. List<CloudErrorResponse>
Gets or sets details for the error.
code String
Error code.
message String
The error message parsed from the body of the http error response.
target String
Gets or sets the target of the error.
additionalInfo This property is required. AdditionalErrorInfoResponse[]
Gets or sets additional error info.
details This property is required. CloudErrorResponse[]
Gets or sets details for the error.
code string
Error code.
message string
The error message parsed from the body of the http error response.
target string
Gets or sets the target of the error.
additional_info This property is required. Sequence[AdditionalErrorInfoResponse]
Gets or sets additional error info.
details This property is required. Sequence[CloudErrorResponse]
Gets or sets details for the error.
code str
Error code.
message str
The error message parsed from the body of the http error response.
target str
Gets or sets the target of the error.
additionalInfo This property is required. List<Property Map>
Gets or sets additional error info.
details This property is required. List<Property Map>
Gets or sets details for the error.
code String
Error code.
message String
The error message parsed from the body of the http error response.
target String
Gets or sets the target of the error.

ContactDetailsResponse

ContactName This property is required. string
Contact name of the person.
EmailList This property is required. List<string>
List of Email-ids to be notified about job progress.
Phone This property is required. string
Phone number of the contact person.
Mobile string
Mobile number of the contact person.
NotificationPreference List<Pulumi.AzureNative.DataBox.Inputs.NotificationPreferenceResponse>
Notification preference for a job stage.
PhoneExtension string
Phone extension number of the contact person.
ContactName This property is required. string
Contact name of the person.
EmailList This property is required. []string
List of Email-ids to be notified about job progress.
Phone This property is required. string
Phone number of the contact person.
Mobile string
Mobile number of the contact person.
NotificationPreference []NotificationPreferenceResponse
Notification preference for a job stage.
PhoneExtension string
Phone extension number of the contact person.
contactName This property is required. String
Contact name of the person.
emailList This property is required. List<String>
List of Email-ids to be notified about job progress.
phone This property is required. String
Phone number of the contact person.
mobile String
Mobile number of the contact person.
notificationPreference List<NotificationPreferenceResponse>
Notification preference for a job stage.
phoneExtension String
Phone extension number of the contact person.
contactName This property is required. string
Contact name of the person.
emailList This property is required. string[]
List of Email-ids to be notified about job progress.
phone This property is required. string
Phone number of the contact person.
mobile string
Mobile number of the contact person.
notificationPreference NotificationPreferenceResponse[]
Notification preference for a job stage.
phoneExtension string
Phone extension number of the contact person.
contact_name This property is required. str
Contact name of the person.
email_list This property is required. Sequence[str]
List of Email-ids to be notified about job progress.
phone This property is required. str
Phone number of the contact person.
mobile str
Mobile number of the contact person.
notification_preference Sequence[NotificationPreferenceResponse]
Notification preference for a job stage.
phone_extension str
Phone extension number of the contact person.
contactName This property is required. String
Contact name of the person.
emailList This property is required. List<String>
List of Email-ids to be notified about job progress.
phone This property is required. String
Phone number of the contact person.
mobile String
Mobile number of the contact person.
notificationPreference List<Property Map>
Notification preference for a job stage.
phoneExtension String
Phone extension number of the contact person.

ContactInfoResponse

ContactName This property is required. string
Contact name of the person.
Phone This property is required. string
Phone number of the contact person.
Mobile string
Mobile number of the contact person.
PhoneExtension string
Phone extension number of the contact person.
ContactName This property is required. string
Contact name of the person.
Phone This property is required. string
Phone number of the contact person.
Mobile string
Mobile number of the contact person.
PhoneExtension string
Phone extension number of the contact person.
contactName This property is required. String
Contact name of the person.
phone This property is required. String
Phone number of the contact person.
mobile String
Mobile number of the contact person.
phoneExtension String
Phone extension number of the contact person.
contactName This property is required. string
Contact name of the person.
phone This property is required. string
Phone number of the contact person.
mobile string
Mobile number of the contact person.
phoneExtension string
Phone extension number of the contact person.
contact_name This property is required. str
Contact name of the person.
phone This property is required. str
Phone number of the contact person.
mobile str
Mobile number of the contact person.
phone_extension str
Phone extension number of the contact person.
contactName This property is required. String
Contact name of the person.
phone This property is required. String
Phone number of the contact person.
mobile String
Mobile number of the contact person.
phoneExtension String
Phone extension number of the contact person.

CopyProgressResponse

AccountId This property is required. string
Id of the account where the data needs to be uploaded.
Actions This property is required. List<string>
Available actions on the job.
BytesProcessed This property is required. double
To indicate bytes transferred.
DataAccountType This property is required. string
Data Account Type.
DirectoriesErroredOut This property is required. double
To indicate directories errored out in the job.
Error This property is required. Pulumi.AzureNative.DataBox.Inputs.CloudErrorResponse
Error, if any, in the stage
FilesErroredOut This property is required. double
Number of files which could not be copied
FilesProcessed This property is required. double
Number of files processed
InvalidDirectoriesProcessed This property is required. double
To indicate directories renamed
InvalidFileBytesUploaded This property is required. double
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
InvalidFilesProcessed This property is required. double
Number of files not adhering to azure naming conventions which were processed by automatic renaming
IsEnumerationInProgress This property is required. bool
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
RenamedContainerCount This property is required. double
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
StorageAccountName This property is required. string
Name of the storage account. This will be empty for data account types other than storage account.
TotalBytesToProcess This property is required. double
Total amount of data to be processed by the job.
TotalFilesToProcess This property is required. double
Total files to process
TransferType This property is required. string
Transfer type of data
AccountId This property is required. string
Id of the account where the data needs to be uploaded.
Actions This property is required. []string
Available actions on the job.
BytesProcessed This property is required. float64
To indicate bytes transferred.
DataAccountType This property is required. string
Data Account Type.
DirectoriesErroredOut This property is required. float64
To indicate directories errored out in the job.
Error This property is required. CloudErrorResponse
Error, if any, in the stage
FilesErroredOut This property is required. float64
Number of files which could not be copied
FilesProcessed This property is required. float64
Number of files processed
InvalidDirectoriesProcessed This property is required. float64
To indicate directories renamed
InvalidFileBytesUploaded This property is required. float64
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
InvalidFilesProcessed This property is required. float64
Number of files not adhering to azure naming conventions which were processed by automatic renaming
IsEnumerationInProgress This property is required. bool
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
RenamedContainerCount This property is required. float64
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
StorageAccountName This property is required. string
Name of the storage account. This will be empty for data account types other than storage account.
TotalBytesToProcess This property is required. float64
Total amount of data to be processed by the job.
TotalFilesToProcess This property is required. float64
Total files to process
TransferType This property is required. string
Transfer type of data
accountId This property is required. String
Id of the account where the data needs to be uploaded.
actions This property is required. List<String>
Available actions on the job.
bytesProcessed This property is required. Double
To indicate bytes transferred.
dataAccountType This property is required. String
Data Account Type.
directoriesErroredOut This property is required. Double
To indicate directories errored out in the job.
error This property is required. CloudErrorResponse
Error, if any, in the stage
filesErroredOut This property is required. Double
Number of files which could not be copied
filesProcessed This property is required. Double
Number of files processed
invalidDirectoriesProcessed This property is required. Double
To indicate directories renamed
invalidFileBytesUploaded This property is required. Double
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
invalidFilesProcessed This property is required. Double
Number of files not adhering to azure naming conventions which were processed by automatic renaming
isEnumerationInProgress This property is required. Boolean
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
renamedContainerCount This property is required. Double
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
storageAccountName This property is required. String
Name of the storage account. This will be empty for data account types other than storage account.
totalBytesToProcess This property is required. Double
Total amount of data to be processed by the job.
totalFilesToProcess This property is required. Double
Total files to process
transferType This property is required. String
Transfer type of data
accountId This property is required. string
Id of the account where the data needs to be uploaded.
actions This property is required. string[]
Available actions on the job.
bytesProcessed This property is required. number
To indicate bytes transferred.
dataAccountType This property is required. string
Data Account Type.
directoriesErroredOut This property is required. number
To indicate directories errored out in the job.
error This property is required. CloudErrorResponse
Error, if any, in the stage
filesErroredOut This property is required. number
Number of files which could not be copied
filesProcessed This property is required. number
Number of files processed
invalidDirectoriesProcessed This property is required. number
To indicate directories renamed
invalidFileBytesUploaded This property is required. number
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
invalidFilesProcessed This property is required. number
Number of files not adhering to azure naming conventions which were processed by automatic renaming
isEnumerationInProgress This property is required. boolean
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
renamedContainerCount This property is required. number
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
storageAccountName This property is required. string
Name of the storage account. This will be empty for data account types other than storage account.
totalBytesToProcess This property is required. number
Total amount of data to be processed by the job.
totalFilesToProcess This property is required. number
Total files to process
transferType This property is required. string
Transfer type of data
account_id This property is required. str
Id of the account where the data needs to be uploaded.
actions This property is required. Sequence[str]
Available actions on the job.
bytes_processed This property is required. float
To indicate bytes transferred.
data_account_type This property is required. str
Data Account Type.
directories_errored_out This property is required. float
To indicate directories errored out in the job.
error This property is required. CloudErrorResponse
Error, if any, in the stage
files_errored_out This property is required. float
Number of files which could not be copied
files_processed This property is required. float
Number of files processed
invalid_directories_processed This property is required. float
To indicate directories renamed
invalid_file_bytes_uploaded This property is required. float
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
invalid_files_processed This property is required. float
Number of files not adhering to azure naming conventions which were processed by automatic renaming
is_enumeration_in_progress This property is required. bool
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
renamed_container_count This property is required. float
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
storage_account_name This property is required. str
Name of the storage account. This will be empty for data account types other than storage account.
total_bytes_to_process This property is required. float
Total amount of data to be processed by the job.
total_files_to_process This property is required. float
Total files to process
transfer_type This property is required. str
Transfer type of data
accountId This property is required. String
Id of the account where the data needs to be uploaded.
actions This property is required. List<String>
Available actions on the job.
bytesProcessed This property is required. Number
To indicate bytes transferred.
dataAccountType This property is required. String
Data Account Type.
directoriesErroredOut This property is required. Number
To indicate directories errored out in the job.
error This property is required. Property Map
Error, if any, in the stage
filesErroredOut This property is required. Number
Number of files which could not be copied
filesProcessed This property is required. Number
Number of files processed
invalidDirectoriesProcessed This property is required. Number
To indicate directories renamed
invalidFileBytesUploaded This property is required. Number
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
invalidFilesProcessed This property is required. Number
Number of files not adhering to azure naming conventions which were processed by automatic renaming
isEnumerationInProgress This property is required. Boolean
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
renamedContainerCount This property is required. Number
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
storageAccountName This property is required. String
Name of the storage account. This will be empty for data account types other than storage account.
totalBytesToProcess This property is required. Number
Total amount of data to be processed by the job.
totalFilesToProcess This property is required. Number
Total files to process
transferType This property is required. String
Transfer type of data

DataBoxAccountCopyLogDetailsResponse

AccountName This property is required. string
Account name.
CopyLogLink This property is required. string
Link for copy logs.
CopyVerboseLogLink This property is required. string
Link for copy verbose logs. This will be set only when LogCollectionLevel is set to Verbose.
AccountName This property is required. string
Account name.
CopyLogLink This property is required. string
Link for copy logs.
CopyVerboseLogLink This property is required. string
Link for copy verbose logs. This will be set only when LogCollectionLevel is set to Verbose.
accountName This property is required. String
Account name.
copyLogLink This property is required. String
Link for copy logs.
copyVerboseLogLink This property is required. String
Link for copy verbose logs. This will be set only when LogCollectionLevel is set to Verbose.
accountName This property is required. string
Account name.
copyLogLink This property is required. string
Link for copy logs.
copyVerboseLogLink This property is required. string
Link for copy verbose logs. This will be set only when LogCollectionLevel is set to Verbose.
account_name This property is required. str
Account name.
copy_log_link This property is required. str
Link for copy logs.
copy_verbose_log_link This property is required. str
Link for copy verbose logs. This will be set only when LogCollectionLevel is set to Verbose.
accountName This property is required. String
Account name.
copyLogLink This property is required. String
Link for copy logs.
copyVerboseLogLink This property is required. String
Link for copy verbose logs. This will be set only when LogCollectionLevel is set to Verbose.

DataBoxCustomerDiskCopyLogDetailsResponse

ErrorLogLink This property is required. string
Link for copy error logs.
SerialNumber This property is required. string
Disk Serial Number.
VerboseLogLink This property is required. string
Link for copy verbose logs.
ErrorLogLink This property is required. string
Link for copy error logs.
SerialNumber This property is required. string
Disk Serial Number.
VerboseLogLink This property is required. string
Link for copy verbose logs.
errorLogLink This property is required. String
Link for copy error logs.
serialNumber This property is required. String
Disk Serial Number.
verboseLogLink This property is required. String
Link for copy verbose logs.
errorLogLink This property is required. string
Link for copy error logs.
serialNumber This property is required. string
Disk Serial Number.
verboseLogLink This property is required. string
Link for copy verbose logs.
error_log_link This property is required. str
Link for copy error logs.
serial_number This property is required. str
Disk Serial Number.
verbose_log_link This property is required. str
Link for copy verbose logs.
errorLogLink This property is required. String
Link for copy error logs.
serialNumber This property is required. String
Disk Serial Number.
verboseLogLink This property is required. String
Link for copy verbose logs.

DataBoxCustomerDiskCopyProgressResponse

AccountId This property is required. string
Id of the account where the data needs to be uploaded.
Actions This property is required. List<string>
Available actions on the job.
BytesProcessed This property is required. double
To indicate bytes transferred.
CopyStatus This property is required. string
The Status of the copy
DataAccountType This property is required. string
Data Account Type.
DirectoriesErroredOut This property is required. double
To indicate directories errored out in the job.
Error This property is required. Pulumi.AzureNative.DataBox.Inputs.CloudErrorResponse
Error, if any, in the stage
FilesErroredOut This property is required. double
Number of files which could not be copied
FilesProcessed This property is required. double
Number of files processed
InvalidDirectoriesProcessed This property is required. double
To indicate directories renamed
InvalidFileBytesUploaded This property is required. double
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
InvalidFilesProcessed This property is required. double
Number of files not adhering to azure naming conventions which were processed by automatic renaming
IsEnumerationInProgress This property is required. bool
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
RenamedContainerCount This property is required. double
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
SerialNumber This property is required. string
Disk Serial Number.
StorageAccountName This property is required. string
Name of the storage account. This will be empty for data account types other than storage account.
TotalBytesToProcess This property is required. double
Total amount of data to be processed by the job.
TotalFilesToProcess This property is required. double
Total files to process
TransferType This property is required. string
Transfer type of data
AccountId This property is required. string
Id of the account where the data needs to be uploaded.
Actions This property is required. []string
Available actions on the job.
BytesProcessed This property is required. float64
To indicate bytes transferred.
CopyStatus This property is required. string
The Status of the copy
DataAccountType This property is required. string
Data Account Type.
DirectoriesErroredOut This property is required. float64
To indicate directories errored out in the job.
Error This property is required. CloudErrorResponse
Error, if any, in the stage
FilesErroredOut This property is required. float64
Number of files which could not be copied
FilesProcessed This property is required. float64
Number of files processed
InvalidDirectoriesProcessed This property is required. float64
To indicate directories renamed
InvalidFileBytesUploaded This property is required. float64
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
InvalidFilesProcessed This property is required. float64
Number of files not adhering to azure naming conventions which were processed by automatic renaming
IsEnumerationInProgress This property is required. bool
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
RenamedContainerCount This property is required. float64
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
SerialNumber This property is required. string
Disk Serial Number.
StorageAccountName This property is required. string
Name of the storage account. This will be empty for data account types other than storage account.
TotalBytesToProcess This property is required. float64
Total amount of data to be processed by the job.
TotalFilesToProcess This property is required. float64
Total files to process
TransferType This property is required. string
Transfer type of data
accountId This property is required. String
Id of the account where the data needs to be uploaded.
actions This property is required. List<String>
Available actions on the job.
bytesProcessed This property is required. Double
To indicate bytes transferred.
copyStatus This property is required. String
The Status of the copy
dataAccountType This property is required. String
Data Account Type.
directoriesErroredOut This property is required. Double
To indicate directories errored out in the job.
error This property is required. CloudErrorResponse
Error, if any, in the stage
filesErroredOut This property is required. Double
Number of files which could not be copied
filesProcessed This property is required. Double
Number of files processed
invalidDirectoriesProcessed This property is required. Double
To indicate directories renamed
invalidFileBytesUploaded This property is required. Double
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
invalidFilesProcessed This property is required. Double
Number of files not adhering to azure naming conventions which were processed by automatic renaming
isEnumerationInProgress This property is required. Boolean
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
renamedContainerCount This property is required. Double
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
serialNumber This property is required. String
Disk Serial Number.
storageAccountName This property is required. String
Name of the storage account. This will be empty for data account types other than storage account.
totalBytesToProcess This property is required. Double
Total amount of data to be processed by the job.
totalFilesToProcess This property is required. Double
Total files to process
transferType This property is required. String
Transfer type of data
accountId This property is required. string
Id of the account where the data needs to be uploaded.
actions This property is required. string[]
Available actions on the job.
bytesProcessed This property is required. number
To indicate bytes transferred.
copyStatus This property is required. string
The Status of the copy
dataAccountType This property is required. string
Data Account Type.
directoriesErroredOut This property is required. number
To indicate directories errored out in the job.
error This property is required. CloudErrorResponse
Error, if any, in the stage
filesErroredOut This property is required. number
Number of files which could not be copied
filesProcessed This property is required. number
Number of files processed
invalidDirectoriesProcessed This property is required. number
To indicate directories renamed
invalidFileBytesUploaded This property is required. number
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
invalidFilesProcessed This property is required. number
Number of files not adhering to azure naming conventions which were processed by automatic renaming
isEnumerationInProgress This property is required. boolean
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
renamedContainerCount This property is required. number
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
serialNumber This property is required. string
Disk Serial Number.
storageAccountName This property is required. string
Name of the storage account. This will be empty for data account types other than storage account.
totalBytesToProcess This property is required. number
Total amount of data to be processed by the job.
totalFilesToProcess This property is required. number
Total files to process
transferType This property is required. string
Transfer type of data
account_id This property is required. str
Id of the account where the data needs to be uploaded.
actions This property is required. Sequence[str]
Available actions on the job.
bytes_processed This property is required. float
To indicate bytes transferred.
copy_status This property is required. str
The Status of the copy
data_account_type This property is required. str
Data Account Type.
directories_errored_out This property is required. float
To indicate directories errored out in the job.
error This property is required. CloudErrorResponse
Error, if any, in the stage
files_errored_out This property is required. float
Number of files which could not be copied
files_processed This property is required. float
Number of files processed
invalid_directories_processed This property is required. float
To indicate directories renamed
invalid_file_bytes_uploaded This property is required. float
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
invalid_files_processed This property is required. float
Number of files not adhering to azure naming conventions which were processed by automatic renaming
is_enumeration_in_progress This property is required. bool
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
renamed_container_count This property is required. float
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
serial_number This property is required. str
Disk Serial Number.
storage_account_name This property is required. str
Name of the storage account. This will be empty for data account types other than storage account.
total_bytes_to_process This property is required. float
Total amount of data to be processed by the job.
total_files_to_process This property is required. float
Total files to process
transfer_type This property is required. str
Transfer type of data
accountId This property is required. String
Id of the account where the data needs to be uploaded.
actions This property is required. List<String>
Available actions on the job.
bytesProcessed This property is required. Number
To indicate bytes transferred.
copyStatus This property is required. String
The Status of the copy
dataAccountType This property is required. String
Data Account Type.
directoriesErroredOut This property is required. Number
To indicate directories errored out in the job.
error This property is required. Property Map
Error, if any, in the stage
filesErroredOut This property is required. Number
Number of files which could not be copied
filesProcessed This property is required. Number
Number of files processed
invalidDirectoriesProcessed This property is required. Number
To indicate directories renamed
invalidFileBytesUploaded This property is required. Number
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
invalidFilesProcessed This property is required. Number
Number of files not adhering to azure naming conventions which were processed by automatic renaming
isEnumerationInProgress This property is required. Boolean
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
renamedContainerCount This property is required. Number
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
serialNumber This property is required. String
Disk Serial Number.
storageAccountName This property is required. String
Name of the storage account. This will be empty for data account types other than storage account.
totalBytesToProcess This property is required. Number
Total amount of data to be processed by the job.
totalFilesToProcess This property is required. Number
Total files to process
transferType This property is required. String
Transfer type of data

DataBoxCustomerDiskJobDetailsResponse

Actions This property is required. List<string>
Available actions on the job.
ChainOfCustodySasKey This property is required. string
Shared access key to download the chain of custody logs
ContactDetails This property is required. Pulumi.AzureNative.DataBox.Inputs.ContactDetailsResponse
Contact details for notification and shipping.
CopyLogDetails This property is required. List<object>
List of copy log details.
CopyProgress This property is required. List<Pulumi.AzureNative.DataBox.Inputs.DataBoxCustomerDiskCopyProgressResponse>
Copy progress per disk.
DataCenterCode This property is required. string
DataCenter code.
DatacenterAddress This property is required. Pulumi.AzureNative.DataBox.Inputs.DatacenterAddressInstructionResponseResponse | Pulumi.AzureNative.DataBox.Inputs.DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
DeliverToDcPackageDetails This property is required. Pulumi.AzureNative.DataBox.Inputs.PackageCarrierInfoResponse
Delivery package shipping details.
DeliveryPackage This property is required. Pulumi.AzureNative.DataBox.Inputs.PackageShippingDetailsResponse
Delivery package shipping details.
DeviceErasureDetails This property is required. Pulumi.AzureNative.DataBox.Inputs.DeviceErasureDetailsResponse
Holds device data erasure details
ExportDiskDetailsCollection This property is required. Dictionary<string, Pulumi.AzureNative.DataBox.Inputs.ExportDiskDetailsResponse>
Contains the map of disk serial number to the disk details for export jobs.
JobStages This property is required. List<Pulumi.AzureNative.DataBox.Inputs.JobStagesResponse>
List of stages that run in the job.
LastMitigationActionOnJob This property is required. Pulumi.AzureNative.DataBox.Inputs.LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
ReturnPackage This property is required. Pulumi.AzureNative.DataBox.Inputs.PackageShippingDetailsResponse
Return package shipping details.
ReturnToCustomerPackageDetails This property is required. Pulumi.AzureNative.DataBox.Inputs.PackageCarrierDetailsResponse
Return package shipping details.
ReverseShipmentLabelSasKey This property is required. string
Shared access key to download the return shipment label
DataExportDetails List<Pulumi.AzureNative.DataBox.Inputs.DataExportDetailsResponse>
Details of the data to be exported from azure.
DataImportDetails List<Pulumi.AzureNative.DataBox.Inputs.DataImportDetailsResponse>
Details of the data to be imported into azure.
EnableManifestBackup bool
Flag to indicate if disk manifest should be backed-up in the Storage Account.
ExpectedDataSizeInTeraBytes int
The expected size of the data, which needs to be transferred in this job, in terabytes.
ImportDiskDetailsCollection Dictionary<string, Pulumi.AzureNative.DataBox.Inputs.ImportDiskDetailsResponse>
Contains the map of disk serial number to the disk details for import jobs.
KeyEncryptionKey Pulumi.AzureNative.DataBox.Inputs.KeyEncryptionKeyResponse
Details about which key encryption type is being used.
Preferences Pulumi.AzureNative.DataBox.Inputs.PreferencesResponse
Preferences for the order.
ReverseShippingDetails Pulumi.AzureNative.DataBox.Inputs.ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
ShippingAddress Pulumi.AzureNative.DataBox.Inputs.ShippingAddressResponse
Shipping address of the customer.
Actions This property is required. []string
Available actions on the job.
ChainOfCustodySasKey This property is required. string
Shared access key to download the chain of custody logs
ContactDetails This property is required. ContactDetailsResponse
Contact details for notification and shipping.
CopyLogDetails This property is required. []interface{}
List of copy log details.
CopyProgress This property is required. []DataBoxCustomerDiskCopyProgressResponse
Copy progress per disk.
DataCenterCode This property is required. string
DataCenter code.
DatacenterAddress This property is required. DatacenterAddressInstructionResponseResponse | DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
DeliverToDcPackageDetails This property is required. PackageCarrierInfoResponse
Delivery package shipping details.
DeliveryPackage This property is required. PackageShippingDetailsResponse
Delivery package shipping details.
DeviceErasureDetails This property is required. DeviceErasureDetailsResponse
Holds device data erasure details
ExportDiskDetailsCollection This property is required. map[string]ExportDiskDetailsResponse
Contains the map of disk serial number to the disk details for export jobs.
JobStages This property is required. []JobStagesResponse
List of stages that run in the job.
LastMitigationActionOnJob This property is required. LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
ReturnPackage This property is required. PackageShippingDetailsResponse
Return package shipping details.
ReturnToCustomerPackageDetails This property is required. PackageCarrierDetailsResponse
Return package shipping details.
ReverseShipmentLabelSasKey This property is required. string
Shared access key to download the return shipment label
DataExportDetails []DataExportDetailsResponse
Details of the data to be exported from azure.
DataImportDetails []DataImportDetailsResponse
Details of the data to be imported into azure.
EnableManifestBackup bool
Flag to indicate if disk manifest should be backed-up in the Storage Account.
ExpectedDataSizeInTeraBytes int
The expected size of the data, which needs to be transferred in this job, in terabytes.
ImportDiskDetailsCollection map[string]ImportDiskDetailsResponse
Contains the map of disk serial number to the disk details for import jobs.
KeyEncryptionKey KeyEncryptionKeyResponse
Details about which key encryption type is being used.
Preferences PreferencesResponse
Preferences for the order.
ReverseShippingDetails ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
ShippingAddress ShippingAddressResponse
Shipping address of the customer.
actions This property is required. List<String>
Available actions on the job.
chainOfCustodySasKey This property is required. String
Shared access key to download the chain of custody logs
contactDetails This property is required. ContactDetailsResponse
Contact details for notification and shipping.
copyLogDetails This property is required. List<Object>
List of copy log details.
copyProgress This property is required. List<DataBoxCustomerDiskCopyProgressResponse>
Copy progress per disk.
dataCenterCode This property is required. String
DataCenter code.
datacenterAddress This property is required. DatacenterAddressInstructionResponseResponse | DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
deliverToDcPackageDetails This property is required. PackageCarrierInfoResponse
Delivery package shipping details.
deliveryPackage This property is required. PackageShippingDetailsResponse
Delivery package shipping details.
deviceErasureDetails This property is required. DeviceErasureDetailsResponse
Holds device data erasure details
exportDiskDetailsCollection This property is required. Map<String,ExportDiskDetailsResponse>
Contains the map of disk serial number to the disk details for export jobs.
jobStages This property is required. List<JobStagesResponse>
List of stages that run in the job.
lastMitigationActionOnJob This property is required. LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
returnPackage This property is required. PackageShippingDetailsResponse
Return package shipping details.
returnToCustomerPackageDetails This property is required. PackageCarrierDetailsResponse
Return package shipping details.
reverseShipmentLabelSasKey This property is required. String
Shared access key to download the return shipment label
dataExportDetails List<DataExportDetailsResponse>
Details of the data to be exported from azure.
dataImportDetails List<DataImportDetailsResponse>
Details of the data to be imported into azure.
enableManifestBackup Boolean
Flag to indicate if disk manifest should be backed-up in the Storage Account.
expectedDataSizeInTeraBytes Integer
The expected size of the data, which needs to be transferred in this job, in terabytes.
importDiskDetailsCollection Map<String,ImportDiskDetailsResponse>
Contains the map of disk serial number to the disk details for import jobs.
keyEncryptionKey KeyEncryptionKeyResponse
Details about which key encryption type is being used.
preferences PreferencesResponse
Preferences for the order.
reverseShippingDetails ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
shippingAddress ShippingAddressResponse
Shipping address of the customer.
actions This property is required. string[]
Available actions on the job.
chainOfCustodySasKey This property is required. string
Shared access key to download the chain of custody logs
contactDetails This property is required. ContactDetailsResponse
Contact details for notification and shipping.
copyLogDetails This property is required. (DataBoxAccountCopyLogDetailsResponse | DataBoxCustomerDiskCopyLogDetailsResponse | DataBoxDiskCopyLogDetailsResponse | DataBoxHeavyAccountCopyLogDetailsResponse)[]
List of copy log details.
copyProgress This property is required. DataBoxCustomerDiskCopyProgressResponse[]
Copy progress per disk.
dataCenterCode This property is required. string
DataCenter code.
datacenterAddress This property is required. DatacenterAddressInstructionResponseResponse | DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
deliverToDcPackageDetails This property is required. PackageCarrierInfoResponse
Delivery package shipping details.
deliveryPackage This property is required. PackageShippingDetailsResponse
Delivery package shipping details.
deviceErasureDetails This property is required. DeviceErasureDetailsResponse
Holds device data erasure details
exportDiskDetailsCollection This property is required. {[key: string]: ExportDiskDetailsResponse}
Contains the map of disk serial number to the disk details for export jobs.
jobStages This property is required. JobStagesResponse[]
List of stages that run in the job.
lastMitigationActionOnJob This property is required. LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
returnPackage This property is required. PackageShippingDetailsResponse
Return package shipping details.
returnToCustomerPackageDetails This property is required. PackageCarrierDetailsResponse
Return package shipping details.
reverseShipmentLabelSasKey This property is required. string
Shared access key to download the return shipment label
dataExportDetails DataExportDetailsResponse[]
Details of the data to be exported from azure.
dataImportDetails DataImportDetailsResponse[]
Details of the data to be imported into azure.
enableManifestBackup boolean
Flag to indicate if disk manifest should be backed-up in the Storage Account.
expectedDataSizeInTeraBytes number
The expected size of the data, which needs to be transferred in this job, in terabytes.
importDiskDetailsCollection {[key: string]: ImportDiskDetailsResponse}
Contains the map of disk serial number to the disk details for import jobs.
keyEncryptionKey KeyEncryptionKeyResponse
Details about which key encryption type is being used.
preferences PreferencesResponse
Preferences for the order.
reverseShippingDetails ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
shippingAddress ShippingAddressResponse
Shipping address of the customer.
actions This property is required. Sequence[str]
Available actions on the job.
chain_of_custody_sas_key This property is required. str
Shared access key to download the chain of custody logs
contact_details This property is required. ContactDetailsResponse
Contact details for notification and shipping.
copy_log_details This property is required. Sequence[Union[DataBoxAccountCopyLogDetailsResponse, DataBoxCustomerDiskCopyLogDetailsResponse, DataBoxDiskCopyLogDetailsResponse, DataBoxHeavyAccountCopyLogDetailsResponse]]
List of copy log details.
copy_progress This property is required. Sequence[DataBoxCustomerDiskCopyProgressResponse]
Copy progress per disk.
data_center_code This property is required. str
DataCenter code.
datacenter_address This property is required. DatacenterAddressInstructionResponseResponse | DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
deliver_to_dc_package_details This property is required. PackageCarrierInfoResponse
Delivery package shipping details.
delivery_package This property is required. PackageShippingDetailsResponse
Delivery package shipping details.
device_erasure_details This property is required. DeviceErasureDetailsResponse
Holds device data erasure details
export_disk_details_collection This property is required. Mapping[str, ExportDiskDetailsResponse]
Contains the map of disk serial number to the disk details for export jobs.
job_stages This property is required. Sequence[JobStagesResponse]
List of stages that run in the job.
last_mitigation_action_on_job This property is required. LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
return_package This property is required. PackageShippingDetailsResponse
Return package shipping details.
return_to_customer_package_details This property is required. PackageCarrierDetailsResponse
Return package shipping details.
reverse_shipment_label_sas_key This property is required. str
Shared access key to download the return shipment label
data_export_details Sequence[DataExportDetailsResponse]
Details of the data to be exported from azure.
data_import_details Sequence[DataImportDetailsResponse]
Details of the data to be imported into azure.
enable_manifest_backup bool
Flag to indicate if disk manifest should be backed-up in the Storage Account.
expected_data_size_in_tera_bytes int
The expected size of the data, which needs to be transferred in this job, in terabytes.
import_disk_details_collection Mapping[str, ImportDiskDetailsResponse]
Contains the map of disk serial number to the disk details for import jobs.
key_encryption_key KeyEncryptionKeyResponse
Details about which key encryption type is being used.
preferences PreferencesResponse
Preferences for the order.
reverse_shipping_details ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
shipping_address ShippingAddressResponse
Shipping address of the customer.
actions This property is required. List<String>
Available actions on the job.
chainOfCustodySasKey This property is required. String
Shared access key to download the chain of custody logs
contactDetails This property is required. Property Map
Contact details for notification and shipping.
copyLogDetails This property is required. List<Property Map | Property Map | Property Map | Property Map>
List of copy log details.
copyProgress This property is required. List<Property Map>
Copy progress per disk.
dataCenterCode This property is required. String
DataCenter code.
datacenterAddress This property is required. Property Map | Property Map
Datacenter address to ship to, for the given sku and storage location.
deliverToDcPackageDetails This property is required. Property Map
Delivery package shipping details.
deliveryPackage This property is required. Property Map
Delivery package shipping details.
deviceErasureDetails This property is required. Property Map
Holds device data erasure details
exportDiskDetailsCollection This property is required. Map<Property Map>
Contains the map of disk serial number to the disk details for export jobs.
jobStages This property is required. List<Property Map>
List of stages that run in the job.
lastMitigationActionOnJob This property is required. Property Map
Last mitigation action performed on the job.
returnPackage This property is required. Property Map
Return package shipping details.
returnToCustomerPackageDetails This property is required. Property Map
Return package shipping details.
reverseShipmentLabelSasKey This property is required. String
Shared access key to download the return shipment label
dataExportDetails List<Property Map>
Details of the data to be exported from azure.
dataImportDetails List<Property Map>
Details of the data to be imported into azure.
enableManifestBackup Boolean
Flag to indicate if disk manifest should be backed-up in the Storage Account.
expectedDataSizeInTeraBytes Number
The expected size of the data, which needs to be transferred in this job, in terabytes.
importDiskDetailsCollection Map<Property Map>
Contains the map of disk serial number to the disk details for import jobs.
keyEncryptionKey Property Map
Details about which key encryption type is being used.
preferences Property Map
Preferences for the order.
reverseShippingDetails Property Map
Optional Reverse Shipping details for order.
shippingAddress Property Map
Shipping address of the customer.

DataBoxDiskCopyLogDetailsResponse

DiskSerialNumber This property is required. string
Disk Serial Number.
ErrorLogLink This property is required. string
Link for copy error logs.
VerboseLogLink This property is required. string
Link for copy verbose logs.
DiskSerialNumber This property is required. string
Disk Serial Number.
ErrorLogLink This property is required. string
Link for copy error logs.
VerboseLogLink This property is required. string
Link for copy verbose logs.
diskSerialNumber This property is required. String
Disk Serial Number.
errorLogLink This property is required. String
Link for copy error logs.
verboseLogLink This property is required. String
Link for copy verbose logs.
diskSerialNumber This property is required. string
Disk Serial Number.
errorLogLink This property is required. string
Link for copy error logs.
verboseLogLink This property is required. string
Link for copy verbose logs.
disk_serial_number This property is required. str
Disk Serial Number.
error_log_link This property is required. str
Link for copy error logs.
verbose_log_link This property is required. str
Link for copy verbose logs.
diskSerialNumber This property is required. String
Disk Serial Number.
errorLogLink This property is required. String
Link for copy error logs.
verboseLogLink This property is required. String
Link for copy verbose logs.

DataBoxDiskCopyProgressResponse

Actions This property is required. List<string>
Available actions on the job.
BytesCopied This property is required. double
Bytes copied during the copy of disk.
Error This property is required. Pulumi.AzureNative.DataBox.Inputs.CloudErrorResponse
Error, if any, in the stage
PercentComplete This property is required. int
Indicates the percentage completed for the copy of the disk.
SerialNumber This property is required. string
The serial number of the disk
Status This property is required. string
The Status of the copy
Actions This property is required. []string
Available actions on the job.
BytesCopied This property is required. float64
Bytes copied during the copy of disk.
Error This property is required. CloudErrorResponse
Error, if any, in the stage
PercentComplete This property is required. int
Indicates the percentage completed for the copy of the disk.
SerialNumber This property is required. string
The serial number of the disk
Status This property is required. string
The Status of the copy
actions This property is required. List<String>
Available actions on the job.
bytesCopied This property is required. Double
Bytes copied during the copy of disk.
error This property is required. CloudErrorResponse
Error, if any, in the stage
percentComplete This property is required. Integer
Indicates the percentage completed for the copy of the disk.
serialNumber This property is required. String
The serial number of the disk
status This property is required. String
The Status of the copy
actions This property is required. string[]
Available actions on the job.
bytesCopied This property is required. number
Bytes copied during the copy of disk.
error This property is required. CloudErrorResponse
Error, if any, in the stage
percentComplete This property is required. number
Indicates the percentage completed for the copy of the disk.
serialNumber This property is required. string
The serial number of the disk
status This property is required. string
The Status of the copy
actions This property is required. Sequence[str]
Available actions on the job.
bytes_copied This property is required. float
Bytes copied during the copy of disk.
error This property is required. CloudErrorResponse
Error, if any, in the stage
percent_complete This property is required. int
Indicates the percentage completed for the copy of the disk.
serial_number This property is required. str
The serial number of the disk
status This property is required. str
The Status of the copy
actions This property is required. List<String>
Available actions on the job.
bytesCopied This property is required. Number
Bytes copied during the copy of disk.
error This property is required. Property Map
Error, if any, in the stage
percentComplete This property is required. Number
Indicates the percentage completed for the copy of the disk.
serialNumber This property is required. String
The serial number of the disk
status This property is required. String
The Status of the copy

DataBoxDiskGranularCopyLogDetailsResponse

AccountId This property is required. string
Account id.
ErrorLogLink This property is required. string
Link for copy error logs.
SerialNumber This property is required. string
Disk Serial Number.
VerboseLogLink This property is required. string
Link for copy verbose logs.
AccountId This property is required. string
Account id.
ErrorLogLink This property is required. string
Link for copy error logs.
SerialNumber This property is required. string
Disk Serial Number.
VerboseLogLink This property is required. string
Link for copy verbose logs.
accountId This property is required. String
Account id.
errorLogLink This property is required. String
Link for copy error logs.
serialNumber This property is required. String
Disk Serial Number.
verboseLogLink This property is required. String
Link for copy verbose logs.
accountId This property is required. string
Account id.
errorLogLink This property is required. string
Link for copy error logs.
serialNumber This property is required. string
Disk Serial Number.
verboseLogLink This property is required. string
Link for copy verbose logs.
account_id This property is required. str
Account id.
error_log_link This property is required. str
Link for copy error logs.
serial_number This property is required. str
Disk Serial Number.
verbose_log_link This property is required. str
Link for copy verbose logs.
accountId This property is required. String
Account id.
errorLogLink This property is required. String
Link for copy error logs.
serialNumber This property is required. String
Disk Serial Number.
verboseLogLink This property is required. String
Link for copy verbose logs.

DataBoxDiskGranularCopyProgressResponse

AccountId This property is required. string
Id of the account where the data needs to be uploaded.
Actions This property is required. List<string>
Available actions on the job.
BytesProcessed This property is required. double
To indicate bytes transferred.
CopyStatus This property is required. string
The Status of the copy
DataAccountType This property is required. string
Data Account Type.
DirectoriesErroredOut This property is required. double
To indicate directories errored out in the job.
Error This property is required. Pulumi.AzureNative.DataBox.Inputs.CloudErrorResponse
Error, if any, in the stage
FilesErroredOut This property is required. double
Number of files which could not be copied
FilesProcessed This property is required. double
Number of files processed
InvalidDirectoriesProcessed This property is required. double
To indicate directories renamed
InvalidFileBytesUploaded This property is required. double
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
InvalidFilesProcessed This property is required. double
Number of files not adhering to azure naming conventions which were processed by automatic renaming
IsEnumerationInProgress This property is required. bool
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
RenamedContainerCount This property is required. double
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
SerialNumber This property is required. string
Disk Serial Number.
StorageAccountName This property is required. string
Name of the storage account. This will be empty for data account types other than storage account.
TotalBytesToProcess This property is required. double
Total amount of data to be processed by the job.
TotalFilesToProcess This property is required. double
Total files to process
TransferType This property is required. string
Transfer type of data
AccountId This property is required. string
Id of the account where the data needs to be uploaded.
Actions This property is required. []string
Available actions on the job.
BytesProcessed This property is required. float64
To indicate bytes transferred.
CopyStatus This property is required. string
The Status of the copy
DataAccountType This property is required. string
Data Account Type.
DirectoriesErroredOut This property is required. float64
To indicate directories errored out in the job.
Error This property is required. CloudErrorResponse
Error, if any, in the stage
FilesErroredOut This property is required. float64
Number of files which could not be copied
FilesProcessed This property is required. float64
Number of files processed
InvalidDirectoriesProcessed This property is required. float64
To indicate directories renamed
InvalidFileBytesUploaded This property is required. float64
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
InvalidFilesProcessed This property is required. float64
Number of files not adhering to azure naming conventions which were processed by automatic renaming
IsEnumerationInProgress This property is required. bool
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
RenamedContainerCount This property is required. float64
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
SerialNumber This property is required. string
Disk Serial Number.
StorageAccountName This property is required. string
Name of the storage account. This will be empty for data account types other than storage account.
TotalBytesToProcess This property is required. float64
Total amount of data to be processed by the job.
TotalFilesToProcess This property is required. float64
Total files to process
TransferType This property is required. string
Transfer type of data
accountId This property is required. String
Id of the account where the data needs to be uploaded.
actions This property is required. List<String>
Available actions on the job.
bytesProcessed This property is required. Double
To indicate bytes transferred.
copyStatus This property is required. String
The Status of the copy
dataAccountType This property is required. String
Data Account Type.
directoriesErroredOut This property is required. Double
To indicate directories errored out in the job.
error This property is required. CloudErrorResponse
Error, if any, in the stage
filesErroredOut This property is required. Double
Number of files which could not be copied
filesProcessed This property is required. Double
Number of files processed
invalidDirectoriesProcessed This property is required. Double
To indicate directories renamed
invalidFileBytesUploaded This property is required. Double
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
invalidFilesProcessed This property is required. Double
Number of files not adhering to azure naming conventions which were processed by automatic renaming
isEnumerationInProgress This property is required. Boolean
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
renamedContainerCount This property is required. Double
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
serialNumber This property is required. String
Disk Serial Number.
storageAccountName This property is required. String
Name of the storage account. This will be empty for data account types other than storage account.
totalBytesToProcess This property is required. Double
Total amount of data to be processed by the job.
totalFilesToProcess This property is required. Double
Total files to process
transferType This property is required. String
Transfer type of data
accountId This property is required. string
Id of the account where the data needs to be uploaded.
actions This property is required. string[]
Available actions on the job.
bytesProcessed This property is required. number
To indicate bytes transferred.
copyStatus This property is required. string
The Status of the copy
dataAccountType This property is required. string
Data Account Type.
directoriesErroredOut This property is required. number
To indicate directories errored out in the job.
error This property is required. CloudErrorResponse
Error, if any, in the stage
filesErroredOut This property is required. number
Number of files which could not be copied
filesProcessed This property is required. number
Number of files processed
invalidDirectoriesProcessed This property is required. number
To indicate directories renamed
invalidFileBytesUploaded This property is required. number
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
invalidFilesProcessed This property is required. number
Number of files not adhering to azure naming conventions which were processed by automatic renaming
isEnumerationInProgress This property is required. boolean
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
renamedContainerCount This property is required. number
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
serialNumber This property is required. string
Disk Serial Number.
storageAccountName This property is required. string
Name of the storage account. This will be empty for data account types other than storage account.
totalBytesToProcess This property is required. number
Total amount of data to be processed by the job.
totalFilesToProcess This property is required. number
Total files to process
transferType This property is required. string
Transfer type of data
account_id This property is required. str
Id of the account where the data needs to be uploaded.
actions This property is required. Sequence[str]
Available actions on the job.
bytes_processed This property is required. float
To indicate bytes transferred.
copy_status This property is required. str
The Status of the copy
data_account_type This property is required. str
Data Account Type.
directories_errored_out This property is required. float
To indicate directories errored out in the job.
error This property is required. CloudErrorResponse
Error, if any, in the stage
files_errored_out This property is required. float
Number of files which could not be copied
files_processed This property is required. float
Number of files processed
invalid_directories_processed This property is required. float
To indicate directories renamed
invalid_file_bytes_uploaded This property is required. float
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
invalid_files_processed This property is required. float
Number of files not adhering to azure naming conventions which were processed by automatic renaming
is_enumeration_in_progress This property is required. bool
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
renamed_container_count This property is required. float
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
serial_number This property is required. str
Disk Serial Number.
storage_account_name This property is required. str
Name of the storage account. This will be empty for data account types other than storage account.
total_bytes_to_process This property is required. float
Total amount of data to be processed by the job.
total_files_to_process This property is required. float
Total files to process
transfer_type This property is required. str
Transfer type of data
accountId This property is required. String
Id of the account where the data needs to be uploaded.
actions This property is required. List<String>
Available actions on the job.
bytesProcessed This property is required. Number
To indicate bytes transferred.
copyStatus This property is required. String
The Status of the copy
dataAccountType This property is required. String
Data Account Type.
directoriesErroredOut This property is required. Number
To indicate directories errored out in the job.
error This property is required. Property Map
Error, if any, in the stage
filesErroredOut This property is required. Number
Number of files which could not be copied
filesProcessed This property is required. Number
Number of files processed
invalidDirectoriesProcessed This property is required. Number
To indicate directories renamed
invalidFileBytesUploaded This property is required. Number
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming
invalidFilesProcessed This property is required. Number
Number of files not adhering to azure naming conventions which were processed by automatic renaming
isEnumerationInProgress This property is required. Boolean
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
renamedContainerCount This property is required. Number
Number of folders not adhering to azure naming conventions which were processed by automatic renaming
serialNumber This property is required. String
Disk Serial Number.
storageAccountName This property is required. String
Name of the storage account. This will be empty for data account types other than storage account.
totalBytesToProcess This property is required. Number
Total amount of data to be processed by the job.
totalFilesToProcess This property is required. Number
Total files to process
transferType This property is required. String
Transfer type of data

DataBoxDiskJobDetailsResponse

Actions This property is required. List<string>
Available actions on the job.
ChainOfCustodySasKey This property is required. string
Shared access key to download the chain of custody logs
ContactDetails This property is required. Pulumi.AzureNative.DataBox.Inputs.ContactDetailsResponse
Contact details for notification and shipping.
CopyLogDetails This property is required. List<object>
List of copy log details.
CopyProgress This property is required. List<Pulumi.AzureNative.DataBox.Inputs.DataBoxDiskCopyProgressResponse>
Copy progress per disk.
DataCenterCode This property is required. string
DataCenter code.
DatacenterAddress This property is required. Pulumi.AzureNative.DataBox.Inputs.DatacenterAddressInstructionResponseResponse | Pulumi.AzureNative.DataBox.Inputs.DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
DeliveryPackage This property is required. Pulumi.AzureNative.DataBox.Inputs.PackageShippingDetailsResponse
Delivery package shipping details.
DeviceErasureDetails This property is required. Pulumi.AzureNative.DataBox.Inputs.DeviceErasureDetailsResponse
Holds device data erasure details
DisksAndSizeDetails This property is required. Dictionary<string, int>
Contains the map of disk serial number to the disk size being used for the job. Is returned only after the disks are shipped to the customer.
GranularCopyLogDetails This property is required. List<Pulumi.AzureNative.DataBox.Inputs.DataBoxDiskGranularCopyLogDetailsResponse>
Copy progress per disk.
GranularCopyProgress This property is required. List<Pulumi.AzureNative.DataBox.Inputs.DataBoxDiskGranularCopyProgressResponse>
Copy progress per disk.
JobStages This property is required. List<Pulumi.AzureNative.DataBox.Inputs.JobStagesResponse>
List of stages that run in the job.
LastMitigationActionOnJob This property is required. Pulumi.AzureNative.DataBox.Inputs.LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
ReturnPackage This property is required. Pulumi.AzureNative.DataBox.Inputs.PackageShippingDetailsResponse
Return package shipping details.
ReverseShipmentLabelSasKey This property is required. string
Shared access key to download the return shipment label
DataExportDetails List<Pulumi.AzureNative.DataBox.Inputs.DataExportDetailsResponse>
Details of the data to be exported from azure.
DataImportDetails List<Pulumi.AzureNative.DataBox.Inputs.DataImportDetailsResponse>
Details of the data to be imported into azure.
ExpectedDataSizeInTeraBytes int
The expected size of the data, which needs to be transferred in this job, in terabytes.
KeyEncryptionKey Pulumi.AzureNative.DataBox.Inputs.KeyEncryptionKeyResponse
Details about which key encryption type is being used.
Passkey string
User entered passkey for DataBox Disk job.
Preferences Pulumi.AzureNative.DataBox.Inputs.PreferencesResponse
Preferences for the order.
PreferredDisks Dictionary<string, int>
User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int.
ReverseShippingDetails Pulumi.AzureNative.DataBox.Inputs.ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
ShippingAddress Pulumi.AzureNative.DataBox.Inputs.ShippingAddressResponse
Shipping address of the customer.
Actions This property is required. []string
Available actions on the job.
ChainOfCustodySasKey This property is required. string
Shared access key to download the chain of custody logs
ContactDetails This property is required. ContactDetailsResponse
Contact details for notification and shipping.
CopyLogDetails This property is required. []interface{}
List of copy log details.
CopyProgress This property is required. []DataBoxDiskCopyProgressResponse
Copy progress per disk.
DataCenterCode This property is required. string
DataCenter code.
DatacenterAddress This property is required. DatacenterAddressInstructionResponseResponse | DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
DeliveryPackage This property is required. PackageShippingDetailsResponse
Delivery package shipping details.
DeviceErasureDetails This property is required. DeviceErasureDetailsResponse
Holds device data erasure details
DisksAndSizeDetails This property is required. map[string]int
Contains the map of disk serial number to the disk size being used for the job. Is returned only after the disks are shipped to the customer.
GranularCopyLogDetails This property is required. []DataBoxDiskGranularCopyLogDetailsResponse
Copy progress per disk.
GranularCopyProgress This property is required. []DataBoxDiskGranularCopyProgressResponse
Copy progress per disk.
JobStages This property is required. []JobStagesResponse
List of stages that run in the job.
LastMitigationActionOnJob This property is required. LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
ReturnPackage This property is required. PackageShippingDetailsResponse
Return package shipping details.
ReverseShipmentLabelSasKey This property is required. string
Shared access key to download the return shipment label
DataExportDetails []DataExportDetailsResponse
Details of the data to be exported from azure.
DataImportDetails []DataImportDetailsResponse
Details of the data to be imported into azure.
ExpectedDataSizeInTeraBytes int
The expected size of the data, which needs to be transferred in this job, in terabytes.
KeyEncryptionKey KeyEncryptionKeyResponse
Details about which key encryption type is being used.
Passkey string
User entered passkey for DataBox Disk job.
Preferences PreferencesResponse
Preferences for the order.
PreferredDisks map[string]int
User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int.
ReverseShippingDetails ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
ShippingAddress ShippingAddressResponse
Shipping address of the customer.
actions This property is required. List<String>
Available actions on the job.
chainOfCustodySasKey This property is required. String
Shared access key to download the chain of custody logs
contactDetails This property is required. ContactDetailsResponse
Contact details for notification and shipping.
copyLogDetails This property is required. List<Object>
List of copy log details.
copyProgress This property is required. List<DataBoxDiskCopyProgressResponse>
Copy progress per disk.
dataCenterCode This property is required. String
DataCenter code.
datacenterAddress This property is required. DatacenterAddressInstructionResponseResponse | DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
deliveryPackage This property is required. PackageShippingDetailsResponse
Delivery package shipping details.
deviceErasureDetails This property is required. DeviceErasureDetailsResponse
Holds device data erasure details
disksAndSizeDetails This property is required. Map<String,Integer>
Contains the map of disk serial number to the disk size being used for the job. Is returned only after the disks are shipped to the customer.
granularCopyLogDetails This property is required. List<DataBoxDiskGranularCopyLogDetailsResponse>
Copy progress per disk.
granularCopyProgress This property is required. List<DataBoxDiskGranularCopyProgressResponse>
Copy progress per disk.
jobStages This property is required. List<JobStagesResponse>
List of stages that run in the job.
lastMitigationActionOnJob This property is required. LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
returnPackage This property is required. PackageShippingDetailsResponse
Return package shipping details.
reverseShipmentLabelSasKey This property is required. String
Shared access key to download the return shipment label
dataExportDetails List<DataExportDetailsResponse>
Details of the data to be exported from azure.
dataImportDetails List<DataImportDetailsResponse>
Details of the data to be imported into azure.
expectedDataSizeInTeraBytes Integer
The expected size of the data, which needs to be transferred in this job, in terabytes.
keyEncryptionKey KeyEncryptionKeyResponse
Details about which key encryption type is being used.
passkey String
User entered passkey for DataBox Disk job.
preferences PreferencesResponse
Preferences for the order.
preferredDisks Map<String,Integer>
User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int.
reverseShippingDetails ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
shippingAddress ShippingAddressResponse
Shipping address of the customer.
actions This property is required. string[]
Available actions on the job.
chainOfCustodySasKey This property is required. string
Shared access key to download the chain of custody logs
contactDetails This property is required. ContactDetailsResponse
Contact details for notification and shipping.
copyLogDetails This property is required. (DataBoxAccountCopyLogDetailsResponse | DataBoxCustomerDiskCopyLogDetailsResponse | DataBoxDiskCopyLogDetailsResponse | DataBoxHeavyAccountCopyLogDetailsResponse)[]
List of copy log details.
copyProgress This property is required. DataBoxDiskCopyProgressResponse[]
Copy progress per disk.
dataCenterCode This property is required. string
DataCenter code.
datacenterAddress This property is required. DatacenterAddressInstructionResponseResponse | DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
deliveryPackage This property is required. PackageShippingDetailsResponse
Delivery package shipping details.
deviceErasureDetails This property is required. DeviceErasureDetailsResponse
Holds device data erasure details
disksAndSizeDetails This property is required. {[key: string]: number}
Contains the map of disk serial number to the disk size being used for the job. Is returned only after the disks are shipped to the customer.
granularCopyLogDetails This property is required. DataBoxDiskGranularCopyLogDetailsResponse[]
Copy progress per disk.
granularCopyProgress This property is required. DataBoxDiskGranularCopyProgressResponse[]
Copy progress per disk.
jobStages This property is required. JobStagesResponse[]
List of stages that run in the job.
lastMitigationActionOnJob This property is required. LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
returnPackage This property is required. PackageShippingDetailsResponse
Return package shipping details.
reverseShipmentLabelSasKey This property is required. string
Shared access key to download the return shipment label
dataExportDetails DataExportDetailsResponse[]
Details of the data to be exported from azure.
dataImportDetails DataImportDetailsResponse[]
Details of the data to be imported into azure.
expectedDataSizeInTeraBytes number
The expected size of the data, which needs to be transferred in this job, in terabytes.
keyEncryptionKey KeyEncryptionKeyResponse
Details about which key encryption type is being used.
passkey string
User entered passkey for DataBox Disk job.
preferences PreferencesResponse
Preferences for the order.
preferredDisks {[key: string]: number}
User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int.
reverseShippingDetails ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
shippingAddress ShippingAddressResponse
Shipping address of the customer.
actions This property is required. Sequence[str]
Available actions on the job.
chain_of_custody_sas_key This property is required. str
Shared access key to download the chain of custody logs
contact_details This property is required. ContactDetailsResponse
Contact details for notification and shipping.
copy_log_details This property is required. Sequence[Union[DataBoxAccountCopyLogDetailsResponse, DataBoxCustomerDiskCopyLogDetailsResponse, DataBoxDiskCopyLogDetailsResponse, DataBoxHeavyAccountCopyLogDetailsResponse]]
List of copy log details.
copy_progress This property is required. Sequence[DataBoxDiskCopyProgressResponse]
Copy progress per disk.
data_center_code This property is required. str
DataCenter code.
datacenter_address This property is required. DatacenterAddressInstructionResponseResponse | DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
delivery_package This property is required. PackageShippingDetailsResponse
Delivery package shipping details.
device_erasure_details This property is required. DeviceErasureDetailsResponse
Holds device data erasure details
disks_and_size_details This property is required. Mapping[str, int]
Contains the map of disk serial number to the disk size being used for the job. Is returned only after the disks are shipped to the customer.
granular_copy_log_details This property is required. Sequence[DataBoxDiskGranularCopyLogDetailsResponse]
Copy progress per disk.
granular_copy_progress This property is required. Sequence[DataBoxDiskGranularCopyProgressResponse]
Copy progress per disk.
job_stages This property is required. Sequence[JobStagesResponse]
List of stages that run in the job.
last_mitigation_action_on_job This property is required. LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
return_package This property is required. PackageShippingDetailsResponse
Return package shipping details.
reverse_shipment_label_sas_key This property is required. str
Shared access key to download the return shipment label
data_export_details Sequence[DataExportDetailsResponse]
Details of the data to be exported from azure.
data_import_details Sequence[DataImportDetailsResponse]
Details of the data to be imported into azure.
expected_data_size_in_tera_bytes int
The expected size of the data, which needs to be transferred in this job, in terabytes.
key_encryption_key KeyEncryptionKeyResponse
Details about which key encryption type is being used.
passkey str
User entered passkey for DataBox Disk job.
preferences PreferencesResponse
Preferences for the order.
preferred_disks Mapping[str, int]
User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int.
reverse_shipping_details ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
shipping_address ShippingAddressResponse
Shipping address of the customer.
actions This property is required. List<String>
Available actions on the job.
chainOfCustodySasKey This property is required. String
Shared access key to download the chain of custody logs
contactDetails This property is required. Property Map
Contact details for notification and shipping.
copyLogDetails This property is required. List<Property Map | Property Map | Property Map | Property Map>
List of copy log details.
copyProgress This property is required. List<Property Map>
Copy progress per disk.
dataCenterCode This property is required. String
DataCenter code.
datacenterAddress This property is required. Property Map | Property Map
Datacenter address to ship to, for the given sku and storage location.
deliveryPackage This property is required. Property Map
Delivery package shipping details.
deviceErasureDetails This property is required. Property Map
Holds device data erasure details
disksAndSizeDetails This property is required. Map<Number>
Contains the map of disk serial number to the disk size being used for the job. Is returned only after the disks are shipped to the customer.
granularCopyLogDetails This property is required. List<Property Map>
Copy progress per disk.
granularCopyProgress This property is required. List<Property Map>
Copy progress per disk.
jobStages This property is required. List<Property Map>
List of stages that run in the job.
lastMitigationActionOnJob This property is required. Property Map
Last mitigation action performed on the job.
returnPackage This property is required. Property Map
Return package shipping details.
reverseShipmentLabelSasKey This property is required. String
Shared access key to download the return shipment label
dataExportDetails List<Property Map>
Details of the data to be exported from azure.
dataImportDetails List<Property Map>
Details of the data to be imported into azure.
expectedDataSizeInTeraBytes Number
The expected size of the data, which needs to be transferred in this job, in terabytes.
keyEncryptionKey Property Map
Details about which key encryption type is being used.
passkey String
User entered passkey for DataBox Disk job.
preferences Property Map
Preferences for the order.
preferredDisks Map<Number>
User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int.
reverseShippingDetails Property Map
Optional Reverse Shipping details for order.
shippingAddress Property Map
Shipping address of the customer.

DataBoxHeavyAccountCopyLogDetailsResponse

AccountName This property is required. string
Account name.
CopyLogLink This property is required. List<string>
Link for copy logs.
CopyVerboseLogLink This property is required. List<string>
Link for copy verbose logs. This will be set only when the LogCollectionLevel is set to verbose.
AccountName This property is required. string
Account name.
CopyLogLink This property is required. []string
Link for copy logs.
CopyVerboseLogLink This property is required. []string
Link for copy verbose logs. This will be set only when the LogCollectionLevel is set to verbose.
accountName This property is required. String
Account name.
copyLogLink This property is required. List<String>
Link for copy logs.
copyVerboseLogLink This property is required. List<String>
Link for copy verbose logs. This will be set only when the LogCollectionLevel is set to verbose.
accountName This property is required. string
Account name.
copyLogLink This property is required. string[]
Link for copy logs.
copyVerboseLogLink This property is required. string[]
Link for copy verbose logs. This will be set only when the LogCollectionLevel is set to verbose.
account_name This property is required. str
Account name.
copy_log_link This property is required. Sequence[str]
Link for copy logs.
copy_verbose_log_link This property is required. Sequence[str]
Link for copy verbose logs. This will be set only when the LogCollectionLevel is set to verbose.
accountName This property is required. String
Account name.
copyLogLink This property is required. List<String>
Link for copy logs.
copyVerboseLogLink This property is required. List<String>
Link for copy verbose logs. This will be set only when the LogCollectionLevel is set to verbose.

DataBoxHeavyJobDetailsResponse

Actions This property is required. List<string>
Available actions on the job.
ChainOfCustodySasKey This property is required. string
Shared access key to download the chain of custody logs
ContactDetails This property is required. Pulumi.AzureNative.DataBox.Inputs.ContactDetailsResponse
Contact details for notification and shipping.
CopyLogDetails This property is required. List<object>
List of copy log details.
CopyProgress This property is required. List<Pulumi.AzureNative.DataBox.Inputs.CopyProgressResponse>
Copy progress per account.
DataCenterCode This property is required. string
DataCenter code.
DatacenterAddress This property is required. Pulumi.AzureNative.DataBox.Inputs.DatacenterAddressInstructionResponseResponse | Pulumi.AzureNative.DataBox.Inputs.DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
DeliveryPackage This property is required. Pulumi.AzureNative.DataBox.Inputs.PackageShippingDetailsResponse
Delivery package shipping details.
DeviceErasureDetails This property is required. Pulumi.AzureNative.DataBox.Inputs.DeviceErasureDetailsResponse
Holds device data erasure details
JobStages This property is required. List<Pulumi.AzureNative.DataBox.Inputs.JobStagesResponse>
List of stages that run in the job.
LastMitigationActionOnJob This property is required. Pulumi.AzureNative.DataBox.Inputs.LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
ReturnPackage This property is required. Pulumi.AzureNative.DataBox.Inputs.PackageShippingDetailsResponse
Return package shipping details.
ReverseShipmentLabelSasKey This property is required. string
Shared access key to download the return shipment label
DataExportDetails List<Pulumi.AzureNative.DataBox.Inputs.DataExportDetailsResponse>
Details of the data to be exported from azure.
DataImportDetails List<Pulumi.AzureNative.DataBox.Inputs.DataImportDetailsResponse>
Details of the data to be imported into azure.
DevicePassword string
Set Device password for unlocking Databox Heavy. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+
ExpectedDataSizeInTeraBytes int
The expected size of the data, which needs to be transferred in this job, in terabytes.
KeyEncryptionKey Pulumi.AzureNative.DataBox.Inputs.KeyEncryptionKeyResponse
Details about which key encryption type is being used.
Preferences Pulumi.AzureNative.DataBox.Inputs.PreferencesResponse
Preferences for the order.
ReverseShippingDetails Pulumi.AzureNative.DataBox.Inputs.ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
ShippingAddress Pulumi.AzureNative.DataBox.Inputs.ShippingAddressResponse
Shipping address of the customer.
Actions This property is required. []string
Available actions on the job.
ChainOfCustodySasKey This property is required. string
Shared access key to download the chain of custody logs
ContactDetails This property is required. ContactDetailsResponse
Contact details for notification and shipping.
CopyLogDetails This property is required. []interface{}
List of copy log details.
CopyProgress This property is required. []CopyProgressResponse
Copy progress per account.
DataCenterCode This property is required. string
DataCenter code.
DatacenterAddress This property is required. DatacenterAddressInstructionResponseResponse | DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
DeliveryPackage This property is required. PackageShippingDetailsResponse
Delivery package shipping details.
DeviceErasureDetails This property is required. DeviceErasureDetailsResponse
Holds device data erasure details
JobStages This property is required. []JobStagesResponse
List of stages that run in the job.
LastMitigationActionOnJob This property is required. LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
ReturnPackage This property is required. PackageShippingDetailsResponse
Return package shipping details.
ReverseShipmentLabelSasKey This property is required. string
Shared access key to download the return shipment label
DataExportDetails []DataExportDetailsResponse
Details of the data to be exported from azure.
DataImportDetails []DataImportDetailsResponse
Details of the data to be imported into azure.
DevicePassword string
Set Device password for unlocking Databox Heavy. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+
ExpectedDataSizeInTeraBytes int
The expected size of the data, which needs to be transferred in this job, in terabytes.
KeyEncryptionKey KeyEncryptionKeyResponse
Details about which key encryption type is being used.
Preferences PreferencesResponse
Preferences for the order.
ReverseShippingDetails ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
ShippingAddress ShippingAddressResponse
Shipping address of the customer.
actions This property is required. List<String>
Available actions on the job.
chainOfCustodySasKey This property is required. String
Shared access key to download the chain of custody logs
contactDetails This property is required. ContactDetailsResponse
Contact details for notification and shipping.
copyLogDetails This property is required. List<Object>
List of copy log details.
copyProgress This property is required. List<CopyProgressResponse>
Copy progress per account.
dataCenterCode This property is required. String
DataCenter code.
datacenterAddress This property is required. DatacenterAddressInstructionResponseResponse | DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
deliveryPackage This property is required. PackageShippingDetailsResponse
Delivery package shipping details.
deviceErasureDetails This property is required. DeviceErasureDetailsResponse
Holds device data erasure details
jobStages This property is required. List<JobStagesResponse>
List of stages that run in the job.
lastMitigationActionOnJob This property is required. LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
returnPackage This property is required. PackageShippingDetailsResponse
Return package shipping details.
reverseShipmentLabelSasKey This property is required. String
Shared access key to download the return shipment label
dataExportDetails List<DataExportDetailsResponse>
Details of the data to be exported from azure.
dataImportDetails List<DataImportDetailsResponse>
Details of the data to be imported into azure.
devicePassword String
Set Device password for unlocking Databox Heavy. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+
expectedDataSizeInTeraBytes Integer
The expected size of the data, which needs to be transferred in this job, in terabytes.
keyEncryptionKey KeyEncryptionKeyResponse
Details about which key encryption type is being used.
preferences PreferencesResponse
Preferences for the order.
reverseShippingDetails ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
shippingAddress ShippingAddressResponse
Shipping address of the customer.
actions This property is required. string[]
Available actions on the job.
chainOfCustodySasKey This property is required. string
Shared access key to download the chain of custody logs
contactDetails This property is required. ContactDetailsResponse
Contact details for notification and shipping.
copyLogDetails This property is required. (DataBoxAccountCopyLogDetailsResponse | DataBoxCustomerDiskCopyLogDetailsResponse | DataBoxDiskCopyLogDetailsResponse | DataBoxHeavyAccountCopyLogDetailsResponse)[]
List of copy log details.
copyProgress This property is required. CopyProgressResponse[]
Copy progress per account.
dataCenterCode This property is required. string
DataCenter code.
datacenterAddress This property is required. DatacenterAddressInstructionResponseResponse | DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
deliveryPackage This property is required. PackageShippingDetailsResponse
Delivery package shipping details.
deviceErasureDetails This property is required. DeviceErasureDetailsResponse
Holds device data erasure details
jobStages This property is required. JobStagesResponse[]
List of stages that run in the job.
lastMitigationActionOnJob This property is required. LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
returnPackage This property is required. PackageShippingDetailsResponse
Return package shipping details.
reverseShipmentLabelSasKey This property is required. string
Shared access key to download the return shipment label
dataExportDetails DataExportDetailsResponse[]
Details of the data to be exported from azure.
dataImportDetails DataImportDetailsResponse[]
Details of the data to be imported into azure.
devicePassword string
Set Device password for unlocking Databox Heavy. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+
expectedDataSizeInTeraBytes number
The expected size of the data, which needs to be transferred in this job, in terabytes.
keyEncryptionKey KeyEncryptionKeyResponse
Details about which key encryption type is being used.
preferences PreferencesResponse
Preferences for the order.
reverseShippingDetails ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
shippingAddress ShippingAddressResponse
Shipping address of the customer.
actions This property is required. Sequence[str]
Available actions on the job.
chain_of_custody_sas_key This property is required. str
Shared access key to download the chain of custody logs
contact_details This property is required. ContactDetailsResponse
Contact details for notification and shipping.
copy_log_details This property is required. Sequence[Union[DataBoxAccountCopyLogDetailsResponse, DataBoxCustomerDiskCopyLogDetailsResponse, DataBoxDiskCopyLogDetailsResponse, DataBoxHeavyAccountCopyLogDetailsResponse]]
List of copy log details.
copy_progress This property is required. Sequence[CopyProgressResponse]
Copy progress per account.
data_center_code This property is required. str
DataCenter code.
datacenter_address This property is required. DatacenterAddressInstructionResponseResponse | DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
delivery_package This property is required. PackageShippingDetailsResponse
Delivery package shipping details.
device_erasure_details This property is required. DeviceErasureDetailsResponse
Holds device data erasure details
job_stages This property is required. Sequence[JobStagesResponse]
List of stages that run in the job.
last_mitigation_action_on_job This property is required. LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
return_package This property is required. PackageShippingDetailsResponse
Return package shipping details.
reverse_shipment_label_sas_key This property is required. str
Shared access key to download the return shipment label
data_export_details Sequence[DataExportDetailsResponse]
Details of the data to be exported from azure.
data_import_details Sequence[DataImportDetailsResponse]
Details of the data to be imported into azure.
device_password str
Set Device password for unlocking Databox Heavy. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+
expected_data_size_in_tera_bytes int
The expected size of the data, which needs to be transferred in this job, in terabytes.
key_encryption_key KeyEncryptionKeyResponse
Details about which key encryption type is being used.
preferences PreferencesResponse
Preferences for the order.
reverse_shipping_details ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
shipping_address ShippingAddressResponse
Shipping address of the customer.
actions This property is required. List<String>
Available actions on the job.
chainOfCustodySasKey This property is required. String
Shared access key to download the chain of custody logs
contactDetails This property is required. Property Map
Contact details for notification and shipping.
copyLogDetails This property is required. List<Property Map | Property Map | Property Map | Property Map>
List of copy log details.
copyProgress This property is required. List<Property Map>
Copy progress per account.
dataCenterCode This property is required. String
DataCenter code.
datacenterAddress This property is required. Property Map | Property Map
Datacenter address to ship to, for the given sku and storage location.
deliveryPackage This property is required. Property Map
Delivery package shipping details.
deviceErasureDetails This property is required. Property Map
Holds device data erasure details
jobStages This property is required. List<Property Map>
List of stages that run in the job.
lastMitigationActionOnJob This property is required. Property Map
Last mitigation action performed on the job.
returnPackage This property is required. Property Map
Return package shipping details.
reverseShipmentLabelSasKey This property is required. String
Shared access key to download the return shipment label
dataExportDetails List<Property Map>
Details of the data to be exported from azure.
dataImportDetails List<Property Map>
Details of the data to be imported into azure.
devicePassword String
Set Device password for unlocking Databox Heavy. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+
expectedDataSizeInTeraBytes Number
The expected size of the data, which needs to be transferred in this job, in terabytes.
keyEncryptionKey Property Map
Details about which key encryption type is being used.
preferences Property Map
Preferences for the order.
reverseShippingDetails Property Map
Optional Reverse Shipping details for order.
shippingAddress Property Map
Shipping address of the customer.

DataBoxJobDetailsResponse

Actions This property is required. List<string>
Available actions on the job.
ChainOfCustodySasKey This property is required. string
Shared access key to download the chain of custody logs
ContactDetails This property is required. Pulumi.AzureNative.DataBox.Inputs.ContactDetailsResponse
Contact details for notification and shipping.
CopyLogDetails This property is required. List<object>
List of copy log details.
CopyProgress This property is required. List<Pulumi.AzureNative.DataBox.Inputs.CopyProgressResponse>
Copy progress per storage account.
DataCenterCode This property is required. string
DataCenter code.
DatacenterAddress This property is required. Pulumi.AzureNative.DataBox.Inputs.DatacenterAddressInstructionResponseResponse | Pulumi.AzureNative.DataBox.Inputs.DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
DeliveryPackage This property is required. Pulumi.AzureNative.DataBox.Inputs.PackageShippingDetailsResponse
Delivery package shipping details.
DeviceErasureDetails This property is required. Pulumi.AzureNative.DataBox.Inputs.DeviceErasureDetailsResponse
Holds device data erasure details
JobStages This property is required. List<Pulumi.AzureNative.DataBox.Inputs.JobStagesResponse>
List of stages that run in the job.
LastMitigationActionOnJob This property is required. Pulumi.AzureNative.DataBox.Inputs.LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
ReturnPackage This property is required. Pulumi.AzureNative.DataBox.Inputs.PackageShippingDetailsResponse
Return package shipping details.
ReverseShipmentLabelSasKey This property is required. string
Shared access key to download the return shipment label
DataExportDetails List<Pulumi.AzureNative.DataBox.Inputs.DataExportDetailsResponse>
Details of the data to be exported from azure.
DataImportDetails List<Pulumi.AzureNative.DataBox.Inputs.DataImportDetailsResponse>
Details of the data to be imported into azure.
DevicePassword string
Set Device password for unlocking Databox. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+
ExpectedDataSizeInTeraBytes int
The expected size of the data, which needs to be transferred in this job, in terabytes.
KeyEncryptionKey Pulumi.AzureNative.DataBox.Inputs.KeyEncryptionKeyResponse
Details about which key encryption type is being used.
Preferences Pulumi.AzureNative.DataBox.Inputs.PreferencesResponse
Preferences for the order.
ReverseShippingDetails Pulumi.AzureNative.DataBox.Inputs.ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
ShippingAddress Pulumi.AzureNative.DataBox.Inputs.ShippingAddressResponse
Shipping address of the customer.
Actions This property is required. []string
Available actions on the job.
ChainOfCustodySasKey This property is required. string
Shared access key to download the chain of custody logs
ContactDetails This property is required. ContactDetailsResponse
Contact details for notification and shipping.
CopyLogDetails This property is required. []interface{}
List of copy log details.
CopyProgress This property is required. []CopyProgressResponse
Copy progress per storage account.
DataCenterCode This property is required. string
DataCenter code.
DatacenterAddress This property is required. DatacenterAddressInstructionResponseResponse | DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
DeliveryPackage This property is required. PackageShippingDetailsResponse
Delivery package shipping details.
DeviceErasureDetails This property is required. DeviceErasureDetailsResponse
Holds device data erasure details
JobStages This property is required. []JobStagesResponse
List of stages that run in the job.
LastMitigationActionOnJob This property is required. LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
ReturnPackage This property is required. PackageShippingDetailsResponse
Return package shipping details.
ReverseShipmentLabelSasKey This property is required. string
Shared access key to download the return shipment label
DataExportDetails []DataExportDetailsResponse
Details of the data to be exported from azure.
DataImportDetails []DataImportDetailsResponse
Details of the data to be imported into azure.
DevicePassword string
Set Device password for unlocking Databox. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+
ExpectedDataSizeInTeraBytes int
The expected size of the data, which needs to be transferred in this job, in terabytes.
KeyEncryptionKey KeyEncryptionKeyResponse
Details about which key encryption type is being used.
Preferences PreferencesResponse
Preferences for the order.
ReverseShippingDetails ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
ShippingAddress ShippingAddressResponse
Shipping address of the customer.
actions This property is required. List<String>
Available actions on the job.
chainOfCustodySasKey This property is required. String
Shared access key to download the chain of custody logs
contactDetails This property is required. ContactDetailsResponse
Contact details for notification and shipping.
copyLogDetails This property is required. List<Object>
List of copy log details.
copyProgress This property is required. List<CopyProgressResponse>
Copy progress per storage account.
dataCenterCode This property is required. String
DataCenter code.
datacenterAddress This property is required. DatacenterAddressInstructionResponseResponse | DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
deliveryPackage This property is required. PackageShippingDetailsResponse
Delivery package shipping details.
deviceErasureDetails This property is required. DeviceErasureDetailsResponse
Holds device data erasure details
jobStages This property is required. List<JobStagesResponse>
List of stages that run in the job.
lastMitigationActionOnJob This property is required. LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
returnPackage This property is required. PackageShippingDetailsResponse
Return package shipping details.
reverseShipmentLabelSasKey This property is required. String
Shared access key to download the return shipment label
dataExportDetails List<DataExportDetailsResponse>
Details of the data to be exported from azure.
dataImportDetails List<DataImportDetailsResponse>
Details of the data to be imported into azure.
devicePassword String
Set Device password for unlocking Databox. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+
expectedDataSizeInTeraBytes Integer
The expected size of the data, which needs to be transferred in this job, in terabytes.
keyEncryptionKey KeyEncryptionKeyResponse
Details about which key encryption type is being used.
preferences PreferencesResponse
Preferences for the order.
reverseShippingDetails ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
shippingAddress ShippingAddressResponse
Shipping address of the customer.
actions This property is required. string[]
Available actions on the job.
chainOfCustodySasKey This property is required. string
Shared access key to download the chain of custody logs
contactDetails This property is required. ContactDetailsResponse
Contact details for notification and shipping.
copyLogDetails This property is required. (DataBoxAccountCopyLogDetailsResponse | DataBoxCustomerDiskCopyLogDetailsResponse | DataBoxDiskCopyLogDetailsResponse | DataBoxHeavyAccountCopyLogDetailsResponse)[]
List of copy log details.
copyProgress This property is required. CopyProgressResponse[]
Copy progress per storage account.
dataCenterCode This property is required. string
DataCenter code.
datacenterAddress This property is required. DatacenterAddressInstructionResponseResponse | DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
deliveryPackage This property is required. PackageShippingDetailsResponse
Delivery package shipping details.
deviceErasureDetails This property is required. DeviceErasureDetailsResponse
Holds device data erasure details
jobStages This property is required. JobStagesResponse[]
List of stages that run in the job.
lastMitigationActionOnJob This property is required. LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
returnPackage This property is required. PackageShippingDetailsResponse
Return package shipping details.
reverseShipmentLabelSasKey This property is required. string
Shared access key to download the return shipment label
dataExportDetails DataExportDetailsResponse[]
Details of the data to be exported from azure.
dataImportDetails DataImportDetailsResponse[]
Details of the data to be imported into azure.
devicePassword string
Set Device password for unlocking Databox. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+
expectedDataSizeInTeraBytes number
The expected size of the data, which needs to be transferred in this job, in terabytes.
keyEncryptionKey KeyEncryptionKeyResponse
Details about which key encryption type is being used.
preferences PreferencesResponse
Preferences for the order.
reverseShippingDetails ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
shippingAddress ShippingAddressResponse
Shipping address of the customer.
actions This property is required. Sequence[str]
Available actions on the job.
chain_of_custody_sas_key This property is required. str
Shared access key to download the chain of custody logs
contact_details This property is required. ContactDetailsResponse
Contact details for notification and shipping.
copy_log_details This property is required. Sequence[Union[DataBoxAccountCopyLogDetailsResponse, DataBoxCustomerDiskCopyLogDetailsResponse, DataBoxDiskCopyLogDetailsResponse, DataBoxHeavyAccountCopyLogDetailsResponse]]
List of copy log details.
copy_progress This property is required. Sequence[CopyProgressResponse]
Copy progress per storage account.
data_center_code This property is required. str
DataCenter code.
datacenter_address This property is required. DatacenterAddressInstructionResponseResponse | DatacenterAddressLocationResponseResponse
Datacenter address to ship to, for the given sku and storage location.
delivery_package This property is required. PackageShippingDetailsResponse
Delivery package shipping details.
device_erasure_details This property is required. DeviceErasureDetailsResponse
Holds device data erasure details
job_stages This property is required. Sequence[JobStagesResponse]
List of stages that run in the job.
last_mitigation_action_on_job This property is required. LastMitigationActionOnJobResponse
Last mitigation action performed on the job.
return_package This property is required. PackageShippingDetailsResponse
Return package shipping details.
reverse_shipment_label_sas_key This property is required. str
Shared access key to download the return shipment label
data_export_details Sequence[DataExportDetailsResponse]
Details of the data to be exported from azure.
data_import_details Sequence[DataImportDetailsResponse]
Details of the data to be imported into azure.
device_password str
Set Device password for unlocking Databox. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+
expected_data_size_in_tera_bytes int
The expected size of the data, which needs to be transferred in this job, in terabytes.
key_encryption_key KeyEncryptionKeyResponse
Details about which key encryption type is being used.
preferences PreferencesResponse
Preferences for the order.
reverse_shipping_details ReverseShippingDetailsResponse
Optional Reverse Shipping details for order.
shipping_address ShippingAddressResponse
Shipping address of the customer.
actions This property is required. List<String>
Available actions on the job.
chainOfCustodySasKey This property is required. String
Shared access key to download the chain of custody logs
contactDetails This property is required. Property Map
Contact details for notification and shipping.
copyLogDetails This property is required. List<Property Map | Property Map | Property Map | Property Map>
List of copy log details.
copyProgress This property is required. List<Property Map>
Copy progress per storage account.
dataCenterCode This property is required. String
DataCenter code.
datacenterAddress This property is required. Property Map | Property Map
Datacenter address to ship to, for the given sku and storage location.
deliveryPackage This property is required. Property Map
Delivery package shipping details.
deviceErasureDetails This property is required. Property Map
Holds device data erasure details
jobStages This property is required. List<Property Map>
List of stages that run in the job.
lastMitigationActionOnJob This property is required. Property Map
Last mitigation action performed on the job.
returnPackage This property is required. Property Map
Return package shipping details.
reverseShipmentLabelSasKey This property is required. String
Shared access key to download the return shipment label
dataExportDetails List<Property Map>
Details of the data to be exported from azure.
dataImportDetails List<Property Map>
Details of the data to be imported into azure.
devicePassword String
Set Device password for unlocking Databox. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+
expectedDataSizeInTeraBytes Number
The expected size of the data, which needs to be transferred in this job, in terabytes.
keyEncryptionKey Property Map
Details about which key encryption type is being used.
preferences Property Map
Preferences for the order.
reverseShippingDetails Property Map
Optional Reverse Shipping details for order.
shippingAddress Property Map
Shipping address of the customer.

DataExportDetailsResponse

AccountDetails This property is required. Pulumi.AzureNative.DataBox.Inputs.ManagedDiskDetailsResponse | Pulumi.AzureNative.DataBox.Inputs.StorageAccountDetailsResponse
Account details of the data to be transferred
TransferConfiguration This property is required. Pulumi.AzureNative.DataBox.Inputs.TransferConfigurationResponse
Configuration for the data transfer.
LogCollectionLevel string
Level of the logs to be collected.
AccountDetails This property is required. ManagedDiskDetailsResponse | StorageAccountDetailsResponse
Account details of the data to be transferred
TransferConfiguration This property is required. TransferConfigurationResponse
Configuration for the data transfer.
LogCollectionLevel string
Level of the logs to be collected.
accountDetails This property is required. ManagedDiskDetailsResponse | StorageAccountDetailsResponse
Account details of the data to be transferred
transferConfiguration This property is required. TransferConfigurationResponse
Configuration for the data transfer.
logCollectionLevel String
Level of the logs to be collected.
accountDetails This property is required. ManagedDiskDetailsResponse | StorageAccountDetailsResponse
Account details of the data to be transferred
transferConfiguration This property is required. TransferConfigurationResponse
Configuration for the data transfer.
logCollectionLevel string
Level of the logs to be collected.
account_details This property is required. ManagedDiskDetailsResponse | StorageAccountDetailsResponse
Account details of the data to be transferred
transfer_configuration This property is required. TransferConfigurationResponse
Configuration for the data transfer.
log_collection_level str
Level of the logs to be collected.
accountDetails This property is required. Property Map | Property Map
Account details of the data to be transferred
transferConfiguration This property is required. Property Map
Configuration for the data transfer.
logCollectionLevel String
Level of the logs to be collected.

DataImportDetailsResponse

AccountDetails This property is required. Pulumi.AzureNative.DataBox.Inputs.ManagedDiskDetailsResponse | Pulumi.AzureNative.DataBox.Inputs.StorageAccountDetailsResponse
Account details of the data to be transferred
LogCollectionLevel string
Level of the logs to be collected.
AccountDetails This property is required. ManagedDiskDetailsResponse | StorageAccountDetailsResponse
Account details of the data to be transferred
LogCollectionLevel string
Level of the logs to be collected.
accountDetails This property is required. ManagedDiskDetailsResponse | StorageAccountDetailsResponse
Account details of the data to be transferred
logCollectionLevel String
Level of the logs to be collected.
accountDetails This property is required. ManagedDiskDetailsResponse | StorageAccountDetailsResponse
Account details of the data to be transferred
logCollectionLevel string
Level of the logs to be collected.
account_details This property is required. ManagedDiskDetailsResponse | StorageAccountDetailsResponse
Account details of the data to be transferred
log_collection_level str
Level of the logs to be collected.
accountDetails This property is required. Property Map | Property Map
Account details of the data to be transferred
logCollectionLevel String
Level of the logs to be collected.

DatacenterAddressInstructionResponseResponse

CommunicationInstruction This property is required. string
Data center communication instruction
DataCenterAzureLocation This property is required. string
Azure Location where the Data Center serves primarily.
SupportedCarriersForReturnShipment This property is required. List<string>
List of supported carriers for return shipment.
CommunicationInstruction This property is required. string
Data center communication instruction
DataCenterAzureLocation This property is required. string
Azure Location where the Data Center serves primarily.
SupportedCarriersForReturnShipment This property is required. []string
List of supported carriers for return shipment.
communicationInstruction This property is required. String
Data center communication instruction
dataCenterAzureLocation This property is required. String
Azure Location where the Data Center serves primarily.
supportedCarriersForReturnShipment This property is required. List<String>
List of supported carriers for return shipment.
communicationInstruction This property is required. string
Data center communication instruction
dataCenterAzureLocation This property is required. string
Azure Location where the Data Center serves primarily.
supportedCarriersForReturnShipment This property is required. string[]
List of supported carriers for return shipment.
communication_instruction This property is required. str
Data center communication instruction
data_center_azure_location This property is required. str
Azure Location where the Data Center serves primarily.
supported_carriers_for_return_shipment This property is required. Sequence[str]
List of supported carriers for return shipment.
communicationInstruction This property is required. String
Data center communication instruction
dataCenterAzureLocation This property is required. String
Azure Location where the Data Center serves primarily.
supportedCarriersForReturnShipment This property is required. List<String>
List of supported carriers for return shipment.

DatacenterAddressLocationResponseResponse

AdditionalShippingInformation This property is required. string
Special instruction for shipping
AddressType This property is required. string
Address type
City This property is required. string
City name
Company This property is required. string
Company name
ContactPersonName This property is required. string
Contact person name
Country This property is required. string
name of the country
DataCenterAzureLocation This property is required. string
Azure Location where the Data Center serves primarily.
Phone This property is required. string
Phone number
PhoneExtension This property is required. string
Phone extension
State This property is required. string
name of the state
Street1 This property is required. string
Street address line 1
Street2 This property is required. string
Street address line 2
Street3 This property is required. string
Street address line 3
SupportedCarriersForReturnShipment This property is required. List<string>
List of supported carriers for return shipment.
Zip This property is required. string
Zip code
AdditionalShippingInformation This property is required. string
Special instruction for shipping
AddressType This property is required. string
Address type
City This property is required. string
City name
Company This property is required. string
Company name
ContactPersonName This property is required. string
Contact person name
Country This property is required. string
name of the country
DataCenterAzureLocation This property is required. string
Azure Location where the Data Center serves primarily.
Phone This property is required. string
Phone number
PhoneExtension This property is required. string
Phone extension
State This property is required. string
name of the state
Street1 This property is required. string
Street address line 1
Street2 This property is required. string
Street address line 2
Street3 This property is required. string
Street address line 3
SupportedCarriersForReturnShipment This property is required. []string
List of supported carriers for return shipment.
Zip This property is required. string
Zip code
additionalShippingInformation This property is required. String
Special instruction for shipping
addressType This property is required. String
Address type
city This property is required. String
City name
company This property is required. String
Company name
contactPersonName This property is required. String
Contact person name
country This property is required. String
name of the country
dataCenterAzureLocation This property is required. String
Azure Location where the Data Center serves primarily.
phone This property is required. String
Phone number
phoneExtension This property is required. String
Phone extension
state This property is required. String
name of the state
street1 This property is required. String
Street address line 1
street2 This property is required. String
Street address line 2
street3 This property is required. String
Street address line 3
supportedCarriersForReturnShipment This property is required. List<String>
List of supported carriers for return shipment.
zip This property is required. String
Zip code
additionalShippingInformation This property is required. string
Special instruction for shipping
addressType This property is required. string
Address type
city This property is required. string
City name
company This property is required. string
Company name
contactPersonName This property is required. string
Contact person name
country This property is required. string
name of the country
dataCenterAzureLocation This property is required. string
Azure Location where the Data Center serves primarily.
phone This property is required. string
Phone number
phoneExtension This property is required. string
Phone extension
state This property is required. string
name of the state
street1 This property is required. string
Street address line 1
street2 This property is required. string
Street address line 2
street3 This property is required. string
Street address line 3
supportedCarriersForReturnShipment This property is required. string[]
List of supported carriers for return shipment.
zip This property is required. string
Zip code
additional_shipping_information This property is required. str
Special instruction for shipping
address_type This property is required. str
Address type
city This property is required. str
City name
company This property is required. str
Company name
contact_person_name This property is required. str
Contact person name
country This property is required. str
name of the country
data_center_azure_location This property is required. str
Azure Location where the Data Center serves primarily.
phone This property is required. str
Phone number
phone_extension This property is required. str
Phone extension
state This property is required. str
name of the state
street1 This property is required. str
Street address line 1
street2 This property is required. str
Street address line 2
street3 This property is required. str
Street address line 3
supported_carriers_for_return_shipment This property is required. Sequence[str]
List of supported carriers for return shipment.
zip This property is required. str
Zip code
additionalShippingInformation This property is required. String
Special instruction for shipping
addressType This property is required. String
Address type
city This property is required. String
City name
company This property is required. String
Company name
contactPersonName This property is required. String
Contact person name
country This property is required. String
name of the country
dataCenterAzureLocation This property is required. String
Azure Location where the Data Center serves primarily.
phone This property is required. String
Phone number
phoneExtension This property is required. String
Phone extension
state This property is required. String
name of the state
street1 This property is required. String
Street address line 1
street2 This property is required. String
Street address line 2
street3 This property is required. String
Street address line 3
supportedCarriersForReturnShipment This property is required. List<String>
List of supported carriers for return shipment.
zip This property is required. String
Zip code

DeviceErasureDetailsResponse

DeviceErasureStatus This property is required. string
Holds the device erasure completion status
ErasureOrDestructionCertificateSasKey This property is required. string
Shared access key to download cleanup or destruction certificate for device
DeviceErasureStatus This property is required. string
Holds the device erasure completion status
ErasureOrDestructionCertificateSasKey This property is required. string
Shared access key to download cleanup or destruction certificate for device
deviceErasureStatus This property is required. String
Holds the device erasure completion status
erasureOrDestructionCertificateSasKey This property is required. String
Shared access key to download cleanup or destruction certificate for device
deviceErasureStatus This property is required. string
Holds the device erasure completion status
erasureOrDestructionCertificateSasKey This property is required. string
Shared access key to download cleanup or destruction certificate for device
device_erasure_status This property is required. str
Holds the device erasure completion status
erasure_or_destruction_certificate_sas_key This property is required. str
Shared access key to download cleanup or destruction certificate for device
deviceErasureStatus This property is required. String
Holds the device erasure completion status
erasureOrDestructionCertificateSasKey This property is required. String
Shared access key to download cleanup or destruction certificate for device

EncryptionPreferencesResponse

DoubleEncryption string
Defines secondary layer of software-based encryption enablement.
HardwareEncryption string
Defines Hardware level encryption (Only for disk)
DoubleEncryption string
Defines secondary layer of software-based encryption enablement.
HardwareEncryption string
Defines Hardware level encryption (Only for disk)
doubleEncryption String
Defines secondary layer of software-based encryption enablement.
hardwareEncryption String
Defines Hardware level encryption (Only for disk)
doubleEncryption string
Defines secondary layer of software-based encryption enablement.
hardwareEncryption string
Defines Hardware level encryption (Only for disk)
double_encryption str
Defines secondary layer of software-based encryption enablement.
hardware_encryption str
Defines Hardware level encryption (Only for disk)
doubleEncryption String
Defines secondary layer of software-based encryption enablement.
hardwareEncryption String
Defines Hardware level encryption (Only for disk)

ExportDiskDetailsResponse

BackupManifestCloudPath This property is required. string
Path to backed up manifest, only returned if enableManifestBackup is true.
ManifestFile This property is required. string
The relative path of the manifest file on the disk.
ManifestHash This property is required. string
The Base16-encoded MD5 hash of the manifest file on the disk.
BackupManifestCloudPath This property is required. string
Path to backed up manifest, only returned if enableManifestBackup is true.
ManifestFile This property is required. string
The relative path of the manifest file on the disk.
ManifestHash This property is required. string
The Base16-encoded MD5 hash of the manifest file on the disk.
backupManifestCloudPath This property is required. String
Path to backed up manifest, only returned if enableManifestBackup is true.
manifestFile This property is required. String
The relative path of the manifest file on the disk.
manifestHash This property is required. String
The Base16-encoded MD5 hash of the manifest file on the disk.
backupManifestCloudPath This property is required. string
Path to backed up manifest, only returned if enableManifestBackup is true.
manifestFile This property is required. string
The relative path of the manifest file on the disk.
manifestHash This property is required. string
The Base16-encoded MD5 hash of the manifest file on the disk.
backup_manifest_cloud_path This property is required. str
Path to backed up manifest, only returned if enableManifestBackup is true.
manifest_file This property is required. str
The relative path of the manifest file on the disk.
manifest_hash This property is required. str
The Base16-encoded MD5 hash of the manifest file on the disk.
backupManifestCloudPath This property is required. String
Path to backed up manifest, only returned if enableManifestBackup is true.
manifestFile This property is required. String
The relative path of the manifest file on the disk.
manifestHash This property is required. String
The Base16-encoded MD5 hash of the manifest file on the disk.

FilterFileDetailsResponse

FilterFilePath This property is required. string
Path of the file that contains the details of all items to transfer.
FilterFileType This property is required. string
Type of the filter file.
FilterFilePath This property is required. string
Path of the file that contains the details of all items to transfer.
FilterFileType This property is required. string
Type of the filter file.
filterFilePath This property is required. String
Path of the file that contains the details of all items to transfer.
filterFileType This property is required. String
Type of the filter file.
filterFilePath This property is required. string
Path of the file that contains the details of all items to transfer.
filterFileType This property is required. string
Type of the filter file.
filter_file_path This property is required. str
Path of the file that contains the details of all items to transfer.
filter_file_type This property is required. str
Type of the filter file.
filterFilePath This property is required. String
Path of the file that contains the details of all items to transfer.
filterFileType This property is required. String
Type of the filter file.

IdentityPropertiesResponse

Type string
Managed service identity type.
UserAssigned Pulumi.AzureNative.DataBox.Inputs.UserAssignedPropertiesResponse
User assigned identity properties.
Type string
Managed service identity type.
UserAssigned UserAssignedPropertiesResponse
User assigned identity properties.
type String
Managed service identity type.
userAssigned UserAssignedPropertiesResponse
User assigned identity properties.
type string
Managed service identity type.
userAssigned UserAssignedPropertiesResponse
User assigned identity properties.
type str
Managed service identity type.
user_assigned UserAssignedPropertiesResponse
User assigned identity properties.
type String
Managed service identity type.
userAssigned Property Map
User assigned identity properties.

ImportDiskDetailsResponse

BackupManifestCloudPath This property is required. string
Path to backed up manifest, only returned if enableManifestBackup is true.
BitLockerKey This property is required. string
BitLocker key used to encrypt the disk.
ManifestFile This property is required. string
The relative path of the manifest file on the disk.
ManifestHash This property is required. string
The Base16-encoded MD5 hash of the manifest file on the disk.
BackupManifestCloudPath This property is required. string
Path to backed up manifest, only returned if enableManifestBackup is true.
BitLockerKey This property is required. string
BitLocker key used to encrypt the disk.
ManifestFile This property is required. string
The relative path of the manifest file on the disk.
ManifestHash This property is required. string
The Base16-encoded MD5 hash of the manifest file on the disk.
backupManifestCloudPath This property is required. String
Path to backed up manifest, only returned if enableManifestBackup is true.
bitLockerKey This property is required. String
BitLocker key used to encrypt the disk.
manifestFile This property is required. String
The relative path of the manifest file on the disk.
manifestHash This property is required. String
The Base16-encoded MD5 hash of the manifest file on the disk.
backupManifestCloudPath This property is required. string
Path to backed up manifest, only returned if enableManifestBackup is true.
bitLockerKey This property is required. string
BitLocker key used to encrypt the disk.
manifestFile This property is required. string
The relative path of the manifest file on the disk.
manifestHash This property is required. string
The Base16-encoded MD5 hash of the manifest file on the disk.
backup_manifest_cloud_path This property is required. str
Path to backed up manifest, only returned if enableManifestBackup is true.
bit_locker_key This property is required. str
BitLocker key used to encrypt the disk.
manifest_file This property is required. str
The relative path of the manifest file on the disk.
manifest_hash This property is required. str
The Base16-encoded MD5 hash of the manifest file on the disk.
backupManifestCloudPath This property is required. String
Path to backed up manifest, only returned if enableManifestBackup is true.
bitLockerKey This property is required. String
BitLocker key used to encrypt the disk.
manifestFile This property is required. String
The relative path of the manifest file on the disk.
manifestHash This property is required. String
The Base16-encoded MD5 hash of the manifest file on the disk.

JobDeliveryInfoResponse

ScheduledDateTime string
Scheduled date time.
ScheduledDateTime string
Scheduled date time.
scheduledDateTime String
Scheduled date time.
scheduledDateTime string
Scheduled date time.
scheduled_date_time str
Scheduled date time.
scheduledDateTime String
Scheduled date time.

JobStagesResponse

DisplayName This property is required. string
Display name of the job stage.
JobStageDetails This property is required. object
Job Stage Details
StageName This property is required. string
Name of the job stage.
StageStatus This property is required. string
Status of the job stage.
StageTime This property is required. string
Time for the job stage in UTC ISO 8601 format.
DisplayName This property is required. string
Display name of the job stage.
JobStageDetails This property is required. interface{}
Job Stage Details
StageName This property is required. string
Name of the job stage.
StageStatus This property is required. string
Status of the job stage.
StageTime This property is required. string
Time for the job stage in UTC ISO 8601 format.
displayName This property is required. String
Display name of the job stage.
jobStageDetails This property is required. Object
Job Stage Details
stageName This property is required. String
Name of the job stage.
stageStatus This property is required. String
Status of the job stage.
stageTime This property is required. String
Time for the job stage in UTC ISO 8601 format.
displayName This property is required. string
Display name of the job stage.
jobStageDetails This property is required. any
Job Stage Details
stageName This property is required. string
Name of the job stage.
stageStatus This property is required. string
Status of the job stage.
stageTime This property is required. string
Time for the job stage in UTC ISO 8601 format.
display_name This property is required. str
Display name of the job stage.
job_stage_details This property is required. Any
Job Stage Details
stage_name This property is required. str
Name of the job stage.
stage_status This property is required. str
Status of the job stage.
stage_time This property is required. str
Time for the job stage in UTC ISO 8601 format.
displayName This property is required. String
Display name of the job stage.
jobStageDetails This property is required. Any
Job Stage Details
stageName This property is required. String
Name of the job stage.
stageStatus This property is required. String
Status of the job stage.
stageTime This property is required. String
Time for the job stage in UTC ISO 8601 format.

KeyEncryptionKeyResponse

KekType This property is required. string
Type of encryption key used for key encryption.
IdentityProperties Pulumi.AzureNative.DataBox.Inputs.IdentityPropertiesResponse
Managed identity properties used for key encryption.
KekUrl string
Key encryption key. It is required in case of Customer managed KekType.
KekVaultResourceID string
Kek vault resource id. It is required in case of Customer managed KekType.
KekType This property is required. string
Type of encryption key used for key encryption.
IdentityProperties IdentityPropertiesResponse
Managed identity properties used for key encryption.
KekUrl string
Key encryption key. It is required in case of Customer managed KekType.
KekVaultResourceID string
Kek vault resource id. It is required in case of Customer managed KekType.
kekType This property is required. String
Type of encryption key used for key encryption.
identityProperties IdentityPropertiesResponse
Managed identity properties used for key encryption.
kekUrl String
Key encryption key. It is required in case of Customer managed KekType.
kekVaultResourceID String
Kek vault resource id. It is required in case of Customer managed KekType.
kekType This property is required. string
Type of encryption key used for key encryption.
identityProperties IdentityPropertiesResponse
Managed identity properties used for key encryption.
kekUrl string
Key encryption key. It is required in case of Customer managed KekType.
kekVaultResourceID string
Kek vault resource id. It is required in case of Customer managed KekType.
kek_type This property is required. str
Type of encryption key used for key encryption.
identity_properties IdentityPropertiesResponse
Managed identity properties used for key encryption.
kek_url str
Key encryption key. It is required in case of Customer managed KekType.
kek_vault_resource_id str
Kek vault resource id. It is required in case of Customer managed KekType.
kekType This property is required. String
Type of encryption key used for key encryption.
identityProperties Property Map
Managed identity properties used for key encryption.
kekUrl String
Key encryption key. It is required in case of Customer managed KekType.
kekVaultResourceID String
Kek vault resource id. It is required in case of Customer managed KekType.

LastMitigationActionOnJobResponse

ActionDateTimeInUtc string
Action performed date time
CustomerResolution string
Resolution code provided by customer
IsPerformedByCustomer bool
Action performed by customer, possibility is that mitigation might happen by customer or service or by ops
ActionDateTimeInUtc string
Action performed date time
CustomerResolution string
Resolution code provided by customer
IsPerformedByCustomer bool
Action performed by customer, possibility is that mitigation might happen by customer or service or by ops
actionDateTimeInUtc String
Action performed date time
customerResolution String
Resolution code provided by customer
isPerformedByCustomer Boolean
Action performed by customer, possibility is that mitigation might happen by customer or service or by ops
actionDateTimeInUtc string
Action performed date time
customerResolution string
Resolution code provided by customer
isPerformedByCustomer boolean
Action performed by customer, possibility is that mitigation might happen by customer or service or by ops
action_date_time_in_utc str
Action performed date time
customer_resolution str
Resolution code provided by customer
is_performed_by_customer bool
Action performed by customer, possibility is that mitigation might happen by customer or service or by ops
actionDateTimeInUtc String
Action performed date time
customerResolution String
Resolution code provided by customer
isPerformedByCustomer Boolean
Action performed by customer, possibility is that mitigation might happen by customer or service or by ops

ManagedDiskDetailsResponse

ResourceGroupId This property is required. string
Resource Group Id of the compute disks.
StagingStorageAccountId This property is required. string
Resource Id of the storage account that can be used to copy the vhd for staging.
ResourceGroupId This property is required. string
Resource Group Id of the compute disks.
StagingStorageAccountId This property is required. string
Resource Id of the storage account that can be used to copy the vhd for staging.
resourceGroupId This property is required. String
Resource Group Id of the compute disks.
stagingStorageAccountId This property is required. String
Resource Id of the storage account that can be used to copy the vhd for staging.
resourceGroupId This property is required. string
Resource Group Id of the compute disks.
stagingStorageAccountId This property is required. string
Resource Id of the storage account that can be used to copy the vhd for staging.
resource_group_id This property is required. str
Resource Group Id of the compute disks.
staging_storage_account_id This property is required. str
Resource Id of the storage account that can be used to copy the vhd for staging.
resourceGroupId This property is required. String
Resource Group Id of the compute disks.
stagingStorageAccountId This property is required. String
Resource Id of the storage account that can be used to copy the vhd for staging.

NotificationPreferenceResponse

SendNotification This property is required. bool
Notification is required or not.
StageName This property is required. string
Name of the stage.
SendNotification This property is required. bool
Notification is required or not.
StageName This property is required. string
Name of the stage.
sendNotification This property is required. Boolean
Notification is required or not.
stageName This property is required. String
Name of the stage.
sendNotification This property is required. boolean
Notification is required or not.
stageName This property is required. string
Name of the stage.
send_notification This property is required. bool
Notification is required or not.
stage_name This property is required. str
Name of the stage.
sendNotification This property is required. Boolean
Notification is required or not.
stageName This property is required. String
Name of the stage.

PackageCarrierDetailsResponse

CarrierAccountNumber string
Carrier Account Number of customer for customer disk.
CarrierName string
Name of the carrier.
TrackingId string
Tracking Id of shipment.
CarrierAccountNumber string
Carrier Account Number of customer for customer disk.
CarrierName string
Name of the carrier.
TrackingId string
Tracking Id of shipment.
carrierAccountNumber String
Carrier Account Number of customer for customer disk.
carrierName String
Name of the carrier.
trackingId String
Tracking Id of shipment.
carrierAccountNumber string
Carrier Account Number of customer for customer disk.
carrierName string
Name of the carrier.
trackingId string
Tracking Id of shipment.
carrier_account_number str
Carrier Account Number of customer for customer disk.
carrier_name str
Name of the carrier.
tracking_id str
Tracking Id of shipment.
carrierAccountNumber String
Carrier Account Number of customer for customer disk.
carrierName String
Name of the carrier.
trackingId String
Tracking Id of shipment.

PackageCarrierInfoResponse

CarrierName string
Name of the carrier.
TrackingId string
Tracking Id of shipment.
CarrierName string
Name of the carrier.
TrackingId string
Tracking Id of shipment.
carrierName String
Name of the carrier.
trackingId String
Tracking Id of shipment.
carrierName string
Name of the carrier.
trackingId string
Tracking Id of shipment.
carrier_name str
Name of the carrier.
tracking_id str
Tracking Id of shipment.
carrierName String
Name of the carrier.
trackingId String
Tracking Id of shipment.

PackageShippingDetailsResponse

CarrierName This property is required. string
Name of the carrier.
TrackingId This property is required. string
Tracking Id of shipment.
TrackingUrl This property is required. string
Url where shipment can be tracked.
CarrierName This property is required. string
Name of the carrier.
TrackingId This property is required. string
Tracking Id of shipment.
TrackingUrl This property is required. string
Url where shipment can be tracked.
carrierName This property is required. String
Name of the carrier.
trackingId This property is required. String
Tracking Id of shipment.
trackingUrl This property is required. String
Url where shipment can be tracked.
carrierName This property is required. string
Name of the carrier.
trackingId This property is required. string
Tracking Id of shipment.
trackingUrl This property is required. string
Url where shipment can be tracked.
carrier_name This property is required. str
Name of the carrier.
tracking_id This property is required. str
Tracking Id of shipment.
tracking_url This property is required. str
Url where shipment can be tracked.
carrierName This property is required. String
Name of the carrier.
trackingId This property is required. String
Tracking Id of shipment.
trackingUrl This property is required. String
Url where shipment can be tracked.

PreferencesResponse

EncryptionPreferences Pulumi.AzureNative.DataBox.Inputs.EncryptionPreferencesResponse
Preferences related to the Encryption.
PreferredDataCenterRegion List<string>
Preferred data center region.
ReverseTransportPreferences Pulumi.AzureNative.DataBox.Inputs.TransportPreferencesResponse
Optional Preferences related to the reverse shipment logistics of the sku.
StorageAccountAccessTierPreferences List<string>
Preferences related to the Access Tier of storage accounts.
TransportPreferences Pulumi.AzureNative.DataBox.Inputs.TransportPreferencesResponse
Preferences related to the shipment logistics of the sku.
EncryptionPreferences EncryptionPreferencesResponse
Preferences related to the Encryption.
PreferredDataCenterRegion []string
Preferred data center region.
ReverseTransportPreferences TransportPreferencesResponse
Optional Preferences related to the reverse shipment logistics of the sku.
StorageAccountAccessTierPreferences []string
Preferences related to the Access Tier of storage accounts.
TransportPreferences TransportPreferencesResponse
Preferences related to the shipment logistics of the sku.
encryptionPreferences EncryptionPreferencesResponse
Preferences related to the Encryption.
preferredDataCenterRegion List<String>
Preferred data center region.
reverseTransportPreferences TransportPreferencesResponse
Optional Preferences related to the reverse shipment logistics of the sku.
storageAccountAccessTierPreferences List<String>
Preferences related to the Access Tier of storage accounts.
transportPreferences TransportPreferencesResponse
Preferences related to the shipment logistics of the sku.
encryptionPreferences EncryptionPreferencesResponse
Preferences related to the Encryption.
preferredDataCenterRegion string[]
Preferred data center region.
reverseTransportPreferences TransportPreferencesResponse
Optional Preferences related to the reverse shipment logistics of the sku.
storageAccountAccessTierPreferences string[]
Preferences related to the Access Tier of storage accounts.
transportPreferences TransportPreferencesResponse
Preferences related to the shipment logistics of the sku.
encryption_preferences EncryptionPreferencesResponse
Preferences related to the Encryption.
preferred_data_center_region Sequence[str]
Preferred data center region.
reverse_transport_preferences TransportPreferencesResponse
Optional Preferences related to the reverse shipment logistics of the sku.
storage_account_access_tier_preferences Sequence[str]
Preferences related to the Access Tier of storage accounts.
transport_preferences TransportPreferencesResponse
Preferences related to the shipment logistics of the sku.
encryptionPreferences Property Map
Preferences related to the Encryption.
preferredDataCenterRegion List<String>
Preferred data center region.
reverseTransportPreferences Property Map
Optional Preferences related to the reverse shipment logistics of the sku.
storageAccountAccessTierPreferences List<String>
Preferences related to the Access Tier of storage accounts.
transportPreferences Property Map
Preferences related to the shipment logistics of the sku.

ResourceIdentityResponse

PrincipalId This property is required. string
Service Principal Id backing the Msi
TenantId This property is required. string
Home Tenant Id
Type string
Identity type
UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.DataBox.Inputs.UserAssignedIdentityResponse>
User Assigned Identities
PrincipalId This property is required. string
Service Principal Id backing the Msi
TenantId This property is required. string
Home Tenant Id
Type string
Identity type
UserAssignedIdentities map[string]UserAssignedIdentityResponse
User Assigned Identities
principalId This property is required. String
Service Principal Id backing the Msi
tenantId This property is required. String
Home Tenant Id
type String
Identity type
userAssignedIdentities Map<String,UserAssignedIdentityResponse>
User Assigned Identities
principalId This property is required. string
Service Principal Id backing the Msi
tenantId This property is required. string
Home Tenant Id
type string
Identity type
userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
User Assigned Identities
principal_id This property is required. str
Service Principal Id backing the Msi
tenant_id This property is required. str
Home Tenant Id
type str
Identity type
user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
User Assigned Identities
principalId This property is required. String
Service Principal Id backing the Msi
tenantId This property is required. String
Home Tenant Id
type String
Identity type
userAssignedIdentities Map<Property Map>
User Assigned Identities

ReverseShippingDetailsResponse

IsUpdated This property is required. bool
A flag to indicate whether Reverse Shipping details are updated or not after device has been prepared. Read only field
ContactDetails Pulumi.AzureNative.DataBox.Inputs.ContactInfoResponse
Contact Info.
ShippingAddress Pulumi.AzureNative.DataBox.Inputs.ShippingAddressResponse
Shipping address where customer wishes to receive the device.
IsUpdated This property is required. bool
A flag to indicate whether Reverse Shipping details are updated or not after device has been prepared. Read only field
ContactDetails ContactInfoResponse
Contact Info.
ShippingAddress ShippingAddressResponse
Shipping address where customer wishes to receive the device.
isUpdated This property is required. Boolean
A flag to indicate whether Reverse Shipping details are updated or not after device has been prepared. Read only field
contactDetails ContactInfoResponse
Contact Info.
shippingAddress ShippingAddressResponse
Shipping address where customer wishes to receive the device.
isUpdated This property is required. boolean
A flag to indicate whether Reverse Shipping details are updated or not after device has been prepared. Read only field
contactDetails ContactInfoResponse
Contact Info.
shippingAddress ShippingAddressResponse
Shipping address where customer wishes to receive the device.
is_updated This property is required. bool
A flag to indicate whether Reverse Shipping details are updated or not after device has been prepared. Read only field
contact_details ContactInfoResponse
Contact Info.
shipping_address ShippingAddressResponse
Shipping address where customer wishes to receive the device.
isUpdated This property is required. Boolean
A flag to indicate whether Reverse Shipping details are updated or not after device has been prepared. Read only field
contactDetails Property Map
Contact Info.
shippingAddress Property Map
Shipping address where customer wishes to receive the device.

ShippingAddressResponse

Country This property is required. string
Name of the Country.
StreetAddress1 This property is required. string
Street Address line 1.
AddressType string
Type of address.
City string
Name of the City.
CompanyName string
Name of the company.
PostalCode string
Postal code.
SkipAddressValidation bool
Flag to indicate if customer has chosen to skip default address validation
StateOrProvince string
Name of the State or Province.
StreetAddress2 string
Street Address line 2.
StreetAddress3 string
Street Address line 3.
TaxIdentificationNumber string
Tax Identification Number
ZipExtendedCode string
Extended Zip Code.
Country This property is required. string
Name of the Country.
StreetAddress1 This property is required. string
Street Address line 1.
AddressType string
Type of address.
City string
Name of the City.
CompanyName string
Name of the company.
PostalCode string
Postal code.
SkipAddressValidation bool
Flag to indicate if customer has chosen to skip default address validation
StateOrProvince string
Name of the State or Province.
StreetAddress2 string
Street Address line 2.
StreetAddress3 string
Street Address line 3.
TaxIdentificationNumber string
Tax Identification Number
ZipExtendedCode string
Extended Zip Code.
country This property is required. String
Name of the Country.
streetAddress1 This property is required. String
Street Address line 1.
addressType String
Type of address.
city String
Name of the City.
companyName String
Name of the company.
postalCode String
Postal code.
skipAddressValidation Boolean
Flag to indicate if customer has chosen to skip default address validation
stateOrProvince String
Name of the State or Province.
streetAddress2 String
Street Address line 2.
streetAddress3 String
Street Address line 3.
taxIdentificationNumber String
Tax Identification Number
zipExtendedCode String
Extended Zip Code.
country This property is required. string
Name of the Country.
streetAddress1 This property is required. string
Street Address line 1.
addressType string
Type of address.
city string
Name of the City.
companyName string
Name of the company.
postalCode string
Postal code.
skipAddressValidation boolean
Flag to indicate if customer has chosen to skip default address validation
stateOrProvince string
Name of the State or Province.
streetAddress2 string
Street Address line 2.
streetAddress3 string
Street Address line 3.
taxIdentificationNumber string
Tax Identification Number
zipExtendedCode string
Extended Zip Code.
country This property is required. str
Name of the Country.
street_address1 This property is required. str
Street Address line 1.
address_type str
Type of address.
city str
Name of the City.
company_name str
Name of the company.
postal_code str
Postal code.
skip_address_validation bool
Flag to indicate if customer has chosen to skip default address validation
state_or_province str
Name of the State or Province.
street_address2 str
Street Address line 2.
street_address3 str
Street Address line 3.
tax_identification_number str
Tax Identification Number
zip_extended_code str
Extended Zip Code.
country This property is required. String
Name of the Country.
streetAddress1 This property is required. String
Street Address line 1.
addressType String
Type of address.
city String
Name of the City.
companyName String
Name of the company.
postalCode String
Postal code.
skipAddressValidation Boolean
Flag to indicate if customer has chosen to skip default address validation
stateOrProvince String
Name of the State or Province.
streetAddress2 String
Street Address line 2.
streetAddress3 String
Street Address line 3.
taxIdentificationNumber String
Tax Identification Number
zipExtendedCode String
Extended Zip Code.

SkuResponse

Name This property is required. string
The sku name.
DisplayName string
The display name of the sku.
Family string
The sku family.
Name This property is required. string
The sku name.
DisplayName string
The display name of the sku.
Family string
The sku family.
name This property is required. String
The sku name.
displayName String
The display name of the sku.
family String
The sku family.
name This property is required. string
The sku name.
displayName string
The display name of the sku.
family string
The sku family.
name This property is required. str
The sku name.
display_name str
The display name of the sku.
family str
The sku family.
name This property is required. String
The sku name.
displayName String
The display name of the sku.
family String
The sku family.

StorageAccountDetailsResponse

StorageAccountId This property is required. string
Storage Account Resource Id.
StorageAccountId This property is required. string
Storage Account Resource Id.
storageAccountId This property is required. String
Storage Account Resource Id.
storageAccountId This property is required. string
Storage Account Resource Id.
storage_account_id This property is required. str
Storage Account Resource Id.
storageAccountId This property is required. String
Storage Account Resource Id.

SystemDataResponse

CreatedAt This property is required. string
The timestamp of resource creation (UTC)
CreatedBy This property is required. string
A string identifier for the identity that created the resource
CreatedByType This property is required. string
The type of identity that created the resource: user, application, managedIdentity
LastModifiedAt This property is required. string
The timestamp of resource last modification (UTC)
LastModifiedBy This property is required. string
A string identifier for the identity that last modified the resource
LastModifiedByType This property is required. string
The type of identity that last modified the resource: user, application, managedIdentity
CreatedAt This property is required. string
The timestamp of resource creation (UTC)
CreatedBy This property is required. string
A string identifier for the identity that created the resource
CreatedByType This property is required. string
The type of identity that created the resource: user, application, managedIdentity
LastModifiedAt This property is required. string
The timestamp of resource last modification (UTC)
LastModifiedBy This property is required. string
A string identifier for the identity that last modified the resource
LastModifiedByType This property is required. string
The type of identity that last modified the resource: user, application, managedIdentity
createdAt This property is required. String
The timestamp of resource creation (UTC)
createdBy This property is required. String
A string identifier for the identity that created the resource
createdByType This property is required. String
The type of identity that created the resource: user, application, managedIdentity
lastModifiedAt This property is required. String
The timestamp of resource last modification (UTC)
lastModifiedBy This property is required. String
A string identifier for the identity that last modified the resource
lastModifiedByType This property is required. String
The type of identity that last modified the resource: user, application, managedIdentity
createdAt This property is required. string
The timestamp of resource creation (UTC)
createdBy This property is required. string
A string identifier for the identity that created the resource
createdByType This property is required. string
The type of identity that created the resource: user, application, managedIdentity
lastModifiedAt This property is required. string
The timestamp of resource last modification (UTC)
lastModifiedBy This property is required. string
A string identifier for the identity that last modified the resource
lastModifiedByType This property is required. string
The type of identity that last modified the resource: user, application, managedIdentity
created_at This property is required. str
The timestamp of resource creation (UTC)
created_by This property is required. str
A string identifier for the identity that created the resource
created_by_type This property is required. str
The type of identity that created the resource: user, application, managedIdentity
last_modified_at This property is required. str
The timestamp of resource last modification (UTC)
last_modified_by This property is required. str
A string identifier for the identity that last modified the resource
last_modified_by_type This property is required. str
The type of identity that last modified the resource: user, application, managedIdentity
createdAt This property is required. String
The timestamp of resource creation (UTC)
createdBy This property is required. String
A string identifier for the identity that created the resource
createdByType This property is required. String
The type of identity that created the resource: user, application, managedIdentity
lastModifiedAt This property is required. String
The timestamp of resource last modification (UTC)
lastModifiedBy This property is required. String
A string identifier for the identity that last modified the resource
lastModifiedByType This property is required. String
The type of identity that last modified the resource: user, application, managedIdentity

TransferAllDetailsResponse

DataAccountType This property is required. string
Type of the account of data
TransferAllBlobs bool
To indicate if all Azure blobs have to be transferred
TransferAllFiles bool
To indicate if all Azure Files have to be transferred
DataAccountType This property is required. string
Type of the account of data
TransferAllBlobs bool
To indicate if all Azure blobs have to be transferred
TransferAllFiles bool
To indicate if all Azure Files have to be transferred
dataAccountType This property is required. String
Type of the account of data
transferAllBlobs Boolean
To indicate if all Azure blobs have to be transferred
transferAllFiles Boolean
To indicate if all Azure Files have to be transferred
dataAccountType This property is required. string
Type of the account of data
transferAllBlobs boolean
To indicate if all Azure blobs have to be transferred
transferAllFiles boolean
To indicate if all Azure Files have to be transferred
data_account_type This property is required. str
Type of the account of data
transfer_all_blobs bool
To indicate if all Azure blobs have to be transferred
transfer_all_files bool
To indicate if all Azure Files have to be transferred
dataAccountType This property is required. String
Type of the account of data
transferAllBlobs Boolean
To indicate if all Azure blobs have to be transferred
transferAllFiles Boolean
To indicate if all Azure Files have to be transferred

TransferConfigurationResponse

TransferConfigurationType This property is required. string
Type of the configuration for transfer.
TransferAllDetails Pulumi.AzureNative.DataBox.Inputs.TransferConfigurationResponseTransferAllDetails
Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll
TransferFilterDetails Pulumi.AzureNative.DataBox.Inputs.TransferConfigurationResponseTransferFilterDetails
Map of filter type and the details to filter. This field is required only if the TransferConfigurationType is given as TransferUsingFilter.
TransferConfigurationType This property is required. string
Type of the configuration for transfer.
TransferAllDetails TransferConfigurationResponseTransferAllDetails
Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll
TransferFilterDetails TransferConfigurationResponseTransferFilterDetails
Map of filter type and the details to filter. This field is required only if the TransferConfigurationType is given as TransferUsingFilter.
transferConfigurationType This property is required. String
Type of the configuration for transfer.
transferAllDetails TransferConfigurationResponseTransferAllDetails
Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll
transferFilterDetails TransferConfigurationResponseTransferFilterDetails
Map of filter type and the details to filter. This field is required only if the TransferConfigurationType is given as TransferUsingFilter.
transferConfigurationType This property is required. string
Type of the configuration for transfer.
transferAllDetails TransferConfigurationResponseTransferAllDetails
Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll
transferFilterDetails TransferConfigurationResponseTransferFilterDetails
Map of filter type and the details to filter. This field is required only if the TransferConfigurationType is given as TransferUsingFilter.
transfer_configuration_type This property is required. str
Type of the configuration for transfer.
transfer_all_details TransferConfigurationResponseTransferAllDetails
Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll
transfer_filter_details TransferConfigurationResponseTransferFilterDetails
Map of filter type and the details to filter. This field is required only if the TransferConfigurationType is given as TransferUsingFilter.
transferConfigurationType This property is required. String
Type of the configuration for transfer.
transferAllDetails Property Map
Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll
transferFilterDetails Property Map
Map of filter type and the details to filter. This field is required only if the TransferConfigurationType is given as TransferUsingFilter.

TransferConfigurationResponseTransferAllDetails

Include TransferAllDetailsResponse
Details to transfer all data.
include TransferAllDetailsResponse
Details to transfer all data.
include TransferAllDetailsResponse
Details to transfer all data.
include TransferAllDetailsResponse
Details to transfer all data.
include Property Map
Details to transfer all data.

TransferConfigurationResponseTransferFilterDetails

Include Pulumi.AzureNative.DataBox.Inputs.TransferFilterDetailsResponse
Details of the filtering the transfer of data.
Include TransferFilterDetailsResponse
Details of the filtering the transfer of data.
include TransferFilterDetailsResponse
Details of the filtering the transfer of data.
include TransferFilterDetailsResponse
Details of the filtering the transfer of data.
include TransferFilterDetailsResponse
Details of the filtering the transfer of data.
include Property Map
Details of the filtering the transfer of data.

TransferFilterDetailsResponse

DataAccountType This property is required. string
Type of the account of data.
AzureFileFilterDetails Pulumi.AzureNative.DataBox.Inputs.AzureFileFilterDetailsResponse
Filter details to transfer Azure files.
BlobFilterDetails Pulumi.AzureNative.DataBox.Inputs.BlobFilterDetailsResponse
Filter details to transfer blobs.
FilterFileDetails List<Pulumi.AzureNative.DataBox.Inputs.FilterFileDetailsResponse>
Details of the filter files to be used for data transfer.
DataAccountType This property is required. string
Type of the account of data.
AzureFileFilterDetails AzureFileFilterDetailsResponse
Filter details to transfer Azure files.
BlobFilterDetails BlobFilterDetailsResponse
Filter details to transfer blobs.
FilterFileDetails []FilterFileDetailsResponse
Details of the filter files to be used for data transfer.
dataAccountType This property is required. String
Type of the account of data.
azureFileFilterDetails AzureFileFilterDetailsResponse
Filter details to transfer Azure files.
blobFilterDetails BlobFilterDetailsResponse
Filter details to transfer blobs.
filterFileDetails List<FilterFileDetailsResponse>
Details of the filter files to be used for data transfer.
dataAccountType This property is required. string
Type of the account of data.
azureFileFilterDetails AzureFileFilterDetailsResponse
Filter details to transfer Azure files.
blobFilterDetails BlobFilterDetailsResponse
Filter details to transfer blobs.
filterFileDetails FilterFileDetailsResponse[]
Details of the filter files to be used for data transfer.
data_account_type This property is required. str
Type of the account of data.
azure_file_filter_details AzureFileFilterDetailsResponse
Filter details to transfer Azure files.
blob_filter_details BlobFilterDetailsResponse
Filter details to transfer blobs.
filter_file_details Sequence[FilterFileDetailsResponse]
Details of the filter files to be used for data transfer.
dataAccountType This property is required. String
Type of the account of data.
azureFileFilterDetails Property Map
Filter details to transfer Azure files.
blobFilterDetails Property Map
Filter details to transfer blobs.
filterFileDetails List<Property Map>
Details of the filter files to be used for data transfer.

TransportPreferencesResponse

IsUpdated This property is required. bool
Read only property which indicates whether transport preferences has been updated or not after device is prepared.
PreferredShipmentType This property is required. string
Indicates Shipment Logistics type that the customer preferred.
IsUpdated This property is required. bool
Read only property which indicates whether transport preferences has been updated or not after device is prepared.
PreferredShipmentType This property is required. string
Indicates Shipment Logistics type that the customer preferred.
isUpdated This property is required. Boolean
Read only property which indicates whether transport preferences has been updated or not after device is prepared.
preferredShipmentType This property is required. String
Indicates Shipment Logistics type that the customer preferred.
isUpdated This property is required. boolean
Read only property which indicates whether transport preferences has been updated or not after device is prepared.
preferredShipmentType This property is required. string
Indicates Shipment Logistics type that the customer preferred.
is_updated This property is required. bool
Read only property which indicates whether transport preferences has been updated or not after device is prepared.
preferred_shipment_type This property is required. str
Indicates Shipment Logistics type that the customer preferred.
isUpdated This property is required. Boolean
Read only property which indicates whether transport preferences has been updated or not after device is prepared.
preferredShipmentType This property is required. String
Indicates Shipment Logistics type that the customer preferred.

UserAssignedIdentityResponse

ClientId This property is required. string
The client id of user assigned identity.
PrincipalId This property is required. string
The principal id of user assigned identity.
ClientId This property is required. string
The client id of user assigned identity.
PrincipalId This property is required. string
The principal id of user assigned identity.
clientId This property is required. String
The client id of user assigned identity.
principalId This property is required. String
The principal id of user assigned identity.
clientId This property is required. string
The client id of user assigned identity.
principalId This property is required. string
The principal id of user assigned identity.
client_id This property is required. str
The client id of user assigned identity.
principal_id This property is required. str
The principal id of user assigned identity.
clientId This property is required. String
The client id of user assigned identity.
principalId This property is required. String
The principal id of user assigned identity.

UserAssignedPropertiesResponse

ResourceId string
Arm resource id for user assigned identity to be used to fetch MSI token.
ResourceId string
Arm resource id for user assigned identity to be used to fetch MSI token.
resourceId String
Arm resource id for user assigned identity to be used to fetch MSI token.
resourceId string
Arm resource id for user assigned identity to be used to fetch MSI token.
resource_id str
Arm resource id for user assigned identity to be used to fetch MSI token.
resourceId String
Arm resource id for user assigned identity to be used to fetch MSI token.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi