Class ManagementAgentPluginSummary
Summary of the ManagementAgentPlugin.
Inherited Members
Namespace: Oci.ManagementagentService.Models
Assembly: OCI.DotNetSDK.Managementagent.dll
Syntax
public class ManagementAgentPluginSummary
Properties
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | Management Agent Plugin description |
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | Management Agent Plugin Display Name |
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | Management Agent Plugin Id |
Remarks
Required
IsConsoleDeployable
Declaration
[JsonProperty(PropertyName = "isConsoleDeployable")]
public bool? IsConsoleDeployable { get; set; }
Property Value
Type | Description |
---|---|
bool? | A flag to indicate whether a given plugin can be deployed from Agent Console UI or not. |
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public LifecycleStates? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
LifecycleStates? | The current state of Management Agent Plugin |
Remarks
Required
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | Management Agent Plugin Name |
Remarks
Required
SupportedPlatformTypes
Declaration
[JsonProperty(PropertyName = "supportedPlatformTypes", ItemConverterType = typeof(ResponseEnumConverter))]
public List<PlatformTypes> SupportedPlatformTypes { get; set; }
Property Value
Type | Description |
---|---|
List<PlatformTypes> | Supported Platform Types |
Version
Declaration
[JsonProperty(PropertyName = "version")]
public int? Version { get; set; }
Property Value
Type | Description |
---|---|
int? | Management Agent Plugin Version |