Class: Google::Apis::RedisV1beta1::SharedRegionalCertificateAuthority

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

Shared regional certificate authority

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SharedRegionalCertificateAuthority

Returns a new instance of SharedRegionalCertificateAuthority.



4258
4259
4260
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 4258

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

Instance Attribute Details

#managed_server_caGoogle::Apis::RedisV1beta1::RegionalManagedCertificateAuthority

CA certificate chains for redis managed server authentication. Corresponds to the JSON property managedServerCa



4249
4250
4251
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 4249

def managed_server_ca
  @managed_server_ca
end

#nameString

Identifier. Unique name of the resource in this scope including project and location using the form: projects/project/locations/location/ sharedRegionalCertificateAuthority Corresponds to the JSON property name

Returns:

  • (String)


4256
4257
4258
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 4256

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4263
4264
4265
4266
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 4263

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