Class DbSystemInitialStorageSize
Summary of the DbSystem initial storage size.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class DbSystemInitialStorageSize : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Output only. The name of the resource.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Properties
Output only. The properties of the DbSystem initial storage size summary.
Declaration
[JsonProperty("properties")]
public virtual DbSystemInitialStorageSizeProperties Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| DbSystemInitialStorageSizeProperties |