Show / Hide Table of Contents

Class ManagementAgentPluginAggregationDimensions

The Aggregation of Management Agent Plugin Dimensions

Inheritance
object
ManagementAgentPluginAggregationDimensions
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 ManagementAgentPluginAggregationDimensions

Properties

PluginDisplayName

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

Management Agent Plugin Display Name

PluginName

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

Management Agent Plugin Name

In this article
Back to top