DataprocClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigConfig constructor

const DataprocClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigConfig({
  1. TfArg<num>? localSsdCount,
  2. TfArg<String>? machineType,
  3. TfArg<String>? minCpuPlatform,
  4. TfArg<bool>? preemptible,
  5. TfArg<bool>? spot,
})

Implementation

const DataprocClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigConfig({
  this.localSsdCount,
  this.machineType,
  this.minCpuPlatform,
  this.preemptible,
  this.spot,
});