GoogleCloudRunV2Probe constructor
GoogleCloudRunV2Probe({
- int? failureThreshold,
- GoogleCloudRunV2GRPCAction? grpc,
- GoogleCloudRunV2HTTPGetAction? httpGet,
- int? initialDelaySeconds,
- int? periodSeconds,
- GoogleCloudRunV2TCPSocketAction? tcpSocket,
- int? timeoutSeconds,
Implementation
GoogleCloudRunV2Probe({
this.failureThreshold,
this.grpc,
this.httpGet,
this.initialDelaySeconds,
this.periodSeconds,
this.tcpSocket,
this.timeoutSeconds,
});