Show / Hide Table of Contents

Class CreateMacsManagedCloudExadataInsightDetails

The information about the Exadata system to be analyzed.

Inheritance
object
CreateExadataInsightDetails
CreateMacsManagedCloudExadataInsightDetails
Inherited Members
CreateExadataInsightDetails.CompartmentId
CreateExadataInsightDetails.FreeformTags
CreateExadataInsightDetails.DefinedTags
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 CreateMacsManagedCloudExadataInsightDetails : CreateExadataInsightDetails

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

MemberVmClusterDetails

Declaration
[JsonProperty(PropertyName = "memberVmClusterDetails")]
public List<CreateMacsManagedCloudExadataVmclusterDetails> MemberVmClusterDetails { get; set; }
Property Value
Type Description
List<CreateMacsManagedCloudExadataVmclusterDetails>
In this article
Back to top