Class CreateMacsManagedCloudHostInsightDetails
The information about the Compute Instance host to be analyzed.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class CreateMacsManagedCloudHostInsightDetails : CreateHostInsightDetailsProperties
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