struct CrystaLXD::Container::State::Network::Address

Included Modules

Defined in:

client/container.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(family : String, address : String, netmask : String, scope : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def address : String #

def clone #

[View source]
def copy_with(family _family = @family, address _address = @address, netmask _netmask = @netmask, scope _scope = @scope) #

[View source]
def family : String #

def netmask : String #

def scope : String #