Show / Hide Table of Contents

Class CreateOkeBackupLocationDetails

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

Inheritance
object
CreateOkeBackupLocationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class CreateOkeBackupLocationDetails

Properties

Bucket

Declaration
[JsonProperty(PropertyName = "bucket")]
public string Bucket { get; set; }
Property Value
Type Description
string

The bucket name inside the object storage namespace.
Example: operation_logs

Namespace

Declaration
[JsonProperty(PropertyName = "namespace")]
public string Namespace { get; set; }
Property Value
Type Description
string

The namespace in the object storage bucket location (Note - this is usually the tenancy name).
Example: myocitenancy

In this article
Back to top