Interface GkeonpremBareMetalClusterControlPlaneApiServerArgs
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalClusterControlPlaneApiServerArgs.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.417Z") @Stability(Stable) public interface GkeonpremBareMetalClusterControlPlaneApiServerArgs extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalClusterControlPlaneApiServerArgs.BuilderA builder forGkeonpremBareMetalClusterControlPlaneApiServerArgsstatic classGkeonpremBareMetalClusterControlPlaneApiServerArgs.Jsii$ProxyAn implementation forGkeonpremBareMetalClusterControlPlaneApiServerArgs
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeonpremBareMetalClusterControlPlaneApiServerArgs.Builderbuilder()StringgetArgument()The argument name as it appears on the API Server command line please make sure to remove the leading dashes.StringgetValue()The value of the arg as it will be passed to the API Server command line.
-
-
-
Method Detail
-
getArgument
@Stability(Stable) @NotNull String getArgument()
The argument name as it appears on the API Server command line please make sure to remove the leading dashes.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#argument GkeonpremBareMetalCluster#argument}
-
getValue
@Stability(Stable) @NotNull String getValue()
The value of the arg as it will be passed to the API Server command line.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#value GkeonpremBareMetalCluster#value}
-
builder
@Stability(Stable) static GkeonpremBareMetalClusterControlPlaneApiServerArgs.Builder builder()
-
-