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. Corresponds to the JSON property `commonName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sqladmin_v1beta4/classes.rb, line 3394 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 3399 def update!(**args) @common_name = args[:common_name] if args.key?(:common_name) end