Class: Google::Apis::DatamigrationV1::PrivateConnectivity
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DatamigrationV1::PrivateConnectivity
 
- 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
Private Connectivity.
Instance Attribute Summary collapse
- 
  
    
      #private_connection  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Required. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ PrivateConnectivity 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of PrivateConnectivity. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Constructor Details
#initialize(**args) ⇒ PrivateConnectivity
Returns a new instance of PrivateConnectivity.
| 3694 3695 3696 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 3694 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#private_connection ⇒ String
Required. The resource name (URI) of the private connection.
Corresponds to the JSON property privateConnection
| 3692 3693 3694 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 3692 def private_connection @private_connection end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 3699 3700 3701 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 3699 def update!(**args) @private_connection = args[:private_connection] if args.key?(:private_connection) end |