Class GkeonpremBareMetalClusterNetworkConfigSrIovConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_cluster.GkeonpremBareMetalClusterNetworkConfigSrIovConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeonpremBareMetalClusterNetworkConfigSrIovConfig>
- Enclosing interface:
- GkeonpremBareMetalClusterNetworkConfigSrIovConfig
@Stability(Stable) public static final class GkeonpremBareMetalClusterNetworkConfigSrIovConfig.Builder extends Object implements software.amazon.jsii.Builder<GkeonpremBareMetalClusterNetworkConfigSrIovConfig>
A builder forGkeonpremBareMetalClusterNetworkConfigSrIovConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeonpremBareMetalClusterNetworkConfigSrIovConfigbuild()Builds the configured instance.GkeonpremBareMetalClusterNetworkConfigSrIovConfig.Builderenabled(com.hashicorp.cdktf.IResolvable enabled)Sets the value ofGkeonpremBareMetalClusterNetworkConfigSrIovConfig.getEnabled()GkeonpremBareMetalClusterNetworkConfigSrIovConfig.Builderenabled(Boolean enabled)Sets the value ofGkeonpremBareMetalClusterNetworkConfigSrIovConfig.getEnabled()
-
-
-
Method Detail
-
enabled
@Stability(Stable) public GkeonpremBareMetalClusterNetworkConfigSrIovConfig.Builder enabled(Boolean enabled)
Sets the value ofGkeonpremBareMetalClusterNetworkConfigSrIovConfig.getEnabled()- Parameters:
enabled- Whether to install the SR-IOV operator. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#enabled GkeonpremBareMetalCluster#enabled}- Returns:
this
-
enabled
@Stability(Stable) public GkeonpremBareMetalClusterNetworkConfigSrIovConfig.Builder enabled(com.hashicorp.cdktf.IResolvable enabled)
Sets the value ofGkeonpremBareMetalClusterNetworkConfigSrIovConfig.getEnabled()- Parameters:
enabled- Whether to install the SR-IOV operator. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#enabled GkeonpremBareMetalCluster#enabled}- Returns:
this
-
build
@Stability(Stable) public GkeonpremBareMetalClusterNetworkConfigSrIovConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeonpremBareMetalClusterNetworkConfigSrIovConfig>- Returns:
- a new instance of
GkeonpremBareMetalClusterNetworkConfigSrIovConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-