CreateTransferApplianceDetails¶
-
class
oci.dts.models.CreateTransferApplianceDetails(**kwargs)¶ Bases:
objectCreateTransferApplianceDetails model.
Methods
__init__(**kwargs)Initializes a new CreateTransferApplianceDetails object with values from keyword arguments. Attributes
customer_shipping_addressGets the customer_shipping_address of this CreateTransferApplianceDetails. minimum_storage_capacity_in_terabytesGets the minimum_storage_capacity_in_terabytes of this CreateTransferApplianceDetails. -
__init__(**kwargs)¶ Initializes a new CreateTransferApplianceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - customer_shipping_address (oci.dts.models.ShippingAddress) – The value to assign to the customer_shipping_address property of this CreateTransferApplianceDetails.
- minimum_storage_capacity_in_terabytes (int) – The value to assign to the minimum_storage_capacity_in_terabytes property of this CreateTransferApplianceDetails.
-
customer_shipping_address¶ Gets the customer_shipping_address of this CreateTransferApplianceDetails.
Returns: The customer_shipping_address of this CreateTransferApplianceDetails. Return type: oci.dts.models.ShippingAddress
-
minimum_storage_capacity_in_terabytes¶ Gets the minimum_storage_capacity_in_terabytes of this CreateTransferApplianceDetails. Minimum storage capacity of the device, in terabytes. Valid options are 50, 95 and 150.
Returns: The minimum_storage_capacity_in_terabytes of this CreateTransferApplianceDetails. Return type: int
-