Show / Hide Table of Contents

Class ExadataAsmEntity

ASM entitie for an exadata

Inheritance
object
DatabaseConfigurationMetricGroup
ExadataAsmEntity
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 ExadataAsmEntity : DatabaseConfigurationMetricGroup

Properties

ClusterName

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

Cluster name of ASM

InstanceName

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

Instance name of ASM

SoftwareVersion

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

Software version

In this article
Back to top