TransferConfiguration Class

Configuration for defining the transfer of data.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.databox._serialization.Model
TransferConfiguration

Constructor

TransferConfiguration(*, transfer_configuration_type: str | _models.TransferConfigurationType, transfer_filter_details: _models.TransferConfigurationTransferFilterDetails | None = None, transfer_all_details: _models.TransferConfigurationTransferAllDetails | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
transfer_configuration_type

Type of the configuration for transfer. Required. Known values are: "TransferAll" and "TransferUsingFilter".

transfer_filter_details

Map of filter type and the details to filter. This field is required only if the TransferConfigurationType is given as TransferUsingFilter.

transfer_all_details

Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll.

Variables

Name Description
transfer_configuration_type

Type of the configuration for transfer. Required. Known values are: "TransferAll" and "TransferUsingFilter".

transfer_filter_details

Map of filter type and the details to filter. This field is required only if the TransferConfigurationType is given as TransferUsingFilter.

transfer_all_details

Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll.