Interface ContainerNodePoolNodeConfigGuestAccelerator
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerNodePoolNodeConfigGuestAccelerator.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.304Z") @Stability(Stable) public interface ContainerNodePoolNodeConfigGuestAccelerator extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerNodePoolNodeConfigGuestAccelerator.BuilderA builder forContainerNodePoolNodeConfigGuestAcceleratorstatic classContainerNodePoolNodeConfigGuestAccelerator.Jsii$ProxyAn implementation forContainerNodePoolNodeConfigGuestAccelerator
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ContainerNodePoolNodeConfigGuestAccelerator.Builderbuilder()default NumbergetCount()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#count ContainerNodePool#count}.default ObjectgetGpuDriverInstallationConfig()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#gpu_driver_installation_config ContainerNodePool#gpu_driver_installation_config}.default StringgetGpuPartitionSize()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#gpu_partition_size ContainerNodePool#gpu_partition_size}.default ObjectgetGpuSharingConfig()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#gpu_sharing_config ContainerNodePool#gpu_sharing_config}.default StringgetType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#type ContainerNodePool#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_node_pool#count ContainerNodePool#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_node_pool#gpu_driver_installation_config ContainerNodePool#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_node_pool#gpu_partition_size ContainerNodePool#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_node_pool#gpu_sharing_config ContainerNodePool#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_node_pool#type ContainerNodePool#type}.
-
builder
@Stability(Stable) static ContainerNodePoolNodeConfigGuestAccelerator.Builder builder()
-
-