Oracle Database@Google Cloud v1 API - Class StorageSizeDetails (1.4.0)

public sealed class StorageSizeDetails : IMessage<StorageSizeDetails>, IEquatable<StorageSizeDetails>, IDeepCloneable<StorageSizeDetails>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > StorageSizeDetails

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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