Show / Hide Table of Contents

Class BackupVaultDetails

The details of the Vault that you wish to backup.

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

Properties

BackupLocation

Declaration
[JsonProperty(PropertyName = "backupLocation")]
public BackupLocation BackupLocation { get; set; }
Property Value
Type Description
BackupLocation

IsIncludeKeys

Declaration
[JsonProperty(PropertyName = "isIncludeKeys")]
public bool? IsIncludeKeys { get; set; }
Property Value
Type Description
bool?

A Boolean value that indicates whether the Keys should be included during backing up the Vault.

In this article
Back to top