public sealed class CreateClusterRequest : IMessage<CreateClusterRequest>, IEquatable<CreateClusterRequest>, IDeepCloneable<CreateClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class CreateClusterRequest.
Request for [CreateCluster][CloudRedis.CreateCluster].
Implements
IMessageCreateClusterRequest, IEquatableCreateClusterRequest, IDeepCloneableCreateClusterRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.Cluster.V1Assembly
Google.Cloud.Redis.Cluster.V1.dll
Constructors
CreateClusterRequest()
public CreateClusterRequest()
CreateClusterRequest(CreateClusterRequest)
public CreateClusterRequest(CreateClusterRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateClusterRequest |
Properties
Cluster
public Cluster Cluster { get; set; }
Required. The cluster that is to be created.
Property Value | |
---|---|
Type | Description |
Cluster |
ClusterId
public string ClusterId { get; set; }
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
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the cluster location using the form:
projects/{project_id}/locations/{location_id}
where location_id
refers to a GCP region.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
RequestId
public string RequestId { get; set; }
Idempotent request UUID.
Property Value | |
---|---|
Type | Description |
string |