Show / Hide Table of Contents

Class ExadataCellConfig

Storage server configuration

Inheritance
object
DatabaseConfigurationMetricGroup
ExadataCellConfig
Inherited Members
DatabaseConfigurationMetricGroup.TimeCollected
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class ExadataCellConfig : DatabaseConfigurationMetricGroup

Properties

CellConfigs

Declaration
[JsonProperty(PropertyName = "cellConfigs")]
public string CellConfigs { get; set; }
Property Value
Type Description
string

Cell configs

CellHash

Declaration
[JsonProperty(PropertyName = "cellHash")]
public string CellHash { get; set; }
Property Value
Type Description
string

Cell hash

CellName

Declaration
[JsonProperty(PropertyName = "cellName")]
public string CellName { get; set; }
Property Value
Type Description
string

Cell name

CellProperties

Declaration
[JsonProperty(PropertyName = "cellProperties")]
public string CellProperties { get; set; }
Property Value
Type Description
string

Cell properties

DiskCounts

Declaration
[JsonProperty(PropertyName = "diskCounts")]
public string DiskCounts { get; set; }
Property Value
Type Description
string

Cell disk counts

In this article
Back to top