GoogleCloudRunV2Volume class
Volume represents a named volume in a container.
Constructors
- GoogleCloudRunV2Volume({GoogleCloudRunV2CloudSqlInstance? cloudSqlInstance, GoogleCloudRunV2EmptyDirVolumeSource? emptyDir, GoogleCloudRunV2GCSVolumeSource? gcs, String? name, GoogleCloudRunV2NFSVolumeSource? nfs, GoogleCloudRunV2SecretVolumeSource? secret})
- GoogleCloudRunV2Volume.fromJson(Map json_)
Properties
- cloudSqlInstance ↔ GoogleCloudRunV2CloudSqlInstance?
-
For Cloud SQL volumes, contains the specific instances that should be
mounted.
getter/setter pair
- emptyDir ↔ GoogleCloudRunV2EmptyDirVolumeSource?
-
Ephemeral storage used as a shared volume.
getter/setter pair
- gcs ↔ GoogleCloudRunV2GCSVolumeSource?
-
Persistent storage backed by a Google Cloud Storage bucket.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Volume's name.
getter/setter pair
- nfs ↔ GoogleCloudRunV2NFSVolumeSource?
-
For NFS Voumes, contains the path to the nfs Volume
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret ↔ GoogleCloudRunV2SecretVolumeSource?
-
Secret represents a secret that should populate this volume.
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