Class: Aws::ElastiCache::Types::IncreaseNodeGroupsInGlobalReplicationGroupMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apply_immediatelyBoolean

Indicates that the process begins immediately. At present, the only permitted value for this parameter is true.

Returns:

  • (Boolean)


5389
5390
5391
5392
5393
5394
5395
5396
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5389

class IncreaseNodeGroupsInGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :node_group_count,
  :regional_configurations,
  :apply_immediately)
  SENSITIVE = []
  include Aws::Structure
end

#global_replication_group_idString

The name of the Global datastore

Returns:

  • (String)


5389
5390
5391
5392
5393
5394
5395
5396
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5389

class IncreaseNodeGroupsInGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :node_group_count,
  :regional_configurations,
  :apply_immediately)
  SENSITIVE = []
  include Aws::Structure
end

#node_group_countInteger

Total number of node groups you want

Returns:

  • (Integer)


5389
5390
5391
5392
5393
5394
5395
5396
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5389

class IncreaseNodeGroupsInGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :node_group_count,
  :regional_configurations,
  :apply_immediately)
  SENSITIVE = []
  include Aws::Structure
end

#regional_configurationsArray<Types::RegionalConfiguration>

Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastore

Returns:



5389
5390
5391
5392
5393
5394
5395
5396
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5389

class IncreaseNodeGroupsInGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :node_group_count,
  :regional_configurations,
  :apply_immediately)
  SENSITIVE = []
  include Aws::Structure
end