Class VaultReplicaSummary
Summary of vault replicas
Inherited Members
Namespace: Oci.KeymanagementService.Models
Assembly: OCI.DotNetSDK.Keymanagement.dll
Syntax
public class VaultReplicaSummaryProperties
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 |