Memcached Instance

A Memcached Instance in Google Cloud is a fully managed, in-memory caching service based on the open-source Memcached system. It is designed to provide high-performance, low-latency data caching for applications, helping reduce database load and improve response times. Google Cloud handles provisioning, scaling, monitoring, and patching, allowing developers to focus on application logic rather than infrastructure management.

gcp.memcache_instance

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
authorized_networkcorestringThe full name of the Google Compute Engine [network](/compute/docs/networks-and-firewalls#networks) to which the instance is connected. If left unspecified, the `default` network will be used.
create_timecoretimestampOutput only. The time the instance was created.
datadog_display_namecorestring
discovery_endpointcorestringOutput only. Endpoint for the Discovery API.
gcp_display_namecorestringUser provided name for the instance, which is only used for display purposes. Cannot be more than 80 characters.
instance_messagescorejsonList of messages that describe the current state of the Memcached instance.
labelscorearray<string>Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
maintenance_policycorejsonThe maintenance policy for the instance. If not provided, the maintenance event will be performed based on Memorystore internal rollout schedule.
maintenance_schedulecorejsonOutput only. Published maintenance schedule.
memcache_full_versioncorestringOutput only. The full version of memcached server running on this instance. System automatically determines the full memcached version for an instance based on the input MemcacheVersion. The full version format will be "memcached-1.5.16".
memcache_nodescorejsonOutput only. List of Memcached nodes. Refer to Node message for more details.
memcache_versioncorestringThe major version of Memcached software. If not provided, latest supported version will be used. Currently the latest supported major version is `MEMCACHE_1_5`. The minor version will be automatically determined by our system based on the latest supported minor version.
namecorestringRequired. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Memcached instances are managed and addressed at the regional level so `location_id` here refers to a Google Cloud region; however, users may choose which zones Memcached nodes should be provisioned in within an instance. Refer to zones field for more details.
node_configcorejsonRequired. Configuration for Memcached nodes.
node_countcoreint64Required. Number of nodes in the Memcached instance.
organization_idcorestring
parameterscorejsonUser defined parameters to apply to the memcached process on each node.
parentcorestring
project_idcorestring
project_numbercorestring
reserved_ip_range_idcorearray<string>Optional. Contains the id of allocated IP address ranges associated with the private service access connection for example, "test-default" associated with IP range 10.0.0.0/29.
resource_namecorestring
satisfies_pzicoreboolOptional. Output only. Reserved for future use.
satisfies_pzscoreboolOptional. Output only. Reserved for future use.
statecorestringOutput only. The state of this Memcached instance.
tagscorehstore
update_timecoretimestampOutput only. The time the instance was updated.
zonescorearray<string>Zones in which Memcached nodes should be provisioned. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.