Class DbSystemInitialStorageSizeProperties
The properties of a DbSystem initial storage size summary.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class DbSystemInitialStorageSizeProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LaunchFromBackupStorageSizeDetails
Output only. List of storage disk details available for launches from backup.
Declaration
[JsonProperty("launchFromBackupStorageSizeDetails")]
public virtual IList<StorageSizeDetails> LaunchFromBackupStorageSizeDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<StorageSizeDetails> |
ShapeType
Output only. VM shape platform type
Declaration
[JsonProperty("shapeType")]
public virtual string ShapeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StorageManagement
Output only. The storage option used in DB system.
Declaration
[JsonProperty("storageManagement")]
public virtual string StorageManagement { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StorageSizeDetails
Output only. List of storage disk details.
Declaration
[JsonProperty("storageSizeDetails")]
public virtual IList<StorageSizeDetails> StorageSizeDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<StorageSizeDetails> |