Show / Hide Table of Contents

Class ArcAgentNodes

Azure Arc Agent Node Details.

Inheritance
object
ArcAgentNodes
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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'

In this article
Back to top