UpdateOkeBackupLocationDetails¶
-
class
oci.disaster_recovery.models.
UpdateOkeBackupLocationDetails
(**kwargs)¶ Bases:
object
The details for updating the backup location of an OKE Cluster.
Methods
__init__
(**kwargs)Initializes a new UpdateOkeBackupLocationDetails object with values from keyword arguments. Attributes
bucket
Gets the bucket of this UpdateOkeBackupLocationDetails. namespace
Gets the namespace of this UpdateOkeBackupLocationDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateOkeBackupLocationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - namespace (str) – The value to assign to the namespace property of this UpdateOkeBackupLocationDetails.
- bucket (str) – The value to assign to the bucket property of this UpdateOkeBackupLocationDetails.
-
bucket
¶ Gets the bucket of this UpdateOkeBackupLocationDetails. The bucket name inside the object storage namespace.
Example: operation_logs
Returns: The bucket of this UpdateOkeBackupLocationDetails. Return type: str
-
namespace
¶ Gets the namespace of this UpdateOkeBackupLocationDetails. The namespace in the object storage backup location (Note - this is usually the tenancy name).
Example: myocitenancy
Returns: The namespace of this UpdateOkeBackupLocationDetails. Return type: str
-