Class: Google::Apis::SqladminV1::SslCertsInsertRequest
- Inherits:
-
Object
- Object
- Google::Apis::SqladminV1::SslCertsInsertRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/sqladmin_v1/classes.rb,
lib/google/apis/sqladmin_v1/representations.rb,
lib/google/apis/sqladmin_v1/representations.rb
Overview
SslCerts insert request.
Instance Attribute Summary collapse
-
#common_name ⇒ String
User supplied name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SslCertsInsertRequest
constructor
A new instance of SslCertsInsertRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SslCertsInsertRequest
Returns a new instance of SslCertsInsertRequest.
6112 6113 6114 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 6112 def initialize(**args) update!(**args) end |
Instance Attribute Details
#common_name ⇒ String
User supplied name. Must be a distinct name from the other certificates for
this instance.
Corresponds to the JSON property commonName
6110 6111 6112 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 6110 def common_name @common_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6117 6118 6119 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 6117 def update!(**args) @common_name = args[:common_name] if args.key?(:common_name) end |