public sealed class StorageSizeDetails : IMessage<StorageSizeDetails>, IEquatable<StorageSizeDetails>, IDeepCloneable<StorageSizeDetails>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class StorageSizeDetails.
The initial storage size, in gigabytes, that is applicable for virtual machine DBSystem.
Implements
IMessageStorageSizeDetails, IEquatableStorageSizeDetails, IDeepCloneableStorageSizeDetails, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
StorageSizeDetails()
public StorageSizeDetails()StorageSizeDetails(StorageSizeDetails)
public StorageSizeDetails(StorageSizeDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
StorageSizeDetails |
Properties
DataStorageSizeInGbs
public int DataStorageSizeInGbs { get; set; }Output only. The data storage size, in gigabytes, that is applicable for virtual machine DBSystem.
| Property Value | |
|---|---|
| Type | Description |
int |
|
RecoStorageSizeInGbs
public int RecoStorageSizeInGbs { get; set; }Output only. The RECO/REDO storage size, in gigabytes, that is applicable for virtual machine DBSystem.
| Property Value | |
|---|---|
| Type | Description |
int |
|