Show / Hide Table of Contents

Class GcpNodes

GCP Identity Connector node details.

Inheritance
object
GcpNodes
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 GcpNodes

Properties

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 Identity Connector name.

Status

Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public GcpNodes.StatusEnum? Status { get; set; }
Property Value
Type Description
GcpNodes.StatusEnum?

The current status of the GCP Identity Connector resource.

TimeLastChecked

Declaration
[JsonProperty(PropertyName = "timeLastChecked")]
public DateTime? TimeLastChecked { get; set; }
Property Value
Type Description
DateTime?

time when the GCP Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'

In this article
Back to top