Class GoogleCloudRunV2ContainerPort
ContainerPort represents a network port in a single container.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2ContainerPort : IDirectResponseSchema
Properties
ContainerPort
Port number the container listens on. This must be a valid TCP port number, 0 < container_port < 65536.
Declaration
[JsonProperty("containerPort")]
public virtual int? ContainerPort { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |