Uses of Interface
com.hashicorp.cdktf.providers.google.compute_instance.ComputeInstanceSchedulingMaxRunDuration
-
Packages that use ComputeInstanceSchedulingMaxRunDuration Package Description com.hashicorp.cdktf.providers.google.compute_instance google_compute_instance -
-
Uses of ComputeInstanceSchedulingMaxRunDuration in com.hashicorp.cdktf.providers.google.compute_instance
Classes in com.hashicorp.cdktf.providers.google.compute_instance that implement ComputeInstanceSchedulingMaxRunDuration Modifier and Type Class Description static classComputeInstanceSchedulingMaxRunDuration.Jsii$ProxyAn implementation forComputeInstanceSchedulingMaxRunDurationMethods in com.hashicorp.cdktf.providers.google.compute_instance that return ComputeInstanceSchedulingMaxRunDuration Modifier and Type Method Description ComputeInstanceSchedulingMaxRunDurationComputeInstanceSchedulingMaxRunDuration.Builder. build()Builds the configured instance.ComputeInstanceSchedulingMaxRunDurationComputeInstanceSchedulingMaxRunDurationOutputReference. getInternalValue()default ComputeInstanceSchedulingMaxRunDurationComputeInstanceScheduling. getMaxRunDuration()max_run_duration block.ComputeInstanceSchedulingMaxRunDurationComputeInstanceScheduling.Jsii$Proxy. getMaxRunDuration()ComputeInstanceSchedulingMaxRunDurationComputeInstanceSchedulingOutputReference. getMaxRunDurationInput()Methods in com.hashicorp.cdktf.providers.google.compute_instance with parameters of type ComputeInstanceSchedulingMaxRunDuration Modifier and Type Method Description ComputeInstanceScheduling.BuilderComputeInstanceScheduling.Builder. maxRunDuration(ComputeInstanceSchedulingMaxRunDuration maxRunDuration)Sets the value ofComputeInstanceScheduling.getMaxRunDuration()voidComputeInstanceSchedulingOutputReference. putMaxRunDuration(ComputeInstanceSchedulingMaxRunDuration value)voidComputeInstanceSchedulingMaxRunDurationOutputReference. setInternalValue(ComputeInstanceSchedulingMaxRunDuration value)
-