Class ExadbVmClusterStorageDetails
The storage allocation for the exadbvmcluster, in gigabytes (GB).
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ExadbVmClusterStorageDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SizeInGbsPerNode
Required. The storage allocation for the exadbvmcluster per node, in gigabytes (GB). This field is used to calculate the total storage allocation for the exadbvmcluster.
Declaration
[JsonProperty("sizeInGbsPerNode")]
public virtual int? SizeInGbsPerNode { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |