Class PeComanagedExadataInsight
Private endpoint managed Exadata insight resource (ExaCS).
Inherited Members
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