class Docr::Types::EndpointSettings
  
  - Docr::Types::EndpointSettings
 - Reference
 - Object
 
Included Modules
- JSON::Serializable
 
Defined in:
docr/types/endpoint_settings.crConstructors
Instance Method Summary
- #aliases : Array(String) | Nil
 - #aliases=(aliases : Array(String) | Nil)
 - #driver_opts : Hash(String, String) | Nil
 - #driver_opts=(driver_opts : Hash(String, String) | Nil)
 - #endpoint_id : String
 - #endpoint_id=(endpoint_id : String)
 - #gateway : String
 - #gateway=(gateway : String)
 - #global_ipv6_address : String
 - #global_ipv6_address=(global_ipv6_address : String)
 - #global_ipv6_prefix_len : Int64
 - #global_ipv6_prefix_len=(global_ipv6_prefix_len : Int64)
 - #ip_address : String
 - #ip_address=(ip_address : String)
 - #ip_prefix_len : Int64
 - #ip_prefix_len=(ip_prefix_len : Int64)
 - #ipam_config : Docr::Types::EndpointIPAMConfig | Nil
 - #ipam_config=(ipam_config : Docr::Types::EndpointIPAMConfig | Nil)
 - #ipv6_gateway : String
 - #ipv6_gateway=(ipv6_gateway : String)
 - #links : Array(String) | Nil
 - #links=(links : Array(String) | Nil)
 - #mac_address : String
 - #mac_address=(mac_address : String)
 - #network_id : String
 - #network_id=(network_id : String)