public sealed class ExadbVmClusterStorageDetails : IMessage<ExadbVmClusterStorageDetails>, IEquatable<ExadbVmClusterStorageDetails>, IDeepCloneable<ExadbVmClusterStorageDetails>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ExadbVmClusterStorageDetails.
The storage allocation for the exadbvmcluster, in gigabytes (GB).
Implements
IMessageExadbVmClusterStorageDetails, IEquatableExadbVmClusterStorageDetails, IDeepCloneableExadbVmClusterStorageDetails, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
ExadbVmClusterStorageDetails()
public ExadbVmClusterStorageDetails()ExadbVmClusterStorageDetails(ExadbVmClusterStorageDetails)
public ExadbVmClusterStorageDetails(ExadbVmClusterStorageDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
ExadbVmClusterStorageDetails |
Properties
SizeInGbsPerNode
public int SizeInGbsPerNode { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
int |
|