Uses of Interface
com.hashicorp.cdktf.providers.google.compute_instance.ComputeInstanceNetworkInterface
-
Packages that use ComputeInstanceNetworkInterface Package Description com.hashicorp.cdktf.providers.google.compute_instance google_compute_instance -
-
Uses of ComputeInstanceNetworkInterface in com.hashicorp.cdktf.providers.google.compute_instance
Classes in com.hashicorp.cdktf.providers.google.compute_instance that implement ComputeInstanceNetworkInterface Modifier and Type Class Description static classComputeInstanceNetworkInterface.Jsii$ProxyAn implementation forComputeInstanceNetworkInterfaceMethods in com.hashicorp.cdktf.providers.google.compute_instance that return ComputeInstanceNetworkInterface Modifier and Type Method Description ComputeInstanceNetworkInterfaceComputeInstanceNetworkInterface.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.google.compute_instance with parameters of type ComputeInstanceNetworkInterface Modifier and Type Method Description voidComputeInstanceNetworkInterfaceOutputReference. setInternalValue(ComputeInstanceNetworkInterface value)Method parameters in com.hashicorp.cdktf.providers.google.compute_instance with type arguments of type ComputeInstanceNetworkInterface Modifier and Type Method Description ComputeInstance.BuilderComputeInstance.Builder. networkInterface(List<? extends ComputeInstanceNetworkInterface> networkInterface)network_interface block.ComputeInstanceConfig.BuilderComputeInstanceConfig.Builder. networkInterface(List<? extends ComputeInstanceNetworkInterface> networkInterface)Sets the value ofComputeInstanceConfig.getNetworkInterface()voidComputeInstanceNetworkInterfaceList. setInternalValue(List<ComputeInstanceNetworkInterface> value)
-