GoogleCloudRunV2WorkerPool constructor
GoogleCloudRunV2WorkerPool({
- Map<
String, String> ? annotations, - GoogleCloudRunV2BinaryAuthorization? binaryAuthorization,
- String? client,
- String? clientVersion,
- List<
GoogleCloudRunV2Condition> ? conditions, - String? createTime,
- String? creator,
- List<
String> ? customAudiences, - String? deleteTime,
- String? description,
- String? etag,
- String? expireTime,
- String? generation,
- List<
GoogleCloudRunV2InstanceSplitStatus> ? instanceSplitStatuses, - List<
GoogleCloudRunV2InstanceSplit> ? instanceSplits, - Map<
String, String> ? labels, - String? lastModifier,
- String? latestCreatedRevision,
- String? latestReadyRevision,
- String? launchStage,
- String? name,
- String? observedGeneration,
- bool? reconciling,
- bool? satisfiesPzs,
- GoogleCloudRunV2WorkerPoolScaling? scaling,
- GoogleCloudRunV2WorkerPoolRevisionTemplate? template,
- GoogleCloudRunV2Condition? terminalCondition,
- String? uid,
- String? updateTime,
Implementation
GoogleCloudRunV2WorkerPool({
this.annotations,
this.binaryAuthorization,
this.client,
this.clientVersion,
this.conditions,
this.createTime,
this.creator,
this.customAudiences,
this.deleteTime,
this.description,
this.etag,
this.expireTime,
this.generation,
this.instanceSplitStatuses,
this.instanceSplits,
this.labels,
this.lastModifier,
this.latestCreatedRevision,
this.latestReadyRevision,
this.launchStage,
this.name,
this.observedGeneration,
this.reconciling,
this.satisfiesPzs,
this.scaling,
this.template,
this.terminalCondition,
this.uid,
this.updateTime,
});