RoverBundleRequestSummary¶
-
class
oci.rover.models.
RoverBundleRequestSummary
(**kwargs)¶ Bases:
object
Summary of the RoverBundleRequest
Methods
__init__
(**kwargs)Initializes a new RoverBundleRequestSummary object with values from keyword arguments. Attributes
bundle_version
Gets the bundle_version of this RoverBundleRequestSummary. destination_bucket_name
Gets the destination_bucket_name of this RoverBundleRequestSummary. destination_compartment_id
Gets the destination_compartment_id of this RoverBundleRequestSummary. id
[Required] Gets the id of this RoverBundleRequestSummary. time_task_created
Gets the time_task_created of this RoverBundleRequestSummary. work_request_id
[Required] Gets the work_request_id of this RoverBundleRequestSummary. -
__init__
(**kwargs)¶ Initializes a new RoverBundleRequestSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this RoverBundleRequestSummary.
- destination_compartment_id (str) – The value to assign to the destination_compartment_id property of this RoverBundleRequestSummary.
- destination_bucket_name (str) – The value to assign to the destination_bucket_name property of this RoverBundleRequestSummary.
- bundle_version (str) – The value to assign to the bundle_version property of this RoverBundleRequestSummary.
- work_request_id (str) – The value to assign to the work_request_id property of this RoverBundleRequestSummary.
- time_task_created (datetime) – The value to assign to the time_task_created property of this RoverBundleRequestSummary.
-
bundle_version
¶ Gets the bundle_version of this RoverBundleRequestSummary. The bundle version that customer wants to upgrade to.
Returns: The bundle_version of this RoverBundleRequestSummary. Return type: str
-
destination_bucket_name
¶ Gets the destination_bucket_name of this RoverBundleRequestSummary. The destination bucket name the bundle will be copied to.
Returns: The destination_bucket_name of this RoverBundleRequestSummary. Return type: str
-
destination_compartment_id
¶ Gets the destination_compartment_id of this RoverBundleRequestSummary. The OCID of destination compartment that the bundle will be copied to.
Returns: The destination_compartment_id of this RoverBundleRequestSummary. Return type: str
-
id
¶ [Required] Gets the id of this RoverBundleRequestSummary. The unique identifier of roverBundleRequest.
Returns: The id of this RoverBundleRequestSummary. Return type: str
-
time_task_created
¶ Gets the time_task_created of this RoverBundleRequestSummary. The time of the task was created. An RFC3339 formatted datetime string.
Returns: The time_task_created of this RoverBundleRequestSummary. Return type: datetime
-
work_request_id
¶ [Required] Gets the work_request_id of this RoverBundleRequestSummary. The work request id for an async copyObject operation.
Returns: The work_request_id of this RoverBundleRequestSummary. Return type: str
-