Show / Hide Table of Contents

Class CreateMacsManagedCloudHostInsightDetails

The information about the Compute Instance host to be analyzed.

Inheritance
object
CreateHostInsightDetails
CreateMacsManagedCloudHostInsightDetails
Inherited Members
CreateHostInsightDetails.CompartmentId
CreateHostInsightDetails.FreeformTags
CreateHostInsightDetails.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 CreateMacsManagedCloudHostInsightDetails : CreateHostInsightDetails

Properties

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