Class UDPHealthCheck
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class UDPHealthCheck : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Port
The UDP port number to which the health check prober sends packets. Valid values are 1 through 65535.
Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
Type | Description |
---|---|
int? |
PortName
Not supported.
Declaration
[JsonProperty("portName")]
public virtual string PortName { get; set; }
Property Value
Type | Description |
---|---|
string |
Request
Raw data of request to send in payload of UDP packet. It is an error if this is empty. The request data can only be ASCII.
Declaration
[JsonProperty("request")]
public virtual string Request { get; set; }
Property Value
Type | Description |
---|---|
string |
Response
The bytes to match against the beginning of the response data. It is an error if this is empty. The response data can only be ASCII.
Declaration
[JsonProperty("response")]
public virtual string Response { get; set; }
Property Value
Type | Description |
---|---|
string |