Class: Google::Container::V1::GetServerConfigRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Container::V1::GetServerConfigRequest
 
 
- Defined in:
 - lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
 
Overview
Gets the current Container Engine service configuration.
Instance Attribute Summary collapse
- 
  
    
      #project_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Google Developers Console project ID or project number.
 - 
  
    
      #zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Google Compute Engine zone to return operations for.
 
Instance Attribute Details
#project_id ⇒ String
Returns The Google Developers Console project ID or project number.
      1060  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1060 class GetServerConfigRequest; end  | 
  
#zone ⇒ String
Returns The name of the Google Compute Engine zone to return operations for.
      1060  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1060 class GetServerConfigRequest; end  |