GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources constructor

GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources({
  1. int? diskSizeGb,
  2. int? maxNodeCount,
  3. int? nodeCount,
})

Implementation

GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources({
  this.diskSizeGb,
  this.maxNodeCount,
  this.nodeCount,
});