Interface CloudRunV2ServiceTemplateContainersLivenessProbeTcpSocket
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudRunV2ServiceTemplateContainersLivenessProbeTcpSocket.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.003Z") @Stability(Stable) public interface CloudRunV2ServiceTemplateContainersLivenessProbeTcpSocket extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudRunV2ServiceTemplateContainersLivenessProbeTcpSocket.Builderstatic classCloudRunV2ServiceTemplateContainersLivenessProbeTcpSocket.Jsii$ProxyAn implementation forCloudRunV2ServiceTemplateContainersLivenessProbeTcpSocket
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CloudRunV2ServiceTemplateContainersLivenessProbeTcpSocket.Builderbuilder()NumbergetPort()Port number to access on the container.
-
-
-
Method Detail
-
getPort
@Stability(Stable) @NotNull Number getPort()
Port number to access on the container.Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#port CloudRunV2Service#port}
-
builder
@Stability(Stable) static CloudRunV2ServiceTemplateContainersLivenessProbeTcpSocket.Builder builder()
-
-