Show / Hide Table of Contents

Class ImportableComputeEntitySummary

A compute entity that can be imported into Operations Insights.

Inheritance
object
ImportableComputeEntitySummary
CloudImportableComputeEntitySummary
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
[JsonConverter(typeof(ImportableComputeEntitySummaryModelConverter))]
public class ImportableComputeEntitySummary

Properties

CompartmentId

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

The OCID of the compartment.

Remarks

Required

ComputeDisplayName

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

The Display Name of the Compute Instance

Remarks

Required

ComputeId

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

The OCID of the Compute Instance

Remarks

Required

In this article
Back to top