Show / Hide Table of Contents

Class ExadataMemberCollection

Partial definition of the exadata insight resource.

Inheritance
object
ExadataMemberCollection
Inherited Members
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 ExadataMemberCollection

Properties

ExadataDisplayName

Declaration
[Required(ErrorMessage = "ExadataDisplayName is required.")]
[JsonProperty(PropertyName = "exadataDisplayName")]
public string ExadataDisplayName { get; set; }
Property Value
Type Description
string

The user-friendly name for the Exadata system. The name does not have to be unique.

Remarks

Required

ExadataInsightId

Declaration
[Required(ErrorMessage = "ExadataInsightId is required.")]
[JsonProperty(PropertyName = "exadataInsightId")]
public string ExadataInsightId { get; set; }
Property Value
Type Description
string

The OCID of the Exadata insight.

Remarks

Required

ExadataName

Declaration
[Required(ErrorMessage = "ExadataName is required.")]
[JsonProperty(PropertyName = "exadataName")]
public string ExadataName { get; set; }
Property Value
Type Description
string

The Exadata system name. If the Exadata systems managed by Enterprise Manager, the name is unique amongst the Exadata systems managed by the same Enterprise Manager.

Remarks

Required

ExadataRackType

Declaration
[Required(ErrorMessage = "ExadataRackType is required.")]
[JsonProperty(PropertyName = "exadataRackType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExadataRackType? ExadataRackType { get; set; }
Property Value
Type Description
ExadataRackType?

Exadata rack type.

Remarks

Required

ExadataType

Declaration
[Required(ErrorMessage = "ExadataType is required.")]
[JsonProperty(PropertyName = "exadataType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExadataType? ExadataType { get; set; }
Property Value
Type Description
ExadataType?

Operations Insights internal representation of the the Exadata system type.

Remarks

Required

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ExadataMemberSummary> Items { get; set; }
Property Value
Type Description
List<ExadataMemberSummary>

Collection of Exadata members

Remarks

Required

In this article
Back to top