CreateDrsFileDetails¶
-
class
oci.jms.models.
CreateDrsFileDetails
(**kwargs)¶ Bases:
object
Details of the request to create DRS file in a Fleet.
Methods
__init__
(**kwargs)Initializes a new CreateDrsFileDetails object with values from keyword arguments. Attributes
bucket_name
[Required] Gets the bucket_name of this CreateDrsFileDetails. drs_file_name
[Required] Gets the drs_file_name of this CreateDrsFileDetails. namespace
[Required] Gets the namespace of this CreateDrsFileDetails. -
__init__
(**kwargs)¶ Initializes a new CreateDrsFileDetails 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 CreateDrsFileDetails.
- namespace (str) – The value to assign to the namespace property of this CreateDrsFileDetails.
- drs_file_name (str) – The value to assign to the drs_file_name property of this CreateDrsFileDetails.
-
bucket_name
¶ [Required] Gets the bucket_name of this CreateDrsFileDetails. The Object Storage bucket name where the DRS file is located.
Returns: The bucket_name of this CreateDrsFileDetails. Return type: str
-
drs_file_name
¶ [Required] Gets the drs_file_name of this CreateDrsFileDetails. The name of the DRS file in Object Store.
Returns: The drs_file_name of this CreateDrsFileDetails. Return type: str
-
namespace
¶ [Required] Gets the namespace of this CreateDrsFileDetails. The namespace for Object Storage.
Returns: The namespace of this CreateDrsFileDetails. Return type: str
-