RequestRoverBundleDetails¶
-
class
oci.rover.models.
RequestRoverBundleDetails
(**kwargs)¶ Bases:
object
Information required by Object Storage to process a request to copy an object to another bucket.
Methods
__init__
(**kwargs)Initializes a new RequestRoverBundleDetails object with values from keyword arguments. Attributes
bundle_version
[Required] Gets the bundle_version of this RequestRoverBundleDetails. destination_bucket_name
[Required] Gets the destination_bucket_name of this RequestRoverBundleDetails. destination_compartment_id
[Required] Gets the destination_compartment_id of this RequestRoverBundleDetails. -
__init__
(**kwargs)¶ Initializes a new RequestRoverBundleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - destination_compartment_id (str) – The value to assign to the destination_compartment_id property of this RequestRoverBundleDetails.
- destination_bucket_name (str) – The value to assign to the destination_bucket_name property of this RequestRoverBundleDetails.
- bundle_version (str) – The value to assign to the bundle_version property of this RequestRoverBundleDetails.
-
bundle_version
¶ [Required] Gets the bundle_version of this RequestRoverBundleDetails. The bundle version that customer wants to upgrade to.
Returns: The bundle_version of this RequestRoverBundleDetails. Return type: str
-
destination_bucket_name
¶ [Required] Gets the destination_bucket_name of this RequestRoverBundleDetails. The destination bucket name the bundle will be copied to.
Returns: The destination_bucket_name of this RequestRoverBundleDetails. Return type: str
-
destination_compartment_id
¶ [Required] Gets the destination_compartment_id of this RequestRoverBundleDetails. The compartment OCID of destination compartment that the bundle will be copied to.
Returns: The destination_compartment_id of this RequestRoverBundleDetails. Return type: str
-