Class InstanceAgentPlugin
The agent plugin
Inherited Members
Namespace: Oci.ComputeinstanceagentService.Models
Assembly: OCI.DotNetSDK.Computeinstanceagent.dll
Syntax
public class InstanceAgentPlugin
Properties
Message
Declaration
[JsonProperty(PropertyName = "message")]
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string | The optional message from the agent plugin |
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 InstanceAgentPlugin.StatusEnum? Status { get; set; }
Property Value
Type | Description |
---|---|
InstanceAgentPlugin.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