Class: Google::Apis::RedisV1beta1::GcbdrConfiguration

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

Overview

GCBDR Configuration for the resource.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GcbdrConfiguration

Returns a new instance of GcbdrConfiguration.



1962
1963
1964
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 1962

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

Instance Attribute Details

#gcbdr_managedBoolean Also known as: gcbdr_managed?

Whether the resource is managed by GCBDR. Corresponds to the JSON property gcbdrManaged

Returns:

  • (Boolean)


1959
1960
1961
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 1959

def gcbdr_managed
  @gcbdr_managed
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1967
1968
1969
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 1967

def update!(**args)
  @gcbdr_managed = args[:gcbdr_managed] if args.key?(:gcbdr_managed)
end