Class ContainerTcpHealthCheck
Container Health Check with TCP type.
Inherited Members
Namespace: Oci.ContainerinstancesService.Models
Assembly: OCI.DotNetSDK.Containerinstances.dll
Syntax
public class ContainerTcpHealthCheck : ContainerHealthCheckProperties
Port
Declaration
[Required(ErrorMessage = "Port is required.")]
[JsonProperty(PropertyName = "port")]
public int? Port { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Container health check port. | 
Remarks
Required