class Docr::Types::IPAM
  
  - Docr::Types::IPAM
 - Reference
 - Object
 
Included Modules
- JSON::Serializable
 
Defined in:
docr/types/ipam.crConstructors
Instance Method Summary
- 
        #config : Array(Hash(String, String)) | Nil
        
          
List of IPAM configuration options,
 - 
        #config=(config : Array(Hash(String, String)) | Nil)
        
          
List of IPAM configuration options,
 - 
        #driver : String
        
          
Name of the IPAM driver to use.
 - 
        #driver=(driver : String)
        
          
Name of the IPAM driver to use.
 - 
        #options : Hash(String, String) | Nil
        
          
Driver-specific options, specified as a map.
 - 
        #options=(options : Hash(String, String) | Nil)
        
          
Driver-specific options, specified as a map.