Uses of Interface
com.hashicorp.cdktf.providers.google.compute_instance_template.ComputeInstanceTemplateNetworkInterface
-
Packages that use ComputeInstanceTemplateNetworkInterface Package Description com.hashicorp.cdktf.providers.google.compute_instance_template google_compute_instance_template -
-
Uses of ComputeInstanceTemplateNetworkInterface in com.hashicorp.cdktf.providers.google.compute_instance_template
Classes in com.hashicorp.cdktf.providers.google.compute_instance_template that implement ComputeInstanceTemplateNetworkInterface Modifier and Type Class Description static classComputeInstanceTemplateNetworkInterface.Jsii$ProxyAn implementation forComputeInstanceTemplateNetworkInterfaceMethods in com.hashicorp.cdktf.providers.google.compute_instance_template that return ComputeInstanceTemplateNetworkInterface Modifier and Type Method Description ComputeInstanceTemplateNetworkInterfaceComputeInstanceTemplateNetworkInterface.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.google.compute_instance_template with parameters of type ComputeInstanceTemplateNetworkInterface Modifier and Type Method Description voidComputeInstanceTemplateNetworkInterfaceOutputReference. setInternalValue(ComputeInstanceTemplateNetworkInterface value)Method parameters in com.hashicorp.cdktf.providers.google.compute_instance_template with type arguments of type ComputeInstanceTemplateNetworkInterface Modifier and Type Method Description ComputeInstanceTemplate.BuilderComputeInstanceTemplate.Builder. networkInterface(List<? extends ComputeInstanceTemplateNetworkInterface> networkInterface)network_interface block.ComputeInstanceTemplateConfig.BuilderComputeInstanceTemplateConfig.Builder. networkInterface(List<? extends ComputeInstanceTemplateNetworkInterface> networkInterface)Sets the value ofComputeInstanceTemplateConfig.getNetworkInterface()voidComputeInstanceTemplateNetworkInterfaceList. setInternalValue(List<ComputeInstanceTemplateNetworkInterface> value)
-