Show / Hide Table of Contents

Class GoogleCloudRunV2ContainerPort

ContainerPort represents a network port in a single container.

Inheritance
object
GoogleCloudRunV2ContainerPort
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX