CreateApplianceExportJobDetails¶
-
class
oci.dts.models.
CreateApplianceExportJobDetails
(**kwargs)¶ Bases:
object
CreateApplianceExportJobDetails model.
Methods
__init__
(**kwargs)Initializes a new CreateApplianceExportJobDetails object with values from keyword arguments. Attributes
bucket_name
[Required] Gets the bucket_name of this CreateApplianceExportJobDetails. compartment_id
[Required] Gets the compartment_id of this CreateApplianceExportJobDetails. customer_shipping_address
[Required] Gets the customer_shipping_address of this CreateApplianceExportJobDetails. defined_tags
Gets the defined_tags of this CreateApplianceExportJobDetails. display_name
[Required] Gets the display_name of this CreateApplianceExportJobDetails. freeform_tags
Gets the freeform_tags of this CreateApplianceExportJobDetails. prefix
Gets the prefix of this CreateApplianceExportJobDetails. range_end
Gets the range_end of this CreateApplianceExportJobDetails. range_start
Gets the range_start of this CreateApplianceExportJobDetails. -
__init__
(**kwargs)¶ Initializes a new CreateApplianceExportJobDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateApplianceExportJobDetails.
- bucket_name (str) – The value to assign to the bucket_name property of this CreateApplianceExportJobDetails.
- display_name (str) – The value to assign to the display_name property of this CreateApplianceExportJobDetails.
- prefix (str) – The value to assign to the prefix property of this CreateApplianceExportJobDetails.
- range_start (str) – The value to assign to the range_start property of this CreateApplianceExportJobDetails.
- range_end (str) – The value to assign to the range_end property of this CreateApplianceExportJobDetails.
- customer_shipping_address (oci.dts.models.ShippingAddress) – The value to assign to the customer_shipping_address property of this CreateApplianceExportJobDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateApplianceExportJobDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateApplianceExportJobDetails.
-
bucket_name
¶ [Required] Gets the bucket_name of this CreateApplianceExportJobDetails.
Returns: The bucket_name of this CreateApplianceExportJobDetails. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateApplianceExportJobDetails.
Returns: The compartment_id of this CreateApplianceExportJobDetails. Return type: str
-
customer_shipping_address
¶ [Required] Gets the customer_shipping_address of this CreateApplianceExportJobDetails.
Returns: The customer_shipping_address of this CreateApplianceExportJobDetails. Return type: oci.dts.models.ShippingAddress
Gets the defined_tags of this CreateApplianceExportJobDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this CreateApplianceExportJobDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this CreateApplianceExportJobDetails.
Returns: The display_name of this CreateApplianceExportJobDetails. Return type: str
Gets the freeform_tags of this CreateApplianceExportJobDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this CreateApplianceExportJobDetails. Return type: dict(str, str)
-
prefix
¶ Gets the prefix of this CreateApplianceExportJobDetails. List of objects with names matching this prefix would be part of this export job.
Returns: The prefix of this CreateApplianceExportJobDetails. Return type: str
-
range_end
¶ Gets the range_end of this CreateApplianceExportJobDetails. Object names returned by a list query must be strictly less than this parameter.
Returns: The range_end of this CreateApplianceExportJobDetails. Return type: str
-
range_start
¶ Gets the range_start of this CreateApplianceExportJobDetails. Object names returned by a list query must be greater or equal to this parameter.
Returns: The range_start of this CreateApplianceExportJobDetails. Return type: str
-