class Google::Apis::SqladminV1::GenerateEphemeralCertResponse
Ephemeral certificate creation request.
Attributes
ephemeral_cert[RW]
SslCerts Resource Corresponds to the JSON property `ephemeralCert` @return [Google::Apis::SqladminV1::SslCert]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sqladmin_v1/classes.rb, line 1458 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 1463 def update!(**args) @ephemeral_cert = args[:ephemeral_cert] if args.key?(:ephemeral_cert) end