Reference documentation and code samples for the Google Cloud Memorystore for Redis V1 API class Google::Cloud::Redis::Cluster::V1::CreateClusterRequest.
Request for [CreateCluster][CloudRedis.CreateCluster].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster
def cluster() -> ::Google::Cloud::Redis::Cluster::V1::Cluster
- (::Google::Cloud::Redis::Cluster::V1::Cluster) — Required. The cluster that is to be created.
#cluster=
def cluster=(value) -> ::Google::Cloud::Redis::Cluster::V1::Cluster
- value (::Google::Cloud::Redis::Cluster::V1::Cluster) — Required. The cluster that is to be created.
- (::Google::Cloud::Redis::Cluster::V1::Cluster) — Required. The cluster that is to be created.
#cluster_id
def cluster_id() -> ::String
-
(::String) —
Required. The logical name of the Redis cluster in the customer project with the following restrictions:
- Must contain only lowercase letters, numbers, and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the customer project / location
#cluster_id=
def cluster_id=(value) -> ::String
-
value (::String) —
Required. The logical name of the Redis cluster in the customer project with the following restrictions:
- Must contain only lowercase letters, numbers, and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the customer project / location
-
(::String) —
Required. The logical name of the Redis cluster in the customer project with the following restrictions:
- Must contain only lowercase letters, numbers, and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the customer project / location
#parent
def parent() -> ::String
-
(::String) — Required. The resource name of the cluster location using the form:
projects/{project_id}/locations/{location_id}
wherelocation_id
refers to a GCP region.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The resource name of the cluster location using the form:
projects/{project_id}/locations/{location_id}
wherelocation_id
refers to a GCP region.
-
(::String) — Required. The resource name of the cluster location using the form:
projects/{project_id}/locations/{location_id}
wherelocation_id
refers to a GCP region.
#request_id
def request_id() -> ::String
- (::String) — Idempotent request UUID.
#request_id=
def request_id=(value) -> ::String
- value (::String) — Idempotent request UUID.
- (::String) — Idempotent request UUID.