Show / Hide Table of Contents

Class PeComanagedExadataInsight

Private endpoint managed Exadata insight resource (ExaCS).

Inheritance
object
ExadataInsight
PeComanagedExadataInsight
Inherited Members
ExadataInsight.Id
ExadataInsight.CompartmentId
ExadataInsight.ExadataName
ExadataInsight.ExadataDisplayName
ExadataInsight.ExadataType
ExadataInsight.ExadataRackType
ExadataInsight.IsVirtualizedExadata
ExadataInsight.Status
ExadataInsight.FreeformTags
ExadataInsight.DefinedTags
ExadataInsight.SystemTags
ExadataInsight.TimeCreated
ExadataInsight.TimeUpdated
ExadataInsight.LifecycleState
ExadataInsight.LifecycleDetails
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 PeComanagedExadataInsight : ExadataInsight

Properties

ExadataInfraId

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

The OCID of the Exadata Infrastructure.

Remarks

Required

ExadataInfraResourceType

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

OCI exadata infrastructure resource type

Remarks

Required

ExadataShape

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

The shape of the Exadata Infrastructure.

Remarks

Required

In this article
Back to top