class Docr::Types::EndpointIPAMConfig

Included Modules

Defined in:

docr/types/endpoint_ipam_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ipv4_address : String #

[View source]
def ipv4_address=(ipv4_address : String) #

[View source]
def ipv6_address : String #

[View source]
def ipv6_address=(ipv6_address : String) #

[View source]
def link_local_ips : Array(String) #

[View source]
def link_local_ips=(link_local_ips : Array(String)) #

[View source]