virthttp
0.0
libvirt http interface
|
#include <Domain.hpp>
Public Types | |
enum | Type : int { Type::IPV4 = VIR_IP_ADDR_TYPE_IPV4, Type::IPV6 = VIR_IP_ADDR_TYPE_IPV6 } |
Public Member Functions | |
IPAddress () noexcept=default | |
IPAddress (const virDomainIPAddress &ref) | |
IPAddress (Type type, std::string addr, uint8_t prefix) noexcept | |
Public Attributes | |
Type | type |
std::string | addr |
uint8_t | prefix |
|
strong |
|
defaultnoexcept |
|
inline |
|
inlinenoexcept |
std::string virt::Domain::IPAddress::addr |
uint8_t virt::Domain::IPAddress::prefix |
Type virt::Domain::IPAddress::type |