Uses of Interface
com.hashicorp.cdktf.providers.google.compute_subnetwork.ComputeSubnetworkSecondaryIpRange
-
Packages that use ComputeSubnetworkSecondaryIpRange Package Description com.hashicorp.cdktf.providers.google.compute_subnetwork google_compute_subnetwork -
-
Uses of ComputeSubnetworkSecondaryIpRange in com.hashicorp.cdktf.providers.google.compute_subnetwork
Classes in com.hashicorp.cdktf.providers.google.compute_subnetwork that implement ComputeSubnetworkSecondaryIpRange Modifier and Type Class Description static classComputeSubnetworkSecondaryIpRange.Jsii$ProxyAn implementation forComputeSubnetworkSecondaryIpRangeMethods in com.hashicorp.cdktf.providers.google.compute_subnetwork that return ComputeSubnetworkSecondaryIpRange Modifier and Type Method Description ComputeSubnetworkSecondaryIpRangeComputeSubnetworkSecondaryIpRange.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.google.compute_subnetwork with parameters of type ComputeSubnetworkSecondaryIpRange Modifier and Type Method Description voidComputeSubnetworkSecondaryIpRangeOutputReference. setInternalValue(ComputeSubnetworkSecondaryIpRange value)Method parameters in com.hashicorp.cdktf.providers.google.compute_subnetwork with type arguments of type ComputeSubnetworkSecondaryIpRange Modifier and Type Method Description ComputeSubnetwork.BuilderComputeSubnetwork.Builder. secondaryIpRange(List<? extends ComputeSubnetworkSecondaryIpRange> secondaryIpRange)An array of configurations for secondary IP ranges for VM instances contained in this subnetwork.ComputeSubnetworkConfig.BuilderComputeSubnetworkConfig.Builder. secondaryIpRange(List<? extends ComputeSubnetworkSecondaryIpRange> secondaryIpRange)Sets the value ofComputeSubnetworkConfig.getSecondaryIpRange()voidComputeSubnetworkSecondaryIpRangeList. setInternalValue(List<ComputeSubnetworkSecondaryIpRange> value)
-