GoogleCloudRunV2Instance constructor
GoogleCloudRunV2Instance({
- Map<
String, String> ? annotations, - GoogleCloudRunV2BinaryAuthorization? binaryAuthorization,
- String? client,
- String? clientVersion,
- List<
GoogleCloudRunV2Condition> ? conditions, - List<
GoogleCloudRunV2ContainerStatus> ? containerStatuses, - List<
GoogleCloudRunV2Container> ? containers, - String? createTime,
- String? creator,
- String? deleteTime,
- String? description,
- String? encryptionKey,
- String? encryptionKeyRevocationAction,
- String? encryptionKeyShutdownDuration,
- String? etag,
- String? expireTime,
- String? generation,
- bool? gpuZonalRedundancyDisabled,
- bool? iapEnabled,
- String? ingress,
- bool? invokerIamDisabled,
- Map<
String, String> ? labels, - String? lastModifier,
- String? launchStage,
- String? logUri,
- String? name,
- GoogleCloudRunV2NodeSelector? nodeSelector,
- String? observedGeneration,
- bool? reconciling,
- bool? satisfiesPzs,
- String? serviceAccount,
- GoogleCloudRunV2Condition? terminalCondition,
- String? uid,
- String? updateTime,
- List<
String> ? urls, - List<
GoogleCloudRunV2Volume> ? volumes, - GoogleCloudRunV2VpcAccess? vpcAccess,
Implementation
GoogleCloudRunV2Instance({
this.annotations,
this.binaryAuthorization,
this.client,
this.clientVersion,
this.conditions,
this.containerStatuses,
this.containers,
this.createTime,
this.creator,
this.deleteTime,
this.description,
this.encryptionKey,
this.encryptionKeyRevocationAction,
this.encryptionKeyShutdownDuration,
this.etag,
this.expireTime,
this.generation,
this.gpuZonalRedundancyDisabled,
this.iapEnabled,
this.ingress,
this.invokerIamDisabled,
this.labels,
this.lastModifier,
this.launchStage,
this.logUri,
this.name,
this.nodeSelector,
this.observedGeneration,
this.reconciling,
this.satisfiesPzs,
this.serviceAccount,
this.terminalCondition,
this.uid,
this.updateTime,
this.urls,
this.volumes,
this.vpcAccess,
});