Class UDPHealthCheck
Inheritance
System.Object
UDPHealthCheck
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.String |
Port
The UDP port number for the health check request. Valid values are 1 through 65535.
Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
PortName
Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.
Declaration
[JsonProperty("portName")]
public virtual string PortName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.String |