Class InstanceAgentPluginSummary
The agent plugin information
Inherited Members
Namespace: Oci.ComputeinstanceagentService.Models
Assembly: OCI.DotNetSDK.Computeinstanceagent.dll
Syntax
public class InstanceAgentPluginSummary
Properties
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The plugin name |
Remarks
Required
Status
Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public InstanceAgentPluginSummary.StatusEnum? Status { get; set; }
Property Value
Type | Description |
---|---|
InstanceAgentPluginSummary.StatusEnum? | The plugin status Specified the plugin state on the instance * |
Remarks
Required
TimeLastUpdatedUtc
Declaration
[Required(ErrorMessage = "TimeLastUpdatedUtc is required.")]
[JsonProperty(PropertyName = "timeLastUpdatedUtc")]
public DateTime? TimeLastUpdatedUtc { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The last update time of the plugin in UTC |
Remarks
Required