You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: metadata.yaml
+25-31Lines changed: 25 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -52,30 +52,20 @@ spec:
52
52
location: examples/valkey
53
53
interfaces:
54
54
variables:
55
-
- name: region
56
-
description: The GCP region to use.
57
-
varType: string
58
55
- name: project_id
59
56
description: The ID of the project in which the resource belongs to.
60
57
varType: string
61
58
required: true
62
-
- name: enable_apis
63
-
description: Flag for enabling redis.googleapis.com in your project
64
-
varType: bool
65
-
defaultValue: true
59
+
- name: region
60
+
description: The GCP region to use.
61
+
varType: string
66
62
- name: name
67
63
description: The ID of the instance or a fully qualified identifier for the instance.
68
64
varType: string
69
65
required: true
70
-
- name: authorized_network
71
-
description: The full name of the Google Compute Engine network to which the instance is connected. If left unspecified, the default network will be used.
66
+
- name: display_name
67
+
description: An arbitrary and optional user-provided name for the instance.
description: The service tier of the instance. https://cloud.google.com/memorystore/docs/redis/reference/rest/v1/projects.locations.instances#Tier
81
71
varType: string
@@ -85,8 +75,27 @@ spec:
85
75
varType: number
86
76
defaultValue: 1
87
77
- name: replica_count
88
-
description: The number of replicas. can
78
+
description: The number of replicas.
89
79
varType: number
80
+
- name: authorized_network
81
+
description: The full name of the Google Compute Engine network to which the instance is connected. If left unspecified, the default network will be used.
description: The connection mode of the Redis instance. Can be either DIRECT_PEERING or PRIVATE_SERVICE_ACCESS. The default connect mode if not provided is DIRECT_PEERING.
94
+
varType: string
95
+
- name: enable_apis
96
+
description: Flag for enabling redis.googleapis.com in your project
description: The alternative zone where the instance will be provisioned.
99
108
varType: string
100
-
- name: redis_version
101
-
description: The version of Redis software.
102
-
varType: string
103
109
- name: redis_configs
104
110
description: The Redis configuration parameters. See [more details](https://cloud.google.com/memorystore/docs/redis/reference/rest/v1/projects.locations.instances#Instance.FIELDS.redis_configs)
105
111
varType: map(any)
106
112
defaultValue: {}
107
-
- name: display_name
108
-
description: An arbitrary and optional user-provided name for the instance.
109
-
varType: string
110
113
- name: reserved_ip_range
111
114
description: The CIDR range of internal addresses that are reserved for this instance.
112
115
varType: string
113
116
- name: secondary_ip_range
114
117
description: Optional. Additional IP range for node placement. Required when enabling read replicas on an existing instance.
115
118
varType: string
116
-
- name: connect_mode
117
-
description: The connection mode of the Redis instance. Can be either DIRECT_PEERING or PRIVATE_SERVICE_ACCESS. The default connect mode if not provided is DIRECT_PEERING.
118
-
varType: string
119
119
- name: labels
120
120
description: The resource labels to represent user provided metadata.
121
121
varType: map(string)
@@ -150,12 +150,6 @@ spec:
150
150
rdb_snapshot_period = string
151
151
})
152
152
outputs:
153
-
- name: apphub_service_uri
154
-
description: Service URI in CAIS style to be used by Apphub.
155
-
type:
156
-
- object
157
-
- service_id: string
158
-
service_uri: string
159
153
- name: auth_string
160
154
description: AUTH String set on the instance. This field will only be populated if auth_enabled is true.
0 commit comments