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
| 687 688 689 | # File 'generated/google/apis/sqladmin_v1beta3/classes.rb', line 687 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
| 685 686 687 | # File 'generated/google/apis/sqladmin_v1beta3/classes.rb', line 685 def set_root_password_context @set_root_password_context end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 692 693 694 | # File 'generated/google/apis/sqladmin_v1beta3/classes.rb', line 692 def update!(**args) @set_root_password_context = args[:set_root_password_context] if args.key?(:set_root_password_context) end |