Interface GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.391Z") @Stability(Stable) public interface GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.BuilderA builder forGkeonpremBareMetalAdminClusterControlPlaneApiServerArgsstatic classGkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Jsii$ProxyAn implementation forGkeonpremBareMetalAdminClusterControlPlaneApiServerArgs
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.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_admin_cluster#argument GkeonpremBareMetalAdminCluster#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_admin_cluster#value GkeonpremBareMetalAdminCluster#value}
-
builder
@Stability(Stable) static GkeonpremBareMetalAdminClusterControlPlaneApiServerArgs.Builder builder()
-
-