Class: Google::Apis::RedisV1::Cluster

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/redis_v1/classes.rb,
lib/google/apis/redis_v1/representations.rb,
lib/google/apis/redis_v1/representations.rb

Overview

A cluster instance.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Cluster

Returns a new instance of Cluster.



603
604
605
# File 'lib/google/apis/redis_v1/classes.rb', line 603

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#authorization_modeString

Optional. The authorization mode of the Redis cluster. If not provided, auth feature is disabled for the cluster. Corresponds to the JSON property authorizationMode

Returns:

  • (String)


453
454
455
# File 'lib/google/apis/redis_v1/classes.rb', line 453

def authorization_mode
  @authorization_mode
end

#automated_backup_configGoogle::Apis::RedisV1::AutomatedBackupConfig

The automated backup config for a cluster. Corresponds to the JSON property automatedBackupConfig



458
459
460
# File 'lib/google/apis/redis_v1/classes.rb', line 458

def automated_backup_config
  @automated_backup_config
end

#backup_collectionString

Optional. Output only. The backup collection full resource name. Example: projects/project/locations/location/backupCollections/collection Corresponds to the JSON property backupCollection

Returns:

  • (String)


464
465
466
# File 'lib/google/apis/redis_v1/classes.rb', line 464

def backup_collection
  @backup_collection
end

#cluster_endpointsArray<Google::Apis::RedisV1::ClusterEndpoint>

Optional. A list of cluster enpoints. Corresponds to the JSON property clusterEndpoints



469
470
471
# File 'lib/google/apis/redis_v1/classes.rb', line 469

def cluster_endpoints
  @cluster_endpoints
end

#create_timeString

Output only. The timestamp associated with the cluster creation request. Corresponds to the JSON property createTime

Returns:

  • (String)


474
475
476
# File 'lib/google/apis/redis_v1/classes.rb', line 474

def create_time
  @create_time
end

#cross_cluster_replication_configGoogle::Apis::RedisV1::CrossClusterReplicationConfig

Cross cluster replication config. Corresponds to the JSON property crossClusterReplicationConfig



479
480
481
# File 'lib/google/apis/redis_v1/classes.rb', line 479

def cross_cluster_replication_config
  @cross_cluster_replication_config
end

#deletion_protection_enabledBoolean Also known as: deletion_protection_enabled?

Optional. The delete operation will fail when the value is set to true. Corresponds to the JSON property deletionProtectionEnabled

Returns:

  • (Boolean)


484
485
486
# File 'lib/google/apis/redis_v1/classes.rb', line 484

def deletion_protection_enabled
  @deletion_protection_enabled
end

#discovery_endpointsArray<Google::Apis::RedisV1::DiscoveryEndpoint>

Output only. Endpoints created on each given network, for Redis clients to connect to the cluster. Currently only one discovery endpoint is supported. Corresponds to the JSON property discoveryEndpoints



491
492
493
# File 'lib/google/apis/redis_v1/classes.rb', line 491

def discovery_endpoints
  @discovery_endpoints
end

#gcs_sourceGoogle::Apis::RedisV1::GcsBackupSource

Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters. Corresponds to the JSON property gcsSource



497
498
499
# File 'lib/google/apis/redis_v1/classes.rb', line 497

def gcs_source
  @gcs_source
end

#maintenance_policyGoogle::Apis::RedisV1::ClusterMaintenancePolicy

Maintenance policy per cluster. Corresponds to the JSON property maintenancePolicy



502
503
504
# File 'lib/google/apis/redis_v1/classes.rb', line 502

def maintenance_policy
  @maintenance_policy
end

#maintenance_scheduleGoogle::Apis::RedisV1::ClusterMaintenanceSchedule

Upcoming maitenance schedule. Corresponds to the JSON property maintenanceSchedule



507
508
509
# File 'lib/google/apis/redis_v1/classes.rb', line 507

def maintenance_schedule
  @maintenance_schedule
end

#managed_backup_sourceGoogle::Apis::RedisV1::ManagedBackupSource

Backups that generated and managed by memorystore. Corresponds to the JSON property managedBackupSource



512
513
514
# File 'lib/google/apis/redis_v1/classes.rb', line 512

def managed_backup_source
  @managed_backup_source
end

#nameString

Required. Identifier. Unique name of the resource in this scope including project and location using the form: projects/project_id/locations/ location_id/clusters/cluster_id` Corresponds to the JSON propertyname`

Returns:

  • (String)


519
520
521
# File 'lib/google/apis/redis_v1/classes.rb', line 519

def name
  @name
end

#node_typeString

Optional. The type of a redis node in the cluster. NodeType determines the underlying machine-type of a redis node. Corresponds to the JSON property nodeType

Returns:

  • (String)


525
526
527
# File 'lib/google/apis/redis_v1/classes.rb', line 525

def node_type
  @node_type
end

#persistence_configGoogle::Apis::RedisV1::ClusterPersistenceConfig

Configuration of the persistence functionality. Corresponds to the JSON property persistenceConfig



530
531
532
# File 'lib/google/apis/redis_v1/classes.rb', line 530

def persistence_config
  @persistence_config
end

#precise_size_gbFloat

Output only. Precise value of redis memory size in GB for the entire cluster. Corresponds to the JSON property preciseSizeGb

Returns:

  • (Float)


535
536
537
# File 'lib/google/apis/redis_v1/classes.rb', line 535

def precise_size_gb
  @precise_size_gb
end

#psc_configsArray<Google::Apis::RedisV1::PscConfig>

Optional. Each PscConfig configures the consumer network where IPs will be designated to the cluster for client access through Private Service Connect Automation. Currently, only one PscConfig is supported. Corresponds to the JSON property pscConfigs



