Class AwsNodes
AWS Identity Connector Node Details.
Inherited Members
Namespace: Oci.DbmulticloudService.Models
Assembly: OCI.DotNetSDK.Dbmulticloud.dll
Syntax
public class AwsNodes
Properties
HostId
Declaration
[JsonProperty(PropertyName = "hostId")]
public string HostId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | AWS host ID. |
HostName
Declaration
[JsonProperty(PropertyName = "hostName")]
public string HostName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | AWS Host name or Identity Connector name. |
Status
Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AwsNodes.StatusEnum? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| AwsNodes.StatusEnum? | The current status of the AWS Identity Connector resource. |
TimeLastChecked
Declaration
[JsonProperty(PropertyName = "timeLastChecked")]
public DateTime? TimeLastChecked { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | Time when the AWS Identity Connector's status was checked RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'. |