public sealed class ExascaleDbStorageVaultProperties : IMessage<ExascaleDbStorageVaultProperties>, IEquatable<ExascaleDbStorageVaultProperties>, IDeepCloneable<ExascaleDbStorageVaultProperties>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ExascaleDbStorageVaultProperties.
The properties of the ExascaleDbStorageVault. next ID: 12
Implements
IMessageExascaleDbStorageVaultProperties, IEquatableExascaleDbStorageVaultProperties, IDeepCloneableExascaleDbStorageVaultProperties, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
ExascaleDbStorageVaultProperties()
public ExascaleDbStorageVaultProperties()ExascaleDbStorageVaultProperties(ExascaleDbStorageVaultProperties)
public ExascaleDbStorageVaultProperties(ExascaleDbStorageVaultProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
ExascaleDbStorageVaultProperties |
Properties
AdditionalFlashCachePercent
public int AdditionalFlashCachePercent { get; set; }Optional. The size of additional flash cache in percentage of high capacity database storage.
| Property Value | |
|---|---|
| Type | Description |
int |
|
AttachedShapeAttributes
public RepeatedField<ExascaleDbStorageVaultProperties.Types.ShapeAttribute> AttachedShapeAttributes { get; }Output only. The shape attributes of the VM clusters attached to the ExascaleDbStorageVault.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldExascaleDbStorageVaultPropertiesTypesShapeAttribute |
|
AvailableShapeAttributes
public RepeatedField<ExascaleDbStorageVaultProperties.Types.ShapeAttribute> AvailableShapeAttributes { get; }Output only. The shape attributes available for the VM clusters to be attached to the ExascaleDbStorageVault.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldExascaleDbStorageVaultPropertiesTypesShapeAttribute |
|
Description
public string Description { get; set; }Optional. The description of the ExascaleDbStorageVault.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ExascaleDbStorageDetails
public ExascaleDbStorageDetails ExascaleDbStorageDetails { get; set; }Required. The storage details of the ExascaleDbStorageVault.
| Property Value | |
|---|---|
| Type | Description |
ExascaleDbStorageDetails |
|
OciUri
public string OciUri { get; set; }Output only. Deep link to the OCI console to view this resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Ocid
public string Ocid { get; set; }Output only. The OCID for the ExascaleDbStorageVault.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public ExascaleDbStorageVaultProperties.Types.State State { get; set; }Output only. The state of the ExascaleDbStorageVault.
| Property Value | |
|---|---|
| Type | Description |
ExascaleDbStorageVaultPropertiesTypesState |
|
TimeZone
public TimeZone TimeZone { get; set; }Output only. The time zone of the ExascaleDbStorageVault.
| Property Value | |
|---|---|
| Type | Description |
TimeZone |
|
VmClusterCount
public int VmClusterCount { get; set; }Output only. The number of VM clusters associated with the ExascaleDbStorageVault.
| Property Value | |
|---|---|
| Type | Description |
int |
|
VmClusterIds
public RepeatedField<string> VmClusterIds { get; }Output only. The list of VM cluster OCIDs associated with the ExascaleDbStorageVault.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|