Class TcpConnection
TCP connection results. All durations are in milliseconds.
Inherited Members
Namespace: Oci.HealthchecksService.Models
Assembly: OCI.DotNetSDK.Healthchecks.dll
Syntax
public class TcpConnection
Properties
Address
Declaration
[JsonProperty(PropertyName = "address")]
public string Address { get; set; }
Property Value
Type | Description |
---|---|
string | The connection IP address. |
ConnectDuration
Declaration
[JsonProperty(PropertyName = "connectDuration")]
public double ConnectDuration { get; set; }
Property Value
Type | Description |
---|---|
double | Total connect duration, calculated using |
Port
Declaration
[JsonProperty(PropertyName = "port")]
public int? Port { get; set; }
Property Value
Type | Description |
---|---|
int? | The port. |
SecureConnectDuration
Declaration
[JsonProperty(PropertyName = "secureConnectDuration")]
public double SecureConnectDuration { get; set; }
Property Value
Type | Description |
---|---|
double | The duration to secure the connection. This value will be zero for
insecure connections. Calculated using |