CreateOkeBackupLocationDetails

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

Bases: object

The details for creating the backup location of an OKE Cluster.

Methods

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

Attributes

bucket Gets the bucket of this CreateOkeBackupLocationDetails.
namespace Gets the namespace of this CreateOkeBackupLocationDetails.
__init__(**kwargs)

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

Gets the bucket of this CreateOkeBackupLocationDetails. The bucket name inside the object storage namespace.

Example: operation_logs

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

Gets the namespace of this CreateOkeBackupLocationDetails. The namespace in the object storage bucket location (Note - this is usually the tenancy name).

Example: myocitenancy

Returns:The namespace of this CreateOkeBackupLocationDetails.
Return type:str