public sealed class ContainerPort : IMessage<ContainerPort>, IEquatable<ContainerPort>, IDeepCloneable<ContainerPort>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class ContainerPort.
ContainerPort represents a network port in a single container.
Implements
IMessage<ContainerPort>, IEquatable<ContainerPort>, IDeepCloneable<ContainerPort>, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
ContainerPort()
public ContainerPort()
ContainerPort(ContainerPort)
public ContainerPort(ContainerPort other)
Name | Description |
other | ContainerPort |
Properties
ContainerPort_
public int ContainerPort_ { get; set; }
Port number the container listens on. This must be a valid TCP port number, 0 < container_port < 65536.
Type | Description |
Int32 |
Name
public string Name { get; set; }
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
Type | Description |
String |