Class InstanceAgentPluginSummary
An Oracle Cloud Agent plugin.
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.
|
Remarks
Required
TimeLastUpdatedUtc
Declaration
[Required(ErrorMessage = "TimeLastUpdatedUtc is required.")]
[JsonProperty(PropertyName = "timeLastUpdatedUtc")]
public DateTime? TimeLastUpdatedUtc { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The last updated time of the plugin, in UTC. |
Remarks
Required