# File lib/fog/vsphere/models/compute/server.rb, line 149
        def mac
          interfaces.first.mac unless interfaces.empty?
        end