public sealed class DbSystemInitialStorageSizeProperties : IMessage<DbSystemInitialStorageSizeProperties>, IEquatable<DbSystemInitialStorageSizeProperties>, IDeepCloneable<DbSystemInitialStorageSizeProperties>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class DbSystemInitialStorageSizeProperties.
The properties of a DbSystem initial storage size summary.
Implements
IMessageDbSystemInitialStorageSizeProperties, IEquatableDbSystemInitialStorageSizeProperties, IDeepCloneableDbSystemInitialStorageSizeProperties, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
DbSystemInitialStorageSizeProperties()
public DbSystemInitialStorageSizeProperties()DbSystemInitialStorageSizeProperties(DbSystemInitialStorageSizeProperties)
public DbSystemInitialStorageSizeProperties(DbSystemInitialStorageSizeProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
DbSystemInitialStorageSizeProperties |
Properties
LaunchFromBackupStorageSizeDetails
public RepeatedField<StorageSizeDetails> LaunchFromBackupStorageSizeDetails { get; }Output only. List of storage disk details available for launches from backup.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldStorageSizeDetails |
|
ShapeType
public DbSystemInitialStorageSizeProperties.Types.ShapeType ShapeType { get; set; }Output only. VM shape platform type
| Property Value | |
|---|---|
| Type | Description |
DbSystemInitialStorageSizePropertiesTypesShapeType |
|
StorageManagement
public DbSystemInitialStorageSizeProperties.Types.StorageManagement StorageManagement { get; set; }Output only. The storage option used in DB system.
| Property Value | |
|---|---|
| Type | Description |
DbSystemInitialStorageSizePropertiesTypesStorageManagement |
|
StorageSizeDetails
public RepeatedField<StorageSizeDetails> StorageSizeDetails { get; }Output only. List of storage disk details.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldStorageSizeDetails |
|