542
543
544
# File 'lib/google/apis/redis_v1/classes.rb', line 542

def psc_configs
  @psc_configs
end

#psc_connectionsArray<Google::Apis::RedisV1::PscConnection>

Output only. The list of PSC connections that are auto-created through service connectivity automation. Corresponds to the JSON property pscConnections



548
549
550
# File 'lib/google/apis/redis_v1/classes.rb', line 548

def psc_connections
  @psc_connections
end

#psc_service_attachmentsArray<Google::Apis::RedisV1::PscServiceAttachment>

Output only. Service attachment details to configure Psc connections Corresponds to the JSON property pscServiceAttachments



553
554
555
# File 'lib/google/apis/redis_v1/classes.rb', line 553

def psc_service_attachments
  @psc_service_attachments
end

#redis_configsHash<String,String>

Optional. Key/Value pairs of customer overrides for mutable Redis Configs Corresponds to the JSON property redisConfigs

Returns:

  • (Hash<String,String>)


558
559
560
# File 'lib/google/apis/redis_v1/classes.rb', line 558

def redis_configs
  @redis_configs
end

#replica_countFixnum

Optional. The number of replica nodes per shard. Corresponds to the JSON property replicaCount

Returns:

  • (Fixnum)


563
564
565
# File 'lib/google/apis/redis_v1/classes.rb', line 563

def replica_count
  @replica_count
end

#shard_countFixnum

Optional. Number of shards for the Redis cluster. Corresponds to the JSON property shardCount

Returns:

  • (Fixnum)


568
569
570
# File 'lib/google/apis/redis_v1/classes.rb', line 568

def shard_count
  @shard_count
end

#size_gbFixnum

Output only. Redis memory size in GB for the entire cluster rounded up to the next integer. Corresponds to the JSON property sizeGb

Returns:

  • (Fixnum)


574
575
576
# File 'lib/google/apis/redis_v1/classes.rb', line 574

def size_gb
  @size_gb
end

#stateString

Output only. The current state of this cluster. Can be CREATING, READY, UPDATING, DELETING and SUSPENDED Corresponds to the JSON property state

Returns:

  • (String)


580
581
582
# File 'lib/google/apis/redis_v1/classes.rb', line 580

def state
  @state
end

#state_infoGoogle::Apis::RedisV1::StateInfo

Represents additional information about the state of the cluster. Corresponds to the JSON property stateInfo



585
586
587
# File 'lib/google/apis/redis_v1/classes.rb', line 585

def state_info
  @state_info
end

#transit_encryption_modeString

Optional. The in-transit encryption for the Redis cluster. If not provided, encryption is disabled for the cluster. Corresponds to the JSON property transitEncryptionMode

Returns:

  • (String)


591
592
593
# File 'lib/google/apis/redis_v1/classes.rb', line 591

def transit_encryption_mode
  @transit_encryption_mode
end

#uidString

Output only. System assigned, unique identifier for the cluster. Corresponds to the JSON property uid

Returns:

  • (String)


596
597
598
# File 'lib/google/apis/redis_v1/classes.rb', line 596

def uid
  @uid
end

#zone_distribution_configGoogle::Apis::RedisV1::ZoneDistributionConfig

Zone distribution config for allocation of cluster resources. Corresponds to the JSON property zoneDistributionConfig



601
602
603
# File 'lib/google/apis/redis_v1/classes.rb', line 601

def zone_distribution_config
  @zone_distribution_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
# File 'lib/google/apis/redis_v1/classes.rb', line 608

def update!(**args)
  @authorization_mode = args[:authorization_mode] if args.key?(:authorization_mode)
  @automated_backup_config = args[:automated_backup_config] if args.key?(:automated_backup_config)
  @backup_collection = args[:backup_collection] if args.key?(:backup_collection)
  @cluster_endpoints = args[:cluster_endpoints] if args.key?(:cluster_endpoints)
  @create_time = args[:create_time] if args.key?(:create_time)
  @cross_cluster_replication_config = args[:cross_cluster_replication_config] if args.key?(:cross_cluster_replication_config)
  @deletion_protection_enabled = args[:deletion_protection_enabled] if args.key?(:deletion_protection_enabled)
  @discovery_endpoints = args[:discovery_endpoints] if args.key?(:discovery_endpoints)
  @gcs_source = args[:gcs_source] if args.key?(:gcs_source)
  @maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
  @maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
  @managed_backup_source = args[:managed_backup_source] if args.key?(:managed_backup_source)
  @name = args[:name] if args.key?(:name)
  @node_type = args[:node_type] if args.key?(:node_type)
  @persistence_config = args[:persistence_config] if args.key?(:persistence_config)
  @precise_size_gb = args[:precise_size_gb] if args.key?(:precise_size_gb)
  @psc_configs = args[:psc_configs] if args.key?(:psc_configs)
  @psc_connections = args[:psc_connections] if args.key?(:psc_connections)
  @psc_service_attachments = args[:psc_service_attachments] if args.key?(:psc_service_attachments)
  @redis_configs = args[:redis_configs] if args.key?(:redis_configs)
  @replica_count = args[:replica_count] if args.key?(:replica_count)
  @shard_count = args[:shard_count] if args.key?(:shard_count)
  @size_gb = args[:size_gb] if args.key?(:size_gb)
  @state = args[:state] if args.key?(:state)
  @state_info = args[:state_info] if args.key?(:state_info)
  @transit_encryption_mode = args[:transit_encryption_mode] if args.key?(:transit_encryption_mode)
  @uid = args[:uid] if args.key?(:uid)
  @zone_distribution_config = args[:zone_distribution_config] if args.key?(:zone_distribution_config)
end