Interface GkeonpremBareMetalClusterOsEnvironmentConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalClusterOsEnvironmentConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.439Z") @Stability(Stable) public interface GkeonpremBareMetalClusterOsEnvironmentConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalClusterOsEnvironmentConfig.BuilderA builder forGkeonpremBareMetalClusterOsEnvironmentConfigstatic classGkeonpremBareMetalClusterOsEnvironmentConfig.Jsii$ProxyAn implementation forGkeonpremBareMetalClusterOsEnvironmentConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeonpremBareMetalClusterOsEnvironmentConfig.Builderbuilder()ObjectgetPackageRepoExcluded()Whether the package repo should not be included when initializing bare metal machines.
-
-
-
Method Detail
-
getPackageRepoExcluded
@Stability(Stable) @NotNull Object getPackageRepoExcluded()
Whether the package repo should not be included when initializing bare metal machines.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#package_repo_excluded GkeonpremBareMetalCluster#package_repo_excluded}
-
builder
@Stability(Stable) static GkeonpremBareMetalClusterOsEnvironmentConfig.Builder builder()
-
-