Class: Google::Container::V1::ListClustersRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Container::V1::ListClustersRequest
 
 
- Defined in:
 - lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
 
Overview
ListClustersRequest lists clusters.
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 in which the cluster resides, or "-" for all zones.
 
Instance Attribute Details
#project_id ⇒ String
Returns The Google Developers Console project ID or project number.
      988  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 988 class ListClustersRequest; end  | 
  
#zone ⇒ String
Returns The name of the Google Compute Engine zone in which the cluster resides, or "-" for all zones.
      988  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 988 class ListClustersRequest; end  |