Show / Hide Table of Contents

Class InstanceAgentFeatures

Oracle Cloud Agent features supported on the image.

Inheritance
object
InstanceAgentFeatures
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class InstanceAgentFeatures

Properties

IsManagementSupported

Declaration
[JsonProperty(PropertyName = "isManagementSupported")]
public bool? IsManagementSupported { get; set; }
Property Value
Type Description
bool?

This attribute is not used.

IsMonitoringSupported

Declaration
[JsonProperty(PropertyName = "isMonitoringSupported")]
public bool? IsMonitoringSupported { get; set; }
Property Value
Type Description
bool?

This attribute is not used.

In this article
Back to top