Class PeComanagedHostInsight
Private Endpoint host insight resource.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class PeComanagedHostInsight : HostInsight
Properties
OpsiPrivateEndpointId
Declaration
[Required(ErrorMessage = "OpsiPrivateEndpointId is required.")]
[JsonProperty(PropertyName = "opsiPrivateEndpointId")]
public string OpsiPrivateEndpointId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the OPSI private endpoint |
Remarks
Required
ParentId
Declaration
[JsonProperty(PropertyName = "parentId")]
public string ParentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the VM Cluster or DB System ID, depending on which configuration the resource belongs to. |
PlatformType
Declaration
[JsonProperty(PropertyName = "platformType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PeComanagedHostInsight.PlatformTypeEnum? PlatformType { get; set; }
Property Value
Type | Description |
---|---|
PeComanagedHostInsight.PlatformTypeEnum? | Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX, SOLARIS, WINDOWS]. Supported platformType(s) for MACS-managed cloud host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX, WINDOWS, AIX, HP-UX]. |
RootId
Declaration
[JsonProperty(PropertyName = "rootId")]
public string RootId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Exadata Infrastructure. |