OkeBackupLocation

class oci.disaster_recovery.models.OkeBackupLocation(**kwargs)

Bases: object

The details for object storage backup location of an OKE Cluster

Methods

__init__(**kwargs) Initializes a new OkeBackupLocation object with values from keyword arguments.

Attributes

bucket [Required] Gets the bucket of this OkeBackupLocation.
namespace [Required] Gets the namespace of this OkeBackupLocation.
object Gets the object of this OkeBackupLocation.
__init__(**kwargs)

Initializes a new OkeBackupLocation 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 OkeBackupLocation.
  • bucket (str) – The value to assign to the bucket property of this OkeBackupLocation.
  • object (str) – The value to assign to the object property of this OkeBackupLocation.
bucket

[Required] Gets the bucket of this OkeBackupLocation. The bucket name inside the object storage namespace.

Example: operation_logs

Returns:The bucket of this OkeBackupLocation.
Return type:str
namespace

[Required] Gets the namespace of this OkeBackupLocation. The namespace in object storage backup location(Note - this is usually the tenancy name).

Example: myocitenancy

Returns:The namespace of this OkeBackupLocation.
Return type:str
object

Gets the object of this OkeBackupLocation. The object name inside the object storage bucket.

Example: switchover_plan_executions

Returns:The object of this OkeBackupLocation.
Return type:str