Interface ContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.257Z") @Stability(Stable) public interface ContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig.Builderstatic classContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig.Jsii$ProxyAn implementation forContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig.Builderbuilder()StringgetTotalEgressBandwidthTier()Specifies the total network bandwidth tier for the NodePool.
-
-
-
Method Detail
-
getTotalEgressBandwidthTier
@Stability(Stable) @NotNull String getTotalEgressBandwidthTier()
Specifies the total network bandwidth tier for the NodePool.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#total_egress_bandwidth_tier ContainerCluster#total_egress_bandwidth_tier}
-
builder
@Stability(Stable) static ContainerClusterNodePoolNetworkConfigNetworkPerformanceConfig.Builder builder()
-
-