Show / Hide Table of Contents

Class ManagementAgentAggregationDimensions

The Aggregation of Management Agent Dimensions

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

Properties

AvailabilityStatus

Declaration
[JsonProperty(PropertyName = "availabilityStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AvailabilityStatus? AvailabilityStatus { get; set; }
Property Value
Type Description
AvailabilityStatus?

The availability status of managementAgent

HasPlugins

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

Whether or not a managementAgent has at least one plugin

InstallType

Declaration
[JsonProperty(PropertyName = "installType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public InstallTypes? InstallType { get; set; }
Property Value
Type Description
InstallTypes?

The install type, either AGENT or GATEWAY

PlatformType

Declaration
[JsonProperty(PropertyName = "platformType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PlatformTypes? PlatformType { get; set; }
Property Value
Type Description
PlatformTypes?

Platform Type

Version

Declaration
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
Type Description
string

Agent image version

In this article
Back to top