Class: Google::Apis::SqladminV1beta3::InstanceSetRootPasswordRequest
- Inherits:
-
Object
- Object
- Google::Apis::SqladminV1beta3::InstanceSetRootPasswordRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/sqladmin_v1beta3/classes.rb,
generated/google/apis/sqladmin_v1beta3/representations.rb,
generated/google/apis/sqladmin_v1beta3/representations.rb
Overview
Database instance set root password request.
Instance Attribute Summary collapse
-
#set_root_password_context ⇒ Google::Apis::SqladminV1beta3::SetRootPasswordContext
Database instance set root password context.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceSetRootPasswordRequest
constructor
A new instance of InstanceSetRootPasswordRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ InstanceSetRootPasswordRequest
Returns a new instance of InstanceSetRootPasswordRequest
670 671 672 |
# File 'generated/google/apis/sqladmin_v1beta3/classes.rb', line 670 def initialize(**args) update!(**args) end |
Instance Attribute Details
#set_root_password_context ⇒ Google::Apis::SqladminV1beta3::SetRootPasswordContext
Database instance set root password context.
Corresponds to the JSON property setRootPasswordContext
668 669 670 |
# File 'generated/google/apis/sqladmin_v1beta3/classes.rb', line 668 def set_root_password_context @set_root_password_context end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
675 676 677 |
# File 'generated/google/apis/sqladmin_v1beta3/classes.rb', line 675 def update!(**args) @set_root_password_context = args[:set_root_password_context] if args.key?(:set_root_password_context) end |