Class: Google::Apis::DatamigrationV1::StaticIpConnectivity
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DatamigrationV1::StaticIpConnectivity
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datamigration_v1/classes.rb,
 lib/google/apis/datamigration_v1/representations.rb,
 lib/google/apis/datamigration_v1/representations.rb
Overview
The source database will allow incoming connections from the public IP of the destination database. You can retrieve the public IP of the Cloud SQL instance from the Cloud SQL console or using Cloud SQL APIs. No additional configuration is required.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ StaticIpConnectivity 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of StaticIpConnectivity. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Constructor Details
#initialize(**args) ⇒ StaticIpConnectivity
Returns a new instance of StaticIpConnectivity.
| 4557 4558 4559 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 4557 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 4562 4563 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 4562 def update!(**args) end |