Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::Volume.
Volume represents a named volume in a container.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cloud_sql_instance
def cloud_sql_instance() -> ::Google::Cloud::Run::V2::CloudSqlInstance
-
(::Google::Cloud::Run::V2::CloudSqlInstance) — For Cloud SQL volumes, contains the specific instances that should be
mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for
more information on how to connect Cloud SQL and Cloud Run.
Note: The following fields are mutually exclusive:
cloud_sql_instance
,secret
,empty_dir
,nfs
,gcs
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#cloud_sql_instance=
def cloud_sql_instance=(value) -> ::Google::Cloud::Run::V2::CloudSqlInstance
-
value (::Google::Cloud::Run::V2::CloudSqlInstance) — For Cloud SQL volumes, contains the specific instances that should be
mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for
more information on how to connect Cloud SQL and Cloud Run.
Note: The following fields are mutually exclusive:
cloud_sql_instance
,secret
,empty_dir
,nfs
,gcs
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Run::V2::CloudSqlInstance) — For Cloud SQL volumes, contains the specific instances that should be
mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for
more information on how to connect Cloud SQL and Cloud Run.
Note: The following fields are mutually exclusive:
cloud_sql_instance
,secret
,empty_dir
,nfs
,gcs
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#empty_dir
def empty_dir() -> ::Google::Cloud::Run::V2::EmptyDirVolumeSource
-
(::Google::Cloud::Run::V2::EmptyDirVolumeSource) — Ephemeral storage used as a shared volume.
Note: The following fields are mutually exclusive:
empty_dir
,secret
,cloud_sql_instance
,nfs
,gcs
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#empty_dir=
def empty_dir=(value) -> ::Google::Cloud::Run::V2::EmptyDirVolumeSource
-
value (::Google::Cloud::Run::V2::EmptyDirVolumeSource) — Ephemeral storage used as a shared volume.
Note: The following fields are mutually exclusive:
empty_dir
,secret
,cloud_sql_instance
,nfs
,gcs
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Run::V2::EmptyDirVolumeSource) — Ephemeral storage used as a shared volume.
Note: The following fields are mutually exclusive:
empty_dir
,secret
,cloud_sql_instance
,nfs
,gcs
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#gcs
def gcs() -> ::Google::Cloud::Run::V2::GCSVolumeSource
-
(::Google::Cloud::Run::V2::GCSVolumeSource) — Persistent storage backed by a Google Cloud Storage bucket.
Note: The following fields are mutually exclusive:
gcs
,secret
,cloud_sql_instance
,empty_dir
,nfs
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#gcs=
def gcs=(value) -> ::Google::Cloud::Run::V2::GCSVolumeSource
-
value (::Google::Cloud::Run::V2::GCSVolumeSource) — Persistent storage backed by a Google Cloud Storage bucket.
Note: The following fields are mutually exclusive:
gcs
,secret
,cloud_sql_instance
,empty_dir
,nfs
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Run::V2::GCSVolumeSource) — Persistent storage backed by a Google Cloud Storage bucket.
Note: The following fields are mutually exclusive:
gcs
,secret
,cloud_sql_instance
,empty_dir
,nfs
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#name
def name() -> ::String
- (::String) — Required. Volume's name.
#name=
def name=(value) -> ::String
- value (::String) — Required. Volume's name.
- (::String) — Required. Volume's name.
#nfs
def nfs() -> ::Google::Cloud::Run::V2::NFSVolumeSource
-
(::Google::Cloud::Run::V2::NFSVolumeSource) — For NFS Voumes, contains the path to the nfs Volume
Note: The following fields are mutually exclusive:
nfs
,secret
,cloud_sql_instance
,empty_dir
,gcs
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#nfs=
def nfs=(value) -> ::Google::Cloud::Run::V2::NFSVolumeSource
-
value (::Google::Cloud::Run::V2::NFSVolumeSource) — For NFS Voumes, contains the path to the nfs Volume
Note: The following fields are mutually exclusive:
nfs
,secret
,cloud_sql_instance
,empty_dir
,gcs
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Run::V2::NFSVolumeSource) — For NFS Voumes, contains the path to the nfs Volume
Note: The following fields are mutually exclusive:
nfs
,secret
,cloud_sql_instance
,empty_dir
,gcs
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#secret
def secret() -> ::Google::Cloud::Run::V2::SecretVolumeSource
-
(::Google::Cloud::Run::V2::SecretVolumeSource) — Secret represents a secret that should populate this volume.
Note: The following fields are mutually exclusive:
secret
,cloud_sql_instance
,empty_dir
,nfs
,gcs
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#secret=
def secret=(value) -> ::Google::Cloud::Run::V2::SecretVolumeSource
-
value (::Google::Cloud::Run::V2::SecretVolumeSource) — Secret represents a secret that should populate this volume.
Note: The following fields are mutually exclusive:
secret
,cloud_sql_instance
,empty_dir
,nfs
,gcs
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Run::V2::SecretVolumeSource) — Secret represents a secret that should populate this volume.
Note: The following fields are mutually exclusive:
secret
,cloud_sql_instance
,empty_dir
,nfs
,gcs
. If a field in that set is populated, all other fields in the set will automatically be cleared.