Class ArcAgentNodes
Azure Arc Agent Node Details.
Inherited Members
Namespace: Oci.DbmulticloudService.Models
Assembly: OCI.DotNetSDK.Dbmulticloud.dll
Syntax
public class ArcAgentNodes
Properties
CurrentArcAgentVersion
Declaration
[JsonProperty(PropertyName = "currentArcAgentVersion")]
public string CurrentArcAgentVersion { get; set; }
Property Value
Type | Description |
---|---|
string | Current Arc Agent Version installed on this node of VM Cluster. |
HostId
Declaration
[JsonProperty(PropertyName = "hostId")]
public string HostId { get; set; }
Property Value
Type | Description |
---|---|
string | Host ID. |
HostName
Declaration
[JsonProperty(PropertyName = "hostName")]
public string HostName { get; set; }
Property Value
Type | Description |
---|---|
string | Host Name or Azure Arc Agent Name. |
Status
Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ArcAgentNodes.StatusEnum? Status { get; set; }
Property Value
Type | Description |
---|---|
ArcAgentNodes.StatusEnum? | The current status of the Azure Arc Agent Resource. |
TimeLastChecked
Declaration
[JsonProperty(PropertyName = "timeLastChecked")]
public DateTime? TimeLastChecked { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | time when the Azure Arc Agent's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z' |