Class: Google::Container::V1::MasterAuthorizedNetworksConfig::CidrBlock
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Container::V1::MasterAuthorizedNetworksConfig::CidrBlock
 
 
- Defined in:
 - lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
 
Overview
CidrBlock contains an optional name and one CIDR block.
Instance Attribute Summary collapse
- 
  
    
      #cidr_block  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Cidr_block must be specified in CIDR notation.
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Display_name is an optional field for users to identify CIDR blocks.
 
Instance Attribute Details
#cidr_block ⇒ String
Returns cidr_block must be specified in CIDR notation.
      229  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 229 class CidrBlock; end  | 
  
#display_name ⇒ String
Returns display_name is an optional field for users to identify CIDR blocks.
      229  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 229 class CidrBlock; end  |