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