Show / Hide Table of Contents

Class VaultReplicaSummary

Summary of vault replicas

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

Properties

CryptoEndpoint

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

The vault replica's crypto endpoint

ManagementEndpoint

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

The vault replica's management endpoint

Region

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

Region to which vault is replicated to

Status

Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public VaultReplicaSummary.StatusEnum? Status { get; set; }
Property Value
Type Description
VaultReplicaSummary.StatusEnum?

Status of the Vault

In this article
Back to top