Interface ContainerClusterNodePoolNodeConfigGuestAccelerator
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterNodePoolNodeConfigGuestAccelerator.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.264Z") @Stability(Stable) public interface ContainerClusterNodePoolNodeConfigGuestAccelerator extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterNodePoolNodeConfigGuestAccelerator.BuilderA builder forContainerClusterNodePoolNodeConfigGuestAcceleratorstatic classContainerClusterNodePoolNodeConfigGuestAccelerator.Jsii$ProxyAn implementation forContainerClusterNodePoolNodeConfigGuestAccelerator
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ContainerClusterNodePoolNodeConfigGuestAccelerator.Builderbuilder()default NumbergetCount()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#count ContainerCluster#count}.default ObjectgetGpuDriverInstallationConfig()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#gpu_driver_installation_config ContainerCluster#gpu_driver_installation_config}.default StringgetGpuPartitionSize()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#gpu_partition_size ContainerCluster#gpu_partition_size}.default ObjectgetGpuSharingConfig()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#gpu_sharing_config ContainerCluster#gpu_sharing_config}.default StringgetType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#type ContainerCluster#type}.
-
-
-
Method Detail
-
getCount
@Stability(Stable) @Nullable default Number getCount()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#count ContainerCluster#count}.
-
getGpuDriverInstallationConfig
@Stability(Stable) @Nullable default Object getGpuDriverInstallationConfig()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#gpu_driver_installation_config ContainerCluster#gpu_driver_installation_config}.
-
getGpuPartitionSize
@Stability(Stable) @Nullable default String getGpuPartitionSize()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#gpu_partition_size ContainerCluster#gpu_partition_size}.
-
getGpuSharingConfig
@Stability(Stable) @Nullable default Object getGpuSharingConfig()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#gpu_sharing_config ContainerCluster#gpu_sharing_config}.
-
getType
@Stability(Stable) @Nullable default String getType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#type ContainerCluster#type}.
-
builder
@Stability(Stable) static ContainerClusterNodePoolNodeConfigGuestAccelerator.Builder builder()
-
-