Show / Hide Table of Contents

Class RestoreVaultFromObjectStoreDetails

The details of the backup location from which you want to restore the Vault.

Inheritance
object
RestoreVaultFromObjectStoreDetails
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 RestoreVaultFromObjectStoreDetails

Properties

BackupLocation

Declaration
[JsonProperty(PropertyName = "backupLocation")]
public BackupLocation BackupLocation { get; set; }
Property Value
Type Description
BackupLocation
In this article
Back to top