class Google::Apis::SqladminV1::SslCertsInsertRequest
SslCerts insert request.
Attributes
common_name[RW]
User
supplied name. Must be a distinct name from the other certificates for this instance. Corresponds to the JSON property `commonName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sqladmin_v1/classes.rb, line 3265 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 3270 def update!(**args) @common_name = args[:common_name] if args.key?(:common_name) end