class Google::Apis::SqladminV1::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_v1/classes.rb, line 2612 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 2617 def update!(**args) @kind = args[:kind] if args.key?(:kind) @next_version = args[:next_version] if args.key?(:next_version) end