Class HTTPGetAction
HTTPGetAction describes an action based on HTTP Get requests.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class HTTPGetAction : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Host
Not supported by Cloud Run.
Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpHeaders
Custom headers to set in the request. HTTP allows repeated headers.
Declaration
[JsonProperty("httpHeaders")]
public virtual IList<HTTPHeader> HttpHeaders { get; set; }
Property Value
Type | Description |
---|---|
IList<HTTPHeader> |
Path
Path to access on the HTTP server.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
Port
Port number to access on the container. Number must be in the range 1 to 65535.
Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
Type | Description |
---|---|
int? |
Scheme
Not supported by Cloud Run.
Declaration
[JsonProperty("scheme")]
public virtual string Scheme { get; set; }
Property Value
Type | Description |
---|---|
string |