class Google::Apis::SqladminV1beta4::InsertSslCertsRequest
SslCerts insert request.
Attributes
common_name[RW]
User supplied name. Must be a distinct name from the other certificates for this instance. New certificates will not be usable until the instance is restarted. Corresponds to the JSON property `commonName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/sqladmin_v1beta4/classes.rb, line 1800 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/sqladmin_v1beta4/classes.rb, line 1805 def update!(**args) @common_name = args[:common_name] if args.key?(:common_name) end