DeploymentResourcePool constructor
DeploymentResourcePool({
- String name = '',
- required DedicatedResources? dedicatedResources,
- EncryptionSpec? encryptionSpec,
- String serviceAccount = '',
- bool disableContainerLogging = false,
- Timestamp? createTime,
- bool satisfiesPzs = false,
- 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);