Class ExascaleDbStorageVaultProperties
The properties of the ExascaleDbStorageVault. next ID: 12
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ExascaleDbStorageVaultProperties : IDirectResponseSchema
Properties
AdditionalFlashCachePercent
Optional. The size of additional flash cache in percentage of high capacity database storage.
Declaration
[JsonProperty("additionalFlashCachePercent")]
public virtual int? AdditionalFlashCachePercent { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
AttachedShapeAttributes
Output only. The shape attributes of the VM clusters attached to the ExascaleDbStorageVault.
Declaration
[JsonProperty("attachedShapeAttributes")]
public virtual IList<string> AttachedShapeAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
AvailableShapeAttributes
Output only. The shape attributes available for the VM clusters to be attached to the ExascaleDbStorageVault.
Declaration
[JsonProperty("availableShapeAttributes")]
public virtual IList<string> AvailableShapeAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Description
Optional. The description of the ExascaleDbStorageVault.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExascaleDbStorageDetails
Required. The storage details of the ExascaleDbStorageVault.
Declaration
[JsonProperty("exascaleDbStorageDetails")]
public virtual ExascaleDbStorageDetails ExascaleDbStorageDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| ExascaleDbStorageDetails |
OciUri
Output only. Deep link to the OCI console to view this resource.
Declaration
[JsonProperty("ociUri")]
public virtual string OciUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Ocid
Output only. The OCID for the ExascaleDbStorageVault.
Declaration
[JsonProperty("ocid")]
public virtual string Ocid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. The state of the ExascaleDbStorageVault.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TimeZone
Output only. The time zone of the ExascaleDbStorageVault.
Declaration
[JsonProperty("timeZone")]
public virtual TimeZone TimeZone { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeZone |
VmClusterCount
Output only. The number of VM clusters associated with the ExascaleDbStorageVault.
Declaration
[JsonProperty("vmClusterCount")]
public virtual int? VmClusterCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
VmClusterIds
Output only. The list of VM cluster OCIDs associated with the ExascaleDbStorageVault.
Declaration
[JsonProperty("vmClusterIds")]
public virtual IList<string> VmClusterIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |