Class: Libvirt::FFI::Network::DhcpLeaseStruct

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/libvirt/ffi/network.rb

Overview

struct virNetworkDHCPLease { char * iface # Network interface name long long expirytime # Seconds since epoch int type # virIPAddrType char * mac # MAC address char * iaid # IAID char * ipaddr # IP address unsigned int prefix # IP address prefix char * hostname # Hostname char * clientid # Client ID or DUID }