struct CrystaLXD::Container::State::Network::Address
- CrystaLXD::Container::State::Network::Address
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
client/container.crConstructors
- .new(family : String, address : String, netmask : String, scope : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #address : String
- #clone
- #copy_with(family _family = @family, address _address = @address, netmask _netmask = @netmask, scope _scope = @scope)
- #family : String
- #netmask : String
- #scope : String
Constructor Detail
Instance Method Detail
def copy_with(family _family = @family, address _address = @address, netmask _netmask = @netmask, scope _scope = @scope)
#