UpdateDrsFileDetails¶
-
class
oci.jms.models.
UpdateDrsFileDetails
(**kwargs)¶ Bases:
object
Details of the request to update DRS file in a Fleet.
Methods
__init__
(**kwargs)Initializes a new UpdateDrsFileDetails object with values from keyword arguments. Attributes
bucket_name
[Required] Gets the bucket_name of this UpdateDrsFileDetails. drs_file_name
[Required] Gets the drs_file_name of this UpdateDrsFileDetails. namespace
[Required] Gets the namespace of this UpdateDrsFileDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateDrsFileDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - bucket_name (str) – The value to assign to the bucket_name property of this UpdateDrsFileDetails.
- namespace (str) – The value to assign to the namespace property of this UpdateDrsFileDetails.
- drs_file_name (str) – The value to assign to the drs_file_name property of this UpdateDrsFileDetails.
-
bucket_name
¶ [Required] Gets the bucket_name of this UpdateDrsFileDetails. The Object Storage bucket name where the DRS file is located.
Returns: The bucket_name of this UpdateDrsFileDetails. Return type: str
-
drs_file_name
¶ [Required] Gets the drs_file_name of this UpdateDrsFileDetails. The name of the DRS file in Object Store.
Returns: The drs_file_name of this UpdateDrsFileDetails. Return type: str
-
namespace
¶ [Required] Gets the namespace of this UpdateDrsFileDetails. The namespace for Object Storage.
Returns: The namespace of this UpdateDrsFileDetails. Return type: str
-