Class ImportableComputeEntitySummary
A compute entity that can be imported into Operations Insights.
Inherited Members
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