GoogleCloudRunV2Instance class

A Cloud Run Instance represents a single group of containers running in a region.

Constructors

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})
GoogleCloudRunV2Instance.fromJson(Map json_)

Properties

annotations Map<String, String>?
getter/setter pair
binaryAuthorization GoogleCloudRunV2BinaryAuthorization?
Settings for the Binary Authorization feature.
getter/setter pair
client String?
Arbitrary identifier for the API client.
getter/setter pair
clientVersion String?
Arbitrary version identifier for the API client.
getter/setter pair
conditions List<GoogleCloudRunV2Condition>?
The Conditions of all other associated sub-resources.
getter/setter pair
containers List<GoogleCloudRunV2Container>?
Holds the single container that defines the unit of execution for this Instance.
getter/setter pair
containerStatuses List<GoogleCloudRunV2ContainerStatus>?
Status information for each of the specified containers.
getter/setter pair
createTime String?
The creation time.
getter/setter pair
creator String?
Email address of the authenticated creator.
getter/setter pair
deleteTime String?
The deletion time.
getter/setter pair
description String?
User-provided description of the Instance.
getter/setter pair
encryptionKey String?
A reference to a customer managed encryption key (CMEK) to use to encrypt this container image.
getter/setter pair
encryptionKeyRevocationAction String?
The action to take if the encryption key is revoked. Possible string values are:
getter/setter pair
encryptionKeyShutdownDuration String?
If encryption_key_revocation_action is SHUTDOWN, the duration before shutting down all instances.
getter/setter pair
etag String?
A system-generated fingerprint for this version of the resource.
getter/setter pair
expireTime String?
For a deleted resource, the time after which it will be permamently deleted.
getter/setter pair
generation String?
A number that monotonically increases every time the user modifies the desired state.
getter/setter pair
gpuZonalRedundancyDisabled bool?
True if GPU zonal redundancy is disabled on this instance.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iapEnabled bool?
IAP settings on the Instance.
getter/setter pair
ingress String?
Provides the ingress settings for this Instance.
getter/setter pair
invokerIamDisabled bool?
Disables IAM permission check for run.routes.invoke for callers of this Instance.
getter/setter pair
labels Map<String, String>?
getter/setter pair
lastModifier String?
Email address of the last authenticated modifier.
getter/setter pair
launchStage String?
The launch stage as defined by Google Cloud Platform Launch Stages.
getter/setter pair
logUri String?
The Google Console URI to obtain logs for the Instance.
getter/setter pair
name String?
The fully qualified name of this Instance.
getter/setter pair
nodeSelector GoogleCloudRunV2NodeSelector?
The node selector for the instance.
getter/setter pair
observedGeneration String?
The generation of this Instance currently serving traffic.
getter/setter pair
reconciling bool?
Returns true if the Instance is currently being acted upon by the system to bring it into the desired state.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satisfiesPzs bool?
Reserved for future use.
getter/setter pair
serviceAccount String?
getter/setter pair
terminalCondition GoogleCloudRunV2Condition?
The Condition of this Instance, containing its readiness status, and detailed error information in case it did not reach a serving state.
getter/setter pair
uid String?
Server assigned unique identifier for the trigger.
getter/setter pair
updateTime String?
The last-modified time.
getter/setter pair
urls List<String>?
All URLs serving traffic for this Instance.
getter/setter pair
volumes List<GoogleCloudRunV2Volume>?
A list of Volumes to make available to containers.
getter/setter pair
vpcAccess GoogleCloudRunV2VpcAccess?
VPC Access configuration to use for this Revision.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited