Class CreateAnywhereCacheMetadata (1.4.0)

CreateAnywhereCacheMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message returned in the metadata field of the Operation resource for CreateAnywhereCache operations.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
common_metadata google.cloud.storage_control_v2.types.CommonLongRunningOperationMetadata
Generic metadata for the long running operation.
anywhere_cache_id str
Anywhere Cache ID. This field is a member of oneof_ _anywhere_cache_id.
zone str
The zone in which the cache instance is running. For example, us-central1-a. This field is a member of oneof_ _zone.
ttl google.protobuf.duration_pb2.Duration
Anywhere Cache entry's TTL. A cache-level config that is applied to all new cache entries on admission. Default ttl value (24hrs) is applied if not specified in the create request. This field is a member of oneof_ _ttl.
admission_policy str
Anywhere Cache entry Admission Policy in kebab-case (e.g., "admit-on-first-miss"). Default admission policy (admit-on-first-miss) is applied if not specified in the create request. This field is a member of oneof_ _admission_policy.