- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
alternative_location_id
Type: STRING
Provider name: alternativeLocationId
Description: Optional. If specified, at least one node will be provisioned in this zone in addition to the zone specified in location_id. Only applicable to standard tier. If provided, it must be a different zone from the one provided in [location_id]. Additional nodes beyond the first 2 will be placed in zones selected by the service.
ancestors
Type: UNORDERED_LIST_STRING
auth_enabled
Type: BOOLEAN
Provider name: authEnabled
Description: Optional. Indicates whether OSS Redis AUTH is enabled for the instance. If set to “true” AUTH is enabled on the instance. Default value is “false” meaning AUTH is disabled.
authorized_network
Type: STRING
Provider name: authorizedNetwork
Description: Optional. The full name of the Google Compute Engine network to which the instance is connected. If left unspecified, the default
network will be used.
available_maintenance_versions
Type: UNORDERED_LIST_STRING
Provider name: availableMaintenanceVersions
Description: Optional. The available maintenance versions that an instance could update to.
connect_mode
Type: STRING
Provider name: connectMode
Description: Optional. The network connect mode of the Redis instance. If not provided, the connect mode defaults to DIRECT_PEERING.
Possible values:
CONNECT_MODE_UNSPECIFIED
- Not set.DIRECT_PEERING
- Connect via direct peering to the Memorystore for Redis hosted service.PRIVATE_SERVICE_ACCESS
- Connect your Memorystore for Redis instance using Private Service Access. Private services access provides an IP address range for multiple Google Cloud services, including Memorystore.create_time
Type: TIMESTAMP
Provider name: createTime
Description: Output only. The time the instance was created.
current_location_id
Type: STRING
Provider name: currentLocationId
Description: Output only. The current zone where the Redis primary node is located. In basic tier, this will always be the same as [location_id]. In standard tier, this can be the zone of any node in the instance.
customer_managed_key
Type: STRING
Provider name: customerManagedKey
Description: Optional. The KMS key reference that the customer provides when trying to create the instance.
gcp_display_name
Type: STRING
Provider name: displayName
Description: An arbitrary and optional user-provided name for the instance.
host
Type: STRING
Provider name: host
Description: Output only. Hostname or IP address of the exposed Redis endpoint used by clients to connect to the service.
labels
Type: UNORDERED_LIST_STRING
location_id
Type: STRING
Provider name: locationId
Description: Optional. The zone where the instance will be provisioned. If not provided, the service will choose a zone from the specified region for the instance. For standard tier, additional nodes will be added across multiple zones for protection against zonal failures. If specified, at least one node will be provisioned in this zone.
maintenance_policy
Type: STRUCT
Provider name: maintenancePolicy
Description: Optional. The maintenance policy for the instance. If not provided, maintenance events can be performed at any time.
create_time
TIMESTAMP
createTime
description
STRING
description
update_time
TIMESTAMP
updateTime
weekly_maintenance_window
UNORDERED_LIST_STRUCT
weeklyMaintenanceWindow
day
STRING
day
DAY_OF_WEEK_UNSPECIFIED
- The day of the week is unspecified.MONDAY
- MondayTUESDAY
- TuesdayWEDNESDAY
- WednesdayTHURSDAY
- ThursdayFRIDAY
- FridaySATURDAY
- SaturdaySUNDAY
- Sundayduration
STRING
duration
start_time
STRUCT
startTime
hours
INT32
hours
minutes
INT32
minutes
nanos
INT32
nanos
seconds
INT32
seconds
maintenance_schedule
Type: STRUCT
Provider name: maintenanceSchedule
Description: Output only. Date and time of upcoming maintenance events which have been scheduled.
can_reschedule
BOOLEAN
canReschedule
end_time
TIMESTAMP
endTime
schedule_deadline_time
TIMESTAMP
scheduleDeadlineTime
start_time
TIMESTAMP
startTime
maintenance_version
Type: STRING
Provider name: maintenanceVersion
Description: Optional. The self service update maintenance version. The version is date based such as “20210712_00_00”.
memory_size_gb
Type: INT32
Provider name: memorySizeGb
Description: Required. Redis memory size in GiB.
name
Type: STRING
Provider name: name
Description: Required. 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: 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 and alternative_location_id fields for more details.
nodes
Type: UNORDERED_LIST_STRUCT
Provider name: nodes
Description: Output only. Info per node.
id
STRING
id
zone
STRING
zone
organization_id
Type: STRING
parent
Type: STRING
persistence_config
Type: STRUCT
Provider name: persistenceConfig
Description: Optional. Persistence configuration parameters
persistence_mode
STRING
persistenceMode
PERSISTENCE_MODE_UNSPECIFIED
- Not set.DISABLED
- Persistence is disabled for the instance, and any existing snapshots are deleted.RDB
- RDB based Persistence is enabled.rdb_next_snapshot_time
TIMESTAMP
rdbNextSnapshotTime
rdb_snapshot_period
STRING
rdbSnapshotPeriod
SNAPSHOT_PERIOD_UNSPECIFIED
- Not set.ONE_HOUR
- Snapshot every 1 hour.SIX_HOURS
- Snapshot every 6 hours.TWELVE_HOURS
- Snapshot every 12 hours.TWENTY_FOUR_HOURS
- Snapshot every 24 hours.rdb_snapshot_start_time
TIMESTAMP
rdbSnapshotStartTime
persistence_iam_identity
Type: STRING
Provider name: persistenceIamIdentity
Description: Output only. Cloud IAM identity used by import / export operations to transfer data to/from Cloud Storage. Format is “serviceAccount:”. The value may change over time for a given instance so should be checked before each import/export operation.
port
Type: INT32
Provider name: port
Description: Output only. The port number of the exposed Redis endpoint.
project_id
Type: STRING
project_number
Type: STRING
read_endpoint
Type: STRING
Provider name: readEndpoint
Description: Output only. Hostname or IP address of the exposed readonly Redis endpoint. Standard tier only. Targets all healthy replica nodes in instance. Replication is asynchronous and replica nodes will exhibit some lag behind the primary. Write requests must target ‘host’.
read_endpoint_port
Type: INT32
Provider name: readEndpointPort
Description: Output only. The port number of the exposed readonly redis endpoint. Standard tier only. Write requests should target ‘port’.
read_replicas_mode
Type: STRING
Provider name: readReplicasMode
Description: Optional. Read replicas mode for the instance. Defaults to READ_REPLICAS_DISABLED.
Possible values:
READ_REPLICAS_MODE_UNSPECIFIED
- If not set, Memorystore Redis backend will default to READ_REPLICAS_DISABLED.READ_REPLICAS_DISABLED
- If disabled, read endpoint will not be provided and the instance cannot scale up or down the number of replicas.READ_REPLICAS_ENABLED
- If enabled, read endpoint will be provided and the instance can scale up and down the number of replicas. Not valid for basic tier.redis_version
Type: STRING
Provider name: redisVersion
Description: Optional. The version of Redis software. If not provided, the default version will be used. Currently, the supported values are: * REDIS_3_2
for Redis 3.2 compatibility * REDIS_4_0
for Redis 4.0 compatibility * REDIS_5_0
for Redis 5.0 compatibility * REDIS_6_X
for Redis 6.x compatibility * REDIS_7_0
for Redis 7.0 compatibility (default) * REDIS_7_2
for Redis 7.2 compatibility
replica_count
Type: INT32
Provider name: replicaCount
Description: Optional. The number of replica nodes. The valid range for the Standard Tier with read replicas enabled is [1-5] and defaults to 2. If read replicas are not enabled for a Standard Tier instance, the only valid value is 1 and the default is 1. The valid value for basic tier is 0 and the default is also 0.
reserved_ip_range
Type: STRING
Provider name: reservedIpRange
Description: Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. For READ_REPLICAS_ENABLED the default block size is /28.
resource_name
Type: STRING
satisfies_pzi
Type: BOOLEAN
Provider name: satisfiesPzi
Description: Optional. Output only. Reserved for future use.
satisfies_pzs
Type: BOOLEAN
Provider name: satisfiesPzs
Description: Optional. Output only. Reserved for future use.
secondary_ip_range
Type: STRING
Provider name: secondaryIpRange
Description: Optional. Additional IP range for node placement. Required when enabling read replicas on an existing instance. For DIRECT_PEERING mode value must be a CIDR range of size /28, or “auto”. For PRIVATE_SERVICE_ACCESS mode value must be the name of an allocated address range associated with the private service access connection, or “auto”.
server_ca_certs
Type: UNORDERED_LIST_STRUCT
Provider name: serverCaCerts
Description: Output only. List of server CA certificates for the instance.
cert
STRING
cert
create_time
TIMESTAMP
createTime
2020-05-18T00:00:00.094Z
.expire_time
TIMESTAMP
expireTime
2020-05-18T00:00:00.094Z
.serial_number
STRING
serialNumber
sha1_fingerprint
STRING
sha1Fingerprint
state
Type: STRING
Provider name: state
Description: Output only. The current state of this instance.
Possible values:
STATE_UNSPECIFIED
- Not set.CREATING
- Redis instance is being created.READY
- Redis instance has been created and is fully usable.UPDATING
- Redis instance configuration is being updated. Certain kinds of updates may cause the instance to become unusable while the update is in progress.DELETING
- Redis instance is being deleted.REPAIRING
- Redis instance is being repaired and may be unusable.MAINTENANCE
- Maintenance is being performed on this Redis instance.IMPORTING
- Redis instance is importing data (availability may be affected).FAILING_OVER
- Redis instance is failing over (availability may be affected).status_message
Type: STRING
Provider name: statusMessage
Description: Output only. Additional information about the current status of this instance, if available.
suspension_reasons
Type: UNORDERED_LIST_STRING
Provider name: suspensionReasons
Description: Optional. reasons that causes instance in “SUSPENDED” state.
tags
Type: UNORDERED_LIST_STRING
tier
Type: STRING
Provider name: tier
Description: Required. The service tier of the instance.
Possible values:
TIER_UNSPECIFIED
- Not set.BASIC
- BASIC tier: standalone instanceSTANDARD_HA
- STANDARD_HA tier: highly available primary/replica instancestransit_encryption_mode
Type: STRING
Provider name: transitEncryptionMode
Description: Optional. The TLS mode of the Redis instance. If not provided, TLS is disabled for the instance.
Possible values:
TRANSIT_ENCRYPTION_MODE_UNSPECIFIED
- Not set.SERVER_AUTHENTICATION
- Client to Server traffic encryption enabled with server authentication.DISABLED
- TLS is disabled for the instance.