Class TcpCheck
Information required for a TCP Uptime check request.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class TcpCheck : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PingConfig
Contains information needed to add pings to a TCP check.
Declaration
[JsonProperty("pingConfig")]
public virtual PingConfig PingConfig { get; set; }
Property Value
Type | Description |
---|---|
PingConfig |
Port
The TCP port on the server against which to run the check. Will be combined with host (specified within the monitored_resource) to construct the full URL. Required.
Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
Type | Description |
---|---|
int? |