Class: Google::Cloud::Redis::V1::CreateInstanceRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/redis/v1/doc/google/cloud/redis/v1/cloud_redis.rb

Overview

Request for CreateInstance.

Instance Attribute Summary collapse

Instance Attribute Details

#instanceGoogle::Cloud::Redis::V1::Instance

Returns Required. A Redis [Instance] resource.

Returns:



240
# File 'lib/google/cloud/redis/v1/doc/google/cloud/redis/v1/cloud_redis.rb', line 240

class CreateInstanceRequest; end

#instance_idString

Returns Required. The logical name of the Redis instance 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-40 characters.
  • Must end with a number or a letter.
  • Must be unique within the customer project / location.

Returns:

  • (String)

    Required. The logical name of the Redis instance 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-40 characters.
    • Must end with a number or a letter.
    • Must be unique within the customer project / location


240
# File 'lib/google/cloud/redis/v1/doc/google/cloud/redis/v1/cloud_redis.rb', line 240

class CreateInstanceRequest; end

#parentString

Returns Required. The resource name of the instance location using the form: projects/{project_id}/locations/{location_id} where location_id refers to a GCP region.

Returns:

  • (String)

    Required. The resource name of the instance location using the form: projects/{project_id}/locations/{location_id} where location_id refers to a GCP region.



240
# File 'lib/google/cloud/redis/v1/doc/google/cloud/redis/v1/cloud_redis.rb', line 240

class CreateInstanceRequest; end