DeploymentResourcePool constructor

DeploymentResourcePool({
  1. String name = '',
  2. required DedicatedResources? dedicatedResources,
  3. EncryptionSpec? encryptionSpec,
  4. String serviceAccount = '',
  5. bool disableContainerLogging = false,
  6. Timestamp? createTime,
  7. bool satisfiesPzs = false,
  8. bool satisfiesPzi = false,
})

Implementation

DeploymentResourcePool({
  this.name = '',
  required this.dedicatedResources,
  this.encryptionSpec,
  this.serviceAccount = '',
  this.disableContainerLogging = false,
  this.createTime,
  this.satisfiesPzs = false,
  this.satisfiesPzi = false,
}) : super(fullyQualifiedName);