generated/google/apis/redis_v1beta1/classes.rb in google-api-client-0.21.1 vs generated/google/apis/redis_v1beta1/classes.rb in google-api-client-0.21.2

- old
+ new

@@ -142,15 +142,15 @@ # Output only. The time the instance was created. # Corresponds to the JSON property `createTime` # @return [String] attr_accessor :create_time - # Output only. The current zone where the Redis endpoint is placed. In - # single zone deployments, this will always be the same as [location_id] - # provided by the user at creation time. In cross-zone instances (only - # applicable in STANDARD_HA tier), this can be either [location_id] or - # [alternative_location_id] and can change on a failover event. + # Output only. The current zone where the Redis endpoint is placed. For Basic + # Tier instances, this will always be the same as the [location_id] + # provided by the user at creation time. For Standard Tier instances, + # this can be either [location_id] or [alternative_location_id] and can + # change after a failover event. # Corresponds to the JSON property `currentLocationId` # @return [String] attr_accessor :current_location_id # An arbitrary and optional user-provided name for the instance. @@ -170,26 +170,26 @@ attr_accessor :labels # Optional. The zone where the instance will be provisioned. If not provided, # the service will choose a zone for the instance. For STANDARD_HA tier, # instances will be created across two zones for protection against zonal - # failures. if [alternative_location_id] is also provided, it must be + # failures. If [alternative_location_id] is also provided, it must be # different from [location_id]. # Corresponds to the JSON property `locationId` # @return [String] attr_accessor :location_id - # Required. Redis memory size in GB, up to 200GB. + # Required. Redis memory size in GiB. # Corresponds to the JSON property `memorySizeGb` # @return [Fixnum] attr_accessor :memory_size_gb # 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 get to choose which + # 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. # Corresponds to the JSON property `name` # @return [String] @@ -201,12 +201,12 @@ attr_accessor :port # Optional. Redis configuration parameters, according to # http://redis.io/topics/config. Currently, the only supported parameters # are: - # * maxmemory-policy - # * notify-keyspace-events + # * maxmemory-policy + # * notify-keyspace-events # Corresponds to the JSON property `redisConfigs` # @return [Hash<String,String>] attr_accessor :redis_configs # Optional. The version of Redis software. @@ -218,10 +218,10 @@ attr_accessor :redis_version # Optional. The CIDR range of internal addresses that are reserved for this # instance. If not provided, the service will choose an unused /29 block, # for example, 10.0.0.0/29 or 192.168.0.0/29. Ranges must be unique - # and non-overlapping with existing subnets in a network. + # and non-overlapping with existing subnets in an authorized network. # Corresponds to the JSON property `reservedIpRange` # @return [String] attr_accessor :reserved_ip_range # Output only. The current state of this instance.