class Google::Apis::SqladminV1beta4::RotateServerCaContext

Instance rotate server CA context.

Attributes

kind[RW]

This is always `sql#rotateServerCaContext`. Corresponds to the JSON property `kind` @return [String]

next_version[RW]

The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server CA version. Corresponds to the JSON property `nextVersion` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sqladmin_v1beta4/classes.rb, line 2784
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_v1beta4/classes.rb, line 2789
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @next_version = args[:next_version] if args.key?(:next_version)
end