Class: Google::Apis::RedisV1::ImportInstanceRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::RedisV1::ImportInstanceRequest
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/redis_v1/classes.rb,
lib/google/apis/redis_v1/representations.rb,
lib/google/apis/redis_v1/representations.rb 
Overview
Request for Import.
Instance Attribute Summary collapse
- 
  
    
      #input_config  ⇒ Google::Apis::RedisV1::InputConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The input content Corresponds to the JSON property
inputConfig. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ImportInstanceRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ImportInstanceRequest.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ ImportInstanceRequest
Returns a new instance of ImportInstanceRequest.
      1433 1434 1435  | 
    
      # File 'lib/google/apis/redis_v1/classes.rb', line 1433 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#input_config ⇒ Google::Apis::RedisV1::InputConfig
The input content
Corresponds to the JSON property inputConfig
      1431 1432 1433  | 
    
      # File 'lib/google/apis/redis_v1/classes.rb', line 1431 def input_config @input_config end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1438 1439 1440  | 
    
      # File 'lib/google/apis/redis_v1/classes.rb', line 1438 def update!(**args) @input_config = args[:input_config] if args.key?(:input_config) end  |