Interface GkeonpremBareMetalAdminClusterClusterOperations
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalAdminClusterClusterOperations.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.389Z") @Stability(Stable) public interface GkeonpremBareMetalAdminClusterClusterOperations extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalAdminClusterClusterOperations.BuilderA builder forGkeonpremBareMetalAdminClusterClusterOperationsstatic classGkeonpremBareMetalAdminClusterClusterOperations.Jsii$ProxyAn implementation forGkeonpremBareMetalAdminClusterClusterOperations
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GkeonpremBareMetalAdminClusterClusterOperations.Builderbuilder()default ObjectgetEnableApplicationLogs()Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
-
-
-
Method Detail
-
getEnableApplicationLogs
@Stability(Stable) @Nullable default Object getEnableApplicationLogs()
Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_admin_cluster#enable_application_logs GkeonpremBareMetalAdminCluster#enable_application_logs}
-
builder
@Stability(Stable) static GkeonpremBareMetalAdminClusterClusterOperations.Builder builder()
-
-