Show / Hide Table of Contents

Class ExadbVmClusterStorageDetails

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

Inheritance
object
ExadbVmClusterStorageDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX