Class: Google::Apis::SqlV1beta4::InstancesRotateServerCaRequest
- Inherits:
-
Object
- Object
- Google::Apis::SqlV1beta4::InstancesRotateServerCaRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/sql_v1beta4/classes.rb,
generated/google/apis/sql_v1beta4/representations.rb,
generated/google/apis/sql_v1beta4/representations.rb
Overview
Rotate Server CA request.
Instance Attribute Summary collapse
-
#rotate_server_ca_context ⇒ Google::Apis::SqlV1beta4::RotateServerCaContext
Instance rotate server CA context.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstancesRotateServerCaRequest
constructor
A new instance of InstancesRotateServerCaRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ InstancesRotateServerCaRequest
Returns a new instance of InstancesRotateServerCaRequest
1519 1520 1521 |
# File 'generated/google/apis/sql_v1beta4/classes.rb', line 1519 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rotate_server_ca_context ⇒ Google::Apis::SqlV1beta4::RotateServerCaContext
Instance rotate server CA context.
Corresponds to the JSON property rotateServerCaContext
1517 1518 1519 |
# File 'generated/google/apis/sql_v1beta4/classes.rb', line 1517 def rotate_server_ca_context @rotate_server_ca_context end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1524 1525 1526 |
# File 'generated/google/apis/sql_v1beta4/classes.rb', line 1524 def update!(**args) @rotate_server_ca_context = args[:rotate_server_ca_context] if args.key?(:rotate_server_ca_context) end |