Oracle Database@Google Cloud v1 API - Class ExadbVmClusterStorageDetails (1.4.0)

public sealed class ExadbVmClusterStorageDetails : IMessage<ExadbVmClusterStorageDetails>, IEquatable<ExadbVmClusterStorageDetails>, IDeepCloneable<ExadbVmClusterStorageDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class ExadbVmClusterStorageDetails.

The storage allocation for the exadbvmcluster, in gigabytes (GB).

Inheritance

object > ExadbVmClusterStorageDetails

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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