class Google::Apis::SqladminV1::InstancesRotateServerCaRequest

Rotate server CA request.

Attributes

rotate_server_ca_context[RW]

Instance rotate server CA context. Corresponds to the JSON property `rotateServerCaContext` @return [Google::Apis::SqladminV1::RotateServerCaContext]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sqladmin_v1/classes.rb, line 1914
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sqladmin_v1/classes.rb, line 1919
def update!(**args)
  @rotate_server_ca_context = args[:rotate_server_ca_context] if args.key?(:rotate_server_ca_context)
end