Uses of Class
com.hashicorp.cdktf.providers.google.compute_backend_service.ComputeBackendServiceOutlierDetectionInterval.Builder
-
Packages that use ComputeBackendServiceOutlierDetectionInterval.Builder Package Description com.hashicorp.cdktf.providers.google.compute_backend_service google_compute_backend_service -
-
Uses of ComputeBackendServiceOutlierDetectionInterval.Builder in com.hashicorp.cdktf.providers.google.compute_backend_service
Methods in com.hashicorp.cdktf.providers.google.compute_backend_service that return ComputeBackendServiceOutlierDetectionInterval.Builder Modifier and Type Method Description static ComputeBackendServiceOutlierDetectionInterval.BuilderComputeBackendServiceOutlierDetectionInterval. builder()ComputeBackendServiceOutlierDetectionInterval.BuilderComputeBackendServiceOutlierDetectionInterval.Builder. nanos(Number nanos)Sets the value ofComputeBackendServiceOutlierDetectionInterval.getNanos()ComputeBackendServiceOutlierDetectionInterval.BuilderComputeBackendServiceOutlierDetectionInterval.Builder. seconds(Number seconds)Sets the value ofComputeBackendServiceOutlierDetectionInterval.getSeconds()Constructors in com.hashicorp.cdktf.providers.google.compute_backend_service with parameters of type ComputeBackendServiceOutlierDetectionInterval.Builder Constructor Description Jsii$Proxy(ComputeBackendServiceOutlierDetectionInterval.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeBackendServiceOutlierDetectionInterval.Builder.
-