A Google Cloud Redis instance. .. attribute:: name
Required. Unique name of the resource in this scope including
project and location using the form: projects/{project_id}/l
ocations/{location_id}/instances/{instance_id}
Note: Redis
instances are managed and addressed at regional level so
location_id here refers to a GCP region; however, users may
choose which specific zone (or collection of zones for cross-
zone instances) an instance should be provisioned in. Refer to
[location_id][google.cloud.redis.v1.Instance.location_id]
and [alternative_location_id][google.cloud.redis.v1.Instance
.alternative_location_id] fields for more details.
Resource labels to represent user provided metadata
Optional. Only applicable to STANDARD_HA tier which protects the instance against zonal failures by provisioning it across two zones. If provided, it must be a different zone from the one provided in [location_id][google.cloud.redis.v1.Instance.location_id].
Optional. The CIDR range of internal addresses that are reserved for this instance. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. Ranges must be unique and non-overlapping with existing subnets in an authorized network.
Output only. The port number of the exposed Redis endpoint.
Output only. The time the instance was created.
Output only. Additional information about the current status of this instance, if available.
Required. The service tier of the instance.
Optional. The 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.
Optional. The connect mode of Redis instance. If not provided, default one will be used. Current default: DIRECT_PEERING.
Inheritance
builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > InstanceClasses
LabelsEntry
API documentation for redis_v1.types.Instance.LabelsEntry
class.
RedisConfigsEntry
API documentation for redis_v1.types.Instance.RedisConfigsEntry
class